[FFmpeg-user] How to stream H.264 through RTP with ffmpeg?

PUTTA SUKESH putta.pv at gmail.com
Wed Apr 23 19:00:23 CEST 2014


I am able to stream live streaming using web cam.I use the ffserver.conf
which is present in ffmpeg source.
commands i used
ffserver -f ffserver.conf &
ffmpeg -f v4l2 -s 320x240 -r 25 -i /dev/video0
http://localhost:8090/feed1.ffm<https://chnmail.hcl.com/owa/redir.aspx?C=vBZG0wmuH0OA4sQ79YuRKcbc9_6rMtEIRqxWE6GqBiAkb66uacX6ynjn55koQWS1rT_6ZOtTk28.&URL=http%3a%2f%2flocalhost%3a8090%2ffeed1.ffm>
ffplay http://localhost:8090/test1.mpg<https://chnmail.hcl.com/owa/redir.aspx?C=vBZG0wmuH0OA4sQ79YuRKcbc9_6rMtEIRqxWE6GqBiAkb66uacX6ynjn55koQWS1rT_6ZOtTk28.&URL=http%3a%2f%2flocalhost%3a8090%2ftest1.mpg>(I
AM ABLE TO PLAY)

now I need to stream h264 file (test.h264) through ffmpeg and ffserver
throuth rtp. what are the configurations I need to do in ffserver.conf.


More information about the ffmpeg-user mailing list