...and negative on MacOS 2.1.0. It just says "Can't open this MRL, check the logs," but the logs say... well, here's the entire thing:
main debug: VLC media player - 2.1.0 Rincewind
main debug: Copyright © 1996-2013 the VideoLAN team
main debug: revision 2.1.0-0-gedd8835
main debug: configured with ../extras/package/macosx/../../../configure '--prefix=/Users/fpk/Desktop/vlc-2.1-final/release/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-growl' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-audio' '--enable-macosx-eyetv' '--enable-macosx-qtkit' '--enable-macosx-avfoundation' '--enable-macosx-vout' '--disable-skins2' '--disable-xcb' '--disable-caca' '--disable-sdl' '--disable-samplerate' '--disable-macosx-dialog-provider' '--build=x86_64-apple-darwin10' '--with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk' '--with-macosx-version-min=10.6' 'build_alias=x86_64-apple-darwin10' 'CC=xcrun clang' 'CFLAGS=' 'LDFLAGS=' 'CXX=xcrun clang++' 'OBJC=xcrun clang'
That's it. Nothing on why it couldn't open an RTMP stream. I did check with Compn on the IRC channel who confirmed it works in rtmpdump and using ffmpeg with "rtmp://bar/foo/baz live=yes" URL.
EDIT: Yes, this is a live RTMP stream.
EDITx2: Dug into the command line and was able to get the following:
Code: Select all
VLC media player 2.1.0 Rincewind (revision 2.1.0-0-gedd8835)
[0x100285890] main interface error: no suitable interface module
[0x1002076a0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
[rtmp @ 0x105d330a0] Server error:
[0x10468fe80] avcodec access error: Failed to open rtmp://bar/foo/baz: Operation not permitted
[0x10468dc20] main input error: open of `rtmp://bar/foo/baz' failed