Post Thu Nov 22, 2012 5:55 pm

FFmpeg v1.0 RTMP streaming

I compiled v1.0 for ARM last night and intentionally left out libRTMP as RTMP support is now rumored to be built in.

When I run a static x64 build on my Mac (still without libRTMP), the stream successfully initiates. However, the compiled ARM version won't cooperate. I use the following stream;

  Code:
./ffmpeg -rtmp_pageurl http://www.earthcam.com -rtmp_swfurl http://www.earthcam.com/swf/cam_player_v2/ecnPlayer.swf?20120504_a -rtmp_live 1 -i "rtmp://video2.earthcam.com/fecnetwork/4017timessquare.flv.flv"


Would anybody else with FFmpeg v1.0 (without libRTMP) try out the command and post a log?