Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-06-2012, 09:00 AM
guestman
 
Posts: n/a
Exclamation

I've spent 6 hours trying to get rtmpsrv working!


Code:
rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -a "a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -f "WIN 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4od" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -o CH4_08_02_16_34046001001003_002.flv
pause
I was using a proxy, watching without capturing software always works. When I try to capture I get the handshake error.

My client uses version 6, server wants version 9.

RTMP supports version 9, it's in the readme. Where is my mistake? Please help me, searching almost 20 forums didn't help. Most topics are from 2007 and older.
Reply With Quote
  #2  
Old 01-06-2012, 10:50 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


Quote:
Originally Posted by guestman View Post
Code:
rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -a "a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -f "WIN 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4od" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -o CH4_08_02_16_34046001001003_002.flv
pause
I was using a proxy, watching without capturing software always works. When I try to capture I get the handshake error.

My client uses version 6, server wants version 9.

RTMP supports version 9, it's in the readme. Where is my mistake? Please help me, searching almost 20 forums didn't help. Most topics are from 2007 and older.
Code:
RTMP Server v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/" -a "a4174/e1/?
ovpfv=1.1&e=1325868732&ip=213.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -f
"WIN 10,3,183,10" -W "http://www.channel4.com/static/programmes/asset/flash/swf/
4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4o
d" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325868732&ip=2
13.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -o CH4_08_02_16_34046001001003
_002.flv

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              6065.07
INFO:   moovPosition          28.00
INFO:   width                 512.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       24000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                151625000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                145561600.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
4751.107 kB / 65.96 sec (1.0%)
Reply With Quote
  #3  
Old 01-06-2012, 11:19 AM
guestman
 
Posts: n/a
Thumbs up

Re: I've spent 6 hours trying to get rtmpsrv working!


Cool, can you upload you version for me on speedyshare.com?

My version is not working. Please upload all of it.
Reply With Quote
  #4  
Old 01-06-2012, 11:28 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


^I'm using his version too!!
and I get the same error:

ERROR: Closing connection: NetStream.Failed

I even couldn't get it via Proxies!!

I think it depends on ISPs or Location!!

any way you can get that version here:
http://stream-recorder.com/forum/sho...1&postcount=54
Reply With Quote
  #5  
Old 01-06-2012, 11:29 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


^I'm using his same version too!!
and I get the same error:

ERROR: Closing connection: NetStream.Failed

I even couldn't get it via Proxies!!

I think it depends on ISPs or Location!!

Anyway, here you can get latest version.
Reply With Quote
  #6  
Old 01-06-2012, 12:04 PM
guestman
 
Posts: n/a
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


Code:
rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/" -a "a4174/e1/?ovpfv=1.1&e=1325872156&ip=85.237.212.225&h=93df129678202d0b5a765591212a51bb" -f "WIN 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4od" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325872156&ip=85.237.212.225&h=93df129678202d0b5a765591212a51bb" -o CH4_08_02_16_34046001001003_002.flv



RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: Closing connection: NetStream.Failed

Still not working.
Reply With Quote
  #7  
Old 01-06-2012, 02:44 PM
guestman
 
Posts: n/a
Post

Re: I've spent 6 hours trying to get rtmpsrv working!


TubeDigger 2.1.2 released Jan 4, 2012 (New Release)
Fixed downloading from 4oD
Added downloading from tape.tv, rockhopper.tv

This is the only working program for me! Shame it's so expensive. I only use freeware and will not buy a program to download free TV over free proxies.
Reply With Quote
  #8  
Old 01-06-2012, 05:47 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


guestman

use rtmpexplorer
Reply With Quote
  #9  
Old 01-07-2012, 03:10 AM
guestman
 
Posts: n/a
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


I did use rtmpexplorer.
Reply With Quote
  #10  
Old 01-10-2012, 01:18 PM
blubberhoofd blubberhoofd is offline
Junior Member
 
Join Date: Oct 2011
Posts: 1
blubberhoofd is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


Quote:
Originally Posted by chap View Post
Code:
RTMP Server v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/" -a "a4174/e1/?
ovpfv=1.1&e=1325868732&ip=213.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -f
"WIN 10,3,183,10" -W "http://www.channel4.com/static/programmes/asset/flash/swf/
4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4o
d" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325868732&ip=2
13.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -o CH4_08_02_16_34046001001003
_002.flv

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              6065.07
INFO:   moovPosition          28.00
INFO:   width                 512.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       24000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                151625000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                145561600.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
4751.107 kB / 65.96 sec (1.0%)
did you use a vpn or proxy to achieve this?
did you use RTMP explorer to get the parameters?
also, does it make any difference if you use RTMPdump instead of RTMP server for this, considering proxy or vpn setup?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:07 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons