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

Maziar Mehrabi maziar.mehrabi at gmail.com
Sat Sep 27 08:35:58 CEST 2014


Hi

Try playing the stream with ffplay.
The log report would also be useful here.

BR,
Maziar
On Sep 27, 2014 9:16 AM, "Shatrughna Pandey" <shatrughna.win at gmail.com>
wrote:

> 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
> >
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
>


More information about the ffmpeg-user mailing list