PDA

View Full Version : Wwe Network Rtmp Help???


lajvguy
01-27-2015, 06:30 PM
Can somebody please help me to get the rtmp?

http://crichd.tv/wwe-network.php

Want it to play in VLC.

Tried to get it with rtmpdump but always says "Server not found."

Thanks in advance!

biezom
01-27-2015, 06:47 PM
Can somebody please help me to get the rtmp?

http://crichd.tv/wwe-network.php

Want it to play in VLC.

Tried to get it with rtmpdump but always says "Server not found."

Thanks in advance!

you need token

rtmpdump -r "rtmp://rtmp.popeoftheplayers.pw:1935/redirect" -a "redirect" -f "WIN 16,0,0,235" -W "http://popeoftheplayers.pw/atdedead.swf" -p "http://popeoftheplayers.pw/player31.php?id=36&width=600&height=450" -y "36" -o "video.flv" -T "#atd%#$ZH"

lajvguy
01-27-2015, 07:03 PM
Thanks but it's not working for me.

I created a Windows Batch file with the rtmp information you gave me but it doesn't work.

Any ideas? Thanks.

biezom
01-27-2015, 07:17 PM
Thanks but it's not working for me.

I created a Windows Batch file with the rtmp information you gave me but it doesn't work.

Any ideas? Thanks.

what is the version of rtmpdump you use?

rtmpdump -r "rtmp://rtmp.popeoftheplayers.pw:1935/redirect" -a "redirect" -f "WIN 16,0,0,235" -W "http://popeoftheplayers.pw/atdedead.swf" -p "http://p
opeoftheplayers.pw/player31.php?id=36&width=600&height=450" -y "36" -o "video.flv" -T "#atd%#$ZH"
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
INFO: rtmp server sent redirect
INFO: trying to connect with redirected url
Starting download at: 0.000 kB
INFO: Metadata:
INFO: presetname Custom
INFO: creationdate Tue Jan 27 15:22:08 2015
INFO: videodevice SCFH DSF
INFO: framerate 29.97
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: videodatarate 600.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency 5.00
INFO: audiodevice CABLE Output (VB-Audio Virtual
INFO: audiosamplerate 11025.00
INFO: audiochannels 1.00
INFO: audioinputvolume 100.00
INFO: audiocodecid .mp3
INFO: audiodatarate 20.00
1842.639 kB / 21.44 sec

lajvguy
01-27-2015, 07:34 PM
I'm using RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV). Is that the problem?

Do you have the link to the version you are using? RTMPDump v2.4 GIT-2015-01-15?

Thanks!

biezom
01-27-2015, 07:45 PM
I'm using RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV). Is that the problem?
maybe
download and try with the last one

lajvguy
01-27-2015, 08:17 PM
I'm using RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV). I can't find a link to a newer version. Can you help?

biezom
01-27-2015, 08:20 PM
I'm using RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV). I can't find a link to a newer version. Can you help?

https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip

lajvguy
01-27-2015, 08:55 PM
Thanks for the link to the new rtmpdump version. I still can't get it to work.

Here's my Windows Batch file:

rtmpdump -r "rtmp://rtmp.popeoftheplayers.pw:1935/redirect" -a "redirect" -f "WIN 16,0,0,235" -W "http://popeoftheplayers.pw/atdedead.swf" -p "http://popeoftheplayers.pw/player31.php?id=36&width=600&height=450" -T "#atd%#$ZH" -y "36" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

I put it in the same folder as my rtmpdump.

Can you help? Thanks.

biezom
01-27-2015, 08:59 PM
Thanks for the link to the new rtmpdump version. I still can't get it to work.

Here's my Windows Batch file:

rtmpdump -r "rtmp://rtmp.popeoftheplayers.pw:1935/redirect" -a "redirect" -f "WIN 16,0,0,235" -W "http://popeoftheplayers.pw/atdedead.swf" -p "http://popeoftheplayers.pw/player31.php?id=36&width=600&height=450" -T "#atd%#$ZH" -y "36" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

I put it in the same folder as my rtmpdump.

Can you help? Thanks.

try -T "#atd%%#$ZH" with two %% for some people it's with two %%

lajvguy
01-27-2015, 11:11 PM
Thanks!

It worked with the two %%!