[FFmpeg-user] FFMPEG and RTMP

Julien Baumgarten j.baumgarten at netvisio.com
Tue Feb 14 18:23:03 CET 2012


Hi everyone,
I would like to have some information. I dowloaded the last version of ffmpeg on the git repository and I configured it like this:
 configuration: --prefix=/usr/local/xuggler --extra-version=xuggle-4.0.0 --extra-cflags=-I/Users/Julien/Desktop/xuggler/build/native/i386-apple-darwin11.2.0/captive/usr/local/xuggler/include --extra-ldflags=-L/Users/Julien/Desktop/xuggler/build/native/i386-apple-darwin11.2.0/captive/usr/local/xuggler/lib --enable-shared --enable-gpl --enable-nonfree --enable-version3 --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libvo-aacenc --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --extra-cflags=-m64 --extra-ldflags=-m64 --enable-pthreads --cc=clang --arch=x86_64 --extra-cflags=-arch --extra-cflags=x86_64 --extra-ldflags=-arch --extra-ldflags=x86_64

The problem is that I can publish over RTMP stream but I cannot get a RTMP stream. I have the following error:
/usr/local/xuggler/bin/ffmpeg -i rtmp://10.120.1.90/oflaDemo/test123 -y toto.flv
ffmpeg version git-2012-02-09-0fd2b5a-xuggle-4.0.0 Copyright (c) 2000-2012 the FFmpeg developers
  built on Feb 14 2012 16:09:00 with clang 3.0 (tags/Apple/clang-211.10.1)
  configuration: --prefix=/usr/local/xuggler --extra-version=xuggle-4.0.0 --extra-cflags=-I/Users/Julien/Desktop/xuggler/build/native/i386-apple-darwin11.2.0/captive/usr/local/xuggler/include --extra-ldflags=-L/Users/Julien/Desktop/xuggler/build/native/i386-apple-darwin11.2.0/captive/usr/local/xuggler/lib --enable-shared --enable-gpl --enable-nonfree --enable-version3 --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libvo-aacenc --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --extra-cflags=-m64 --extra-ldflags=-m64 --enable-pthreads --cc=clang --arch=x86_64 --extra-cflags=-arch --extra-cflags=x86_64 --extra-ldflags=-arch --extra-ldflags=x86_64
  libavutil      51. 38.100 / 51. 38.100
  libavcodec     54.  1.100 / 54.  1.100
  libavformat    54.  0.100 / 54.  0.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 62.100 /  2. 62.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
Closing connection: NetStream.Play.StreamNotFound
rtmp://10.120.1.90/oflaDemo/test123: Operation not permitted

Can someone tell me what is the problem please?

Yours sincerely,
Julien


More information about the ffmpeg-user mailing list