Quote:
Originally Posted by laptop2006
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 -
It says
Handshake: clien signature does not match!
info: Connected...
Error: rtmp send error
Error: rtmp server requested close
Please help me, I did not know what is wrong with the command. Any ideas?
|
Code:
rtmpdump -r "rtmp://66.160.142.201:1935/live" -a "live" -p "http://www.vtc.com.vn/" --live -y "vtv31" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Code:
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: presetname Custom
INFO: creationdate Thu Mar 29 09:58:24 2012
INFO: videodevice Decklink Video Capture
INFO: framerate 25.00
INFO: width 480.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: videodatarate 302.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice Decklink Audio Capture
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: audioinputvolume 75.00
INFO: audiocodecid mp4a
INFO: audiodatarate 48.00
25.722 kB / 0.00 sec
You have to add -p option!!
