Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=11102)

rohit7288 03-08-2012 02:28 AM

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


 
i want to make site which provide live channels...

rohit7288 03-08-2012 02:30 AM

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


 
such as sid4u.com

laptop2006 04-01-2012 05:32 AM

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?

Josan420 04-01-2012 08:14 AM

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


 
laptop2006 give the website from where u found rtmp url, then i can help u

Bahman 04-01-2012 09:21 AM

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


 
Quote:

Originally Posted by laptop2006 (Post 42826)
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!! ;)

laptop2006 04-01-2012 03:34 PM

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


 
thank you so much. it works now.

Salah 04-22-2012 01:39 PM

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


 
Please help me
I cannot understand what is meant by add-p option , please explain
I faced the same problem on vlc
Please help ...

evol 04-23-2012 03:05 AM

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


 
Quote:

Originally Posted by Salah (Post 44442)
Please help me
I cannot understand what is meant by add-p option , please explain
I faced the same problem on vlc
Please help ...

Straight from rtmpdump help(-h or --help).
Code:

--pageUrl|-p url        Web URL of played programme

Salah 04-24-2012 04:59 PM

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


 
I am sorry , I still cannot understand
Would you please explain to me step by step , please ?

Josan420 04-25-2012 01:46 AM

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


 
-p is PAGE URL where u find the stream
this is page url
http://www.startv.in/channels.asp?channel_id=8
for this script
rtmpdump -r "rtmp://cp133304.live.edgefcs.net/live/" -a "live/" -W "http://www.startv.in/flash/liveplayer2.swf" -p "http://www.startv.in/channels.asp?channel_id=8" --live -y "channel1@62057"


All times are GMT -6. The time now is 02:20 AM.