[FFmpeg-user] how to output rtsp/rtp stream

Soho Soho123 soho123.2012 at gmail.com
Thu Jun 6 07:20:21 CEST 2013


Hi All,

Originally,
I use ffmpeg +ffserver to output http stream.
the stream in ffserver.conf is :
<Stream test.asf>
Feed feed1.ffm
Format asf
AVOptionVideo flags +global_header
VideoSize 1280x720
VideoFrameRate 30
VideoCodec libx264
NoAudio
</Stream>
the command line of ffmpeg is :
ffmpeg -loglevel debug -f video4linux2 -r 30 -s 1280x720 -input_format h264
-i /dev/video1 -vcodec copy http://localhost:8090/feed1.ffm
=========================================
how to modify ffserver.conf for rtsp/rtp stream?
and how to modify ffmpeg command line for output rtsp/rtp stream?


More information about the ffmpeg-user mailing list