sir i am trying to stream through ffserver. i have started ffserver using command : ffserver -d -f doc/ffserver.conf following is my configuration file in attachment....... my ffmpeg command to send feed is: ffmpeg -i tumeri.mp4 http://127.0.0.1:8090/feed1.ffm and i when i m playing the feed url in vlc http://127.0.0.1:8090/live.flv or http://127.0.0.1:8090/test.avi it is not playing.....
thanx in advance for any help......waiting for response On Mon, Aug 25, 2014 at 11:50 PM, Lou <[email protected]> wrote: > On Mon, 25 Aug 2014 12:04:37 +0530 > Shatrughna Pandey <[email protected]> wrote: > > > sir, > > > > i have searched the web through out .But couldn't find a FFmpeg command > to > > "steam a video at rtmp url at specific frame rate and resolution ". can > any > > one send me such a command . > > thanx in advance for any help..... > > ffmpeg -i input -r 25 -s 640x480 rtmp://output > > Alternative methods include the scale and fps filters: > http://ffmpeg.org/ffmpeg-filters.html#scale > http://ffmpeg.org/ffmpeg-filters.html#fps > > Also see: > http://ffmpeg.org/ffmpeg-protocols.html#rtmp >
ffserver_conf
Description: Binary data
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
