I pulled xuggler from svn, ran ant tests, ran ant installer
• start local FMS instance running live application.
• connect publisher UI: FMS Admin App shows 1 connection and stream
being published
• connect viewer UI: FMS Admin App shows 1 connection has been added,
video object displays live stream in UI
... all seems good to go...
connect ffmpeg via terminal
$ ffmpeg -i rtmp://
10.211.55.3/live/test/stream -acodec copy -vcodec
copy ~/test.flv
FFmpeg version git-N-28655-g98ac192-xuggle-4.0.911, Copyright (c)
2000-2011 the FFmpeg developers
built on Apr 4 2011 09:43:01 with gcc 4.2.1 (Apple Inc. build 5664)
configuration: --prefix=/usr/local/xuggler --extra-
version=xuggle-4.0.911 --extra-cflags=-I/sources/xuggle-xuggler/build/
native/i386-apple-darwin10.7.0/captive/usr/local/xuggler/include --
extra-ldflags=-L/sources/xuggle-xuggler/build/native/i386-apple-
darwin10.7.0/captive/usr/local/xuggler/lib --enable-shared --enable-
gpl --enable-nonfree --enable-version3 --enable-libfaac --enable-
libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --
enable-libspeex --enable-libopencore-amrnb --enable-libopencore-amrwb
--extra-cflags=-m64 --extra-ldflags=-m64 --enable-pthreads --
arch=x86_64 --extra-cflags=-arch --extra-cflags=x86_64 --extra-
ldflags=-arch --extra-ldflags=x86_64
libavutil 50. 40. 0 / 50. 40. 0
libavcodec 52.115. 0 / 52.115. 0
libavformat 52.103. 0 / 52.103. 0
libavdevice 52. 3. 0 / 52. 3. 0
libavfilter 1. 76. 0 / 1. 76. 0
libswscale 0. 13. 0 / 0. 13. 0
rtmp://
10.211.55.3/live/test/stream: Input/output error
Note: Server address, app name, app instance name and stream name are
all correct
Changing path to non-existant (empty) feed results in successful
connection.
version is xuggle-4.0.911, was pulled this morning from svn url.
tried building xuggle-4.0.1076 from build system this weekend --
ffmpeg build tests would not pass
same ffmpeg tests would not pass from latest checkout from the ffmpeg
repo.
Seems this is a version/build issue. Anyone have recent sources that
they have successfully built and ran against on OS X that they could
post to a sharing site? If not, are there any pointers on getting
xuggler+ffmpeg to successfully run the xuggler RTMP streaming examples?