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

2015-05-20 Thread Ajay Choudary
processing -sdp_file option. Thanks & Regards for your valuable time. -Ajay On Wed, May 20, 2015 at 4:27 PM, Ronald S. Bultje wrote: > Hi, > > On Wed, May 20, 2015 at 6:49 AM, Ajay Choudary wrote: > > > ffmpeg is reading rtp and detecting payload value (VP8 = 100), i

[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/