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 05-27-2012, 02:22 PM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Problem on this Stream with SecureToken


Hi all guys,
i'm having a problem using RTMPDUMP with the stream found here:

http://la-tv-gratis.noiblogger.com/italia2/

If i use rtmpsuck the stream go on and play with no problem. But if i try to use rtmpdump with the parameters here is the result:

rtmpdump -r rtmp://93.114.45.254/hdcaster -a "hdcaster" -f "LNX 11,2,202,228" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net" -y "117847" -v -o "TRYDUMP"
RTMPDump 2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't contact swfurl http://hdcaster.net/player.swf (HTTP error 403)
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: author
INFO: copyright
INFO: description
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Sun May 27 10:02:48 2012
INFO: videodevice SplitCam Video Capture
INFO: framerate 25.00
INFO: width 320.00
INFO: height 240.00
INFO: videocodecid avc1
INFO: videodatarate 350.00
INFO: avclevel 31.00
INFO: avcprofile 66.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice Line in (e2eSoft VAudio)
INFO: audiosamplerate 22050.00
INFO: audiochannels 2.00
INFO: audioinputvolume 95.00
INFO: audiocodecid .mp3
INFO: audiodatarate 40.00
117.139 kB / 1.02 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 8514
135.536 kB / 1.28 sec
Download complete


After 1 seconds RTMPDUMP closes. Here is what i've with wireshark (i think the problem is the secure token but not sure)

Can anyone help me?? THANKSSSSS

Last edited by chap : 05-27-2012 at 03:30 PM.
Reply With Quote
  #2  
Old 05-27-2012, 03:30 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Code:
rtmpdump -r "rtmp://93.114.45.254/hdcaster" -a "hdcaster" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=117847&width=500&height=350" -y "117847" -o "117847.flv" -T "%%Xr8e(nKa@#."
Reply With Quote
  #3  
Old 05-28-2012, 05:23 AM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by chap View Post
Code:
rtmpdump -r "rtmp://93.114.45.254/hdcaster" -a "hdcaster" -W "http://hdcaster.net/player.swf" -p "http://hdcaster.net/player.php?channel_id=117847&width=500&height=350" -y "117847" -o "117847.flv" -T "%%Xr8e(nKa@#."
Yesss in this way it works, but how can i extract the value of the "T" parameter?
Reply With Quote
  #4  
Old 05-28-2012, 05:28 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by gallina94 View Post
Yesss in this way it works, but how can i extract the value of the "T" parameter?
decompile swf
Reply With Quote
  #5  
Old 05-28-2012, 05:49 AM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by chap View Post
decompile swf
That's what i've tried to do but when i try to decompile it gives me 403 (forbidden) error, any idea?
Reply With Quote
  #6  
Old 05-28-2012, 06:02 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by gallina94 View Post
That's what i've tried to do but when i try to decompile it gives me 403 (forbidden) error, any idea?
flasm -x test.swf works for me also not
Reply With Quote
  #7  
Old 05-28-2012, 06:08 AM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by hasomaso View Post
flasm -x test.swf works for me also not
Tried in this way:
flasm.exe http://hdcaster.net/player.swf

But i still receive the 403 (forbidden) error.
Reply With Quote
  #8  
Old 05-28-2012, 06:18 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


try this one
Code:
http://www.showmycode.com/
Reply With Quote
  #9  
Old 05-28-2012, 11:03 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by Josan420 View Post
try this one
Code:
http://www.showmycode.com/
Not working.

Quote:
(dURL) Error: Can't get file from URL. Please try to download it manually and then upload to ShowMyCode. Response: HTTP/1.1 403 Forbidden
Reply With Quote
  #10  
Old 05-28-2012, 12:02 PM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Re: Problem on this Stream with SecureToken


Quote:
Originally Posted by karlo2105 View Post
Not working.
same error for me
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:51 PM.


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