Re: [FFmpeg-user] Couldnt send a video from ffmpeg on Windows to an ffserver feed on Linux

2018-02-21 Thread Yanet Giuse
cribió: 2018-02-20 14:15 GMT+01:00 Yanet Giuse <yanetagiu-at-yahoo@ffmpeg.org>: > ffmpeg -i video.avi http://192.168.0.119:8090/feed1.ffm > The same command on my Windows machine gives me the next output error: > Unable to find a suitable output format for > 'http://192.

[FFmpeg-user] Couldnt send a video from ffmpeg on Windows to an ffserver feed on Linux

2018-02-20 Thread Yanet Giuse
Hi all,I want to do a video stream from a Windows machine but ffserver is not avaiable for Windows, so I started a ffserver service on a Linux machine (Ubuntu 16.04) and tried to send the video from the first to the second. The config file is this: Port 8090 BindAddress

[FFmpeg-user] Rtsp to WebRTC

2017-06-09 Thread Yanet Giuse
Hello all, This is a simple question, Is there a way to use ffserver and ffmpeg commands to re-stream a RTSP ip camera video to WebRTC (or any VP8 container) as a service , so then I can view it in an extern web?Can you provide a simple example or a guide? Thank you!

[FFmpeg-user] preprocess rawdata to RTMP

2017-05-03 Thread Yanet Giuse
Im just trying to use ffmpeg command to transport a preprocess video to RTMP ( It is a youtube live streaming ) So my input is a rawvideo and my output a RTMP address. Before, i was using this command to transport RTSP to RTMP: ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i

Re: [FFmpeg-user] Problem with ffmpeg command when recording live streams

2017-04-28 Thread Yanet Giuse
mpeg -I rtsp:/ip -c:v copy -c:a mp3 -b:a 128k -movflags +faststart -f mp4 outfile.mp4 > On Apr 28, 2017, at 6:12 24AM, Yanet Giuse > <yanetagiu-at-yahoo@ffmpeg.org> wrote: > > Hello!I am trying to record a live rtsp stream and save videos locally using > ffmpeg, b