Hi,
On Wed, May 20, 2015 at 7:15 AM, Ajay Choudary 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
> mpeg1video -b: 400
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 n2.5.6-3-g
Hi,
On Wed, May 20, 2015 at 6:49 AM, Ajay Choudary 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 placed
-sdp_file aft
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/