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-28-2013, 02:50 AM
colomb colomb is offline
The Special One
 
Join Date: Jan 2013
Posts: 17
colomb is on a distinguished road
Exclamation

[RTMP] Very hard to find this video url, so please help


hi guys
i need your help guys please. I tried to get rtmp link from a site but it seems secured.
Can someone help me giving this page rtmp link please (with playpath, swfurl, pageurl)

Last edited by colomb : 01-28-2013 at 04:36 AM.
Reply With Quote
  #2  
Old 01-28-2013, 03:50 AM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


Code:
rtmpdump -r "rtmpe://31.7.62.138:1735/vod" -a "vod" -f "WIN 11,5,502,146" -W "http://46.19.143.122/jwplayer5/player.swf" -T "#ro%%g0#r@1" -p "http://www.hdmytv.com/embed.php?c=19826&width=700&height=420&autostart=true&tk1=Dj1ji5sVjA3dKHWtI4uVaYFZTh32XgiRP2L%2FFBeGexM%3D&tk2=Fxkdjpyqj4AkZGrxnrU5eLY1hPxufEIq2AXdzGInOdg%3D&tk3=cAKMHsL0TZORlDGy6aWHhgU7ce9zKqVcDTql241TDTQ%3D" -y "youuuuu1_6633uaj" -o "very_hard_to_find_stream.flv"
Reply With Quote
  #3  
Old 01-28-2013, 04:10 AM
colomb colomb is offline
The Special One
 
Join Date: Jan 2013
Posts: 17
colomb is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


Thanks friend will try if it works
Reply With Quote
  #4  
Old 01-28-2013, 05:28 AM
colomb colomb is offline
The Special One
 
Join Date: Jan 2013
Posts: 17
colomb is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


I tried but it don't work. i am trying to do working this stream with xbmc. How to do ? i tried with these settings. is this correct ? Thanks


Code:
rtmpe://31.7.62.138:1735/vod 

playpath=vod 

swfUrl=http://46.19.143.122/jwplayer5/player.swf 

pageUrl=http://www.hdmytv.com/embed.php?c=19826&width=700&height=420&autostart=true&tk1=Dj1ji5sVjA3dKHWtI4uVaYFZTh32XgiRP2L%2FFBeGexM%3D&tk2=Fxkdjpyqj4AkZGrxnrU5eLY1hPxufEIq2AXdzGInOdg%3D&tk3=cAKMHsL0TZORlDGy6aWHhgU7ce9zKqVcDTql241TDTQ%3D
Reply With Quote
  #5  
Old 01-28-2013, 11:36 AM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


Did you even bother to look at the RTMPDump commandline I provided you with? The server uses a secure token response.

Code:
http://www.goalhd.tv/player/stream12.php
Code:
rtmpdump -r "rtmpe://31.7.62.138:1735/vod" -a "vod" -f "WIN 11,5,502,146" -W "http://46.19.143.122/jwplayer5/player.swf" -T "#ro%g0#r@1" -p "http://www.hdmytv.com/embed.php?c=19826&width=700&height=420&autostart=true&tk1=Dj1ji5sVjA3dKHWtI4uVaYFZTh32XgiRP2LFFBeGexMD&tk2=Fxkdjpyqj4AkZGrxnrU5eLY1hPxufEIq2AXdzGInOdgD&tk3=cAKMHsL0TZORlDGy6aWHhgU7ce9zKqVcDTql241TDTQD" -y "youuuuu1_6633uaj" -o "very_hard_to_find_stream.flv"

RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname              Custom
INFO:   creationdate            Sun Jan 27 11:02:40 2013
INFO:   videodevice             TerraTec Grabby Analog Capture
INFO:   framerate               20.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   videodatarate           500.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Ligne (TerraTec Grabby)
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        93.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           48.00
1256.203 kB / 15.47 sec
So either use:

Code:
-T "#ro%g0#r@1"
if you are executing your command from the command prompt

or put this into your batch file (the "%" needs to be escaped with "%")

Code:
-T "#ro%%g0#r@1"
Reply With Quote
  #6  
Old 01-29-2013, 07:16 AM
colomb colomb is offline
The Special One
 
Join Date: Jan 2013
Posts: 17
colomb is on a distinguished road
Exclamation

Re: [RTMP] Very hard to find this video url, so please help


first of all thanks for responding
sorry bro about i don't know anything about secure token. Please can you tell me how i can use this stream in a xml file (to use with xbmc)
Reply With Quote
  #7  
Old 01-29-2013, 08:18 AM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


You just have to translate the RTMPDump parameters to your desired format. As I'm not familiar with XBMC, I only did a brief Google lookup how the parameters are entered into the XML file, this would be my guess:

Code:
<link>rtmpe://31.7.62.138:1735/vod playpath=youuuuu1_6633uaj app=vod token=#ro%g0#r@1 swfUrl=http://46.19.143.122/jwplayer5/player.swf pageUrl=http://www.hdmytv.com/embed.php?c=19826&width=700&height=420&autostart=true&tk1=Dj1ji5sVjA3dKHWtI4uVaYFZTh32XgiRP2L%2FFBeGexM%3D&tk2=Fxkdjpyqj4AkZGrxnrU5eLY1hPxufEIq2AXdzGInOdg%3D&tk3=cAKMHsL0TZORlDGy6aWHhgU7ce9zKqVcDTql241TDTQ%3D live=true swfVfy=true</link>
Reply With Quote
  #8  
Old 01-29-2013, 12:46 PM
colomb colomb is offline
The Special One
 
Join Date: Jan 2013
Posts: 17
colomb is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


Thanks bro for helping. Your links works but its not the same channel as i have given. This is the channel i wanted :
http://www.goalhd.tv/player/stream12.php

I don't get the same channel
Reply With Quote
  #9  
Old 01-29-2013, 04:37 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


The stream provider changed the playpath. So the new command should look like this:

Code:
<link>rtmpe://31.7.62.138:1735/vod playpath=youuuuu3_6634qmd app=vod token=#ro%g0#r@1 swfUrl=http://46.19.143.122/jwplayer5/player.swf pageUrl=http://www.hdmytv.com/ live=true swfVfy=true</link>
Next time look it up yourself by checking for a php script in your Browser (e.g. Firefox with AdblockPlus --> Open blockable elements --> Search for "php") Then you will find sth like this:

Code:
http://www.hdmytv.com/url02.php?callback=jQuery1708675281671914987_1359498148840&v_cod1=SpIuID8zDfhClGe3KisjbtyR8qahqc6I8VoSKIKPZio%3D&v_cod2=v%2BaibSnxMDVh4JHAxTDcMunn1QE8IrLk0CNiSevODB4%3D&v_cod4=WmwodPq6O5eVtpHYiHLUDcTtU5VCCKWJ0MdyV53pVb3JPdoojvdEc04QXABYmIV37Vfh7HmFxH%2B%2FNluP8utNhg%3D%3D&_=1359498148908
Open it up in a new tab and you will find the parameters yourself:

Code:
jQuery1708675281671914987_1359498148840({"error":"false","result1":"youuuuu3_6634qmd","result2":"rtmp:\/\/live.hdmytv.com:1735\/redirect","msg":" - WmwodPq6O5eVtpHYiHLUDcTtU5VCCKWJ0MdyV53pVb3JPdoojvdEc04QXABYmIV37Vfh7HmFxH+\/NluP8utNhg== - rtmp:\/\/live.hdmytv.com:1735\/redirect@2013-01-29 - SpIuID8zDfhClGe3KisjbtyR8qahqc6I8VoSKIKPZio= + v+aibSnxMDVh4JHAxTDcMunn1QE8IrLk0CNiSevODB4= - youuuuu3_6634qmd_20130129 - 20130129 - token: youuuuu3_6634qmd - rtmp:\/\/live.hdmytv.com:1735\/redirect - HoraServer: 20130129"})
I changed the pageURL to the domain name only. I tested it with RTMPDump. If it fails for any reason, try using the fully qualified URL again.
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:01 AM.


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