View Single Post
  #13  
Old 04-01-2012, 05:32 AM
laptop2006 laptop2006 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 12
laptop2006 is on a distinguished road
Default

Re: can't watch rtmp stream on VLC. please help me


I got the stream link like this:
rtmp://66.160.142.198/live/vtv31
I run rtmpdump command like this:
rtmpdump.exe -v -r "rtmp://66.160.142.198/live/vtv31" -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

It says
Handshake: clien signature does not match!
info: Connected...
Error: rtmp send error
Error: rtmp server requested close

I try different stream link is ok such as:
rtmpdump.exe -v -r "rtmp://112.197.2.11:1935/live/sctv9.stream" -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

Please help me, I did not know what is wrong with the command. Any ideas?
Reply With Quote