Re: [FFmpeg-devel] Fwd: Transcode VP8 RTP stream to mpeg1 video frames.

2015-05-20 Thread Ronald S. Bultje
Hi, On Wed, May 20, 2015 at 6:49 AM, Ajay Choudary ajay...@gmail.com wrote: ffmpeg is reading rtp and detecting payload value (VP8 = 100), i try to provide sdp file with *-sdp_file option * but it is invalid argument. I don't see that invocation anywhere in your email. Most likely, you

Re: [FFmpeg-devel] Fwd: Transcode VP8 RTP stream to mpeg1 video frames.

2015-05-20 Thread Ajay Choudary
Hi Ronald, Thank you for your quick response, i was new to ffmeg mailing lists. I tried with sdp_file option as shown in below command, # ffmpeg -vcodec vp8 -sdp_file file.sdp -i rtp://192.168.1.93:15000 -f mpeg1video -b: 400k -r 30 http://192.168.1.11:8082/url/640/480/ ffmpeg version

[FFmpeg-devel] Fwd: Transcode VP8 RTP stream to mpeg1 video frames.

2015-05-20 Thread Ajay Choudary
Hi All, Am trying to stream the MPEG video on html5 canvas tag. I was able to stream my Web CAM video in browser (canvas video tag) with below command. (No errors good quality) # ffmpeg -s 640x480 -f video4linux2 -i /dev/video0 -f mpeg1video -b 800k -r 30 *http://192.168.1.11:8082/url/640/480/

Re: [FFmpeg-devel] Fwd: Transcode VP8 RTP stream to mpeg1 video frames.

2015-05-20 Thread Ronald S. Bultje
Hi, On Wed, May 20, 2015 at 7:15 AM, Ajay Choudary ajay...@gmail.com wrote: Hi Ronald, Thank you for your quick response, i was new to ffmeg mailing lists. I tried with sdp_file option as shown in below command, # ffmpeg -vcodec vp8 -sdp_file file.sdp -i rtp://192.168.1.93:15000 -f