Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-24 Thread s00b4u .
Thank you. I updated my FFMPEG. Now it is: ffmpeg version N-73929-ga906e86 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04) configuration: --prefix=/home/shubhmoy/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/shubhmoy/

Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-23 Thread Maxim Kozlov
And if you want to stream file use -re option before input. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-22 Thread Moritz Barsnick
Hi s, On Wed, Jul 22, 2015 at 13:49:20 +0530, s00b4u 4u wrote: > My FFMPEG configuration looks like this: > ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers > built on Jul 1 2014 12:08:44 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) > > If you like, I can send FFPROBE results of m

[FFmpeg-user] Problem with FFMPEG Live Stream Pushing

2015-07-22 Thread s00b4u 4u
Hi, I have an MP4 file which I want to push to my Wowza as Flash Live Stream. I am using following command for that: *ffmpeg -i "~/Videos/myvideo.mp4" -codec:v libx264 -vb 40 -g 60 -codec:a aac -ab 10 -ar 48000 -ac 2 -bsf:v h264_mp4toannexb -strict experimental -f flv rtmp://localhost:1