View Single Post
  #1  
Old 04-24-2012, 12:27 PM
mustihi mustihi is offline
Junior Member
 
Join Date: Apr 2012
Posts: 1
mustihi is on a distinguished road
Default

Playing Stream with VLC on Mac OS X


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?
Reply With Quote