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

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

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

colomb 01-28-2013 01:50 AM

[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)

AmazingMatze 01-28-2013 02:50 AM

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"

colomb 01-28-2013 03:10 AM

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


 
Thanks friend will try if it works

colomb 01-28-2013 04:28 AM

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


AmazingMatze 01-28-2013 10:36 AM

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"

colomb 01-29-2013 06:16 AM

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)

AmazingMatze 01-29-2013 07:18 AM

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>

colomb 01-29-2013 11:46 AM

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 :confused: :confused:

AmazingMatze 01-29-2013 03:37 PM

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.


All times are GMT -6. The time now is 03:58 AM.