[FFmpeg-user] command to stream a video at a specific frame rate

Shatrughna Pandey shatrughna.win at gmail.com
Fri Sep 26 11:43:05 CEST 2014


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 <lou at lrcd.com> wrote:

> On Mon, 25 Aug 2014 12:04:37 +0530
> Shatrughna Pandey <shatrughna.win at gmail.com> 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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffserver_conf
Type: application/octet-stream
Size: 10068 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140926/8a820382/attachment.obj>


More information about the ffmpeg-user mailing list