I have a problem using VLC with rtmpdump.
I want to play an rtmp livestream in VLC.
rtmpdump is working and downloading the stream to a file properly.
But when I'm using stdout, VLC doesn't plays the stream.
It just shows fd://0 in the status bar and nothing else happens.
This is my command (in a BAT file):
Code: Select all
rtmpdump -v -r "rtmp://foo/bar" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Hope you can help me.
Thanks in advance.