[FFmpeg-user] ffmpeg with Red5

Guillermo González Fernández guillermogfer at icloud.com
Tue May 7 15:33:58 CEST 2013


Hello,

I've had similar issues with this and I would try 2 things:

El 07 may 2013 a las 02:45, Ricardo Kleemann <ricardo at americasnet.com> escribió:

Here's the ffmpeg output:

ffmpeg -loglevel debug -i "rtmp://server2/live/livestream" -y -c:v libx264
-b:v 512k -vprofile baseline -preset medium -x264opts level=41 -threads 4
-s 480x270 -map 0:v -map 0:a:0 -c:a libfaac -b:a 160000 -ac 2 -hls_time 10
-hls_list_size 6 -hls_wrap 18 -start_number 1 live.m3u8
 
change your input to  "rtmp://server2/live/livestream live=1"


ffmpeg version git-Sat Apr 20 21:31:19 2013 +0200-4824aea Copyright (c)
2000-2013 the FFmpeg developers
built on Apr 20 2013 17:10:14 with gcc 4.2.4 (GCC) (Ubuntu 4.2.4-1ubuntu4)
configuration: --enable-gpl --enable-nonfree --enable-pthreads
--enable-libx264 --enable-libfaac --enable-libmp3lame
 
 build again with --enable-librtmp flag

Regards.


More information about the ffmpeg-user mailing list