Hello,
I can record a live stream (from Wowza Streaming Server) on my Mac OS X Lion with the command:
Code:
rtmpdump -r "rtmp://31.210.49.60:80/live/" -a "live/" --live -y "canliyayin" -o test9.flv
but, when I give
Code:
rtmpdump -r "rtmp://31.210.49.60:80/live/" -a "live/" --live -y "canliyayin" |*/Applications/VLC.app/Contents/MacOS/VLC
it gets no data. It even does not respond to CTRL+C. The output is as follows.
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
^CCaught signal: 2, cleaning up, just a second...
Is there anything special for playing the stream on Mac OS X?