[RTMP] Very hard to find this video url, so please helphi 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) |
Re: [RTMP] Very hard to find this video url, so please helpCode:
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" |
Re: [RTMP] Very hard to find this video url, so please helpThanks friend will try if it works
|
Re: [RTMP] Very hard to find this video url, so please helpI 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 |
Re: [RTMP] Very hard to find this video url, so please helpDid 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" Code:
-T "#ro%g0#r@1" or put this into your batch file (the "%" needs to be escaped with "%") Code:
-T "#ro%%g0#r@1" |
Re: [RTMP] Very hard to find this video url, so please helpfirst 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) |
Re: [RTMP] Very hard to find this video url, so please helpYou 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> |
Re: [RTMP] Very hard to find this video url, so please helpThanks 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: |
Re: [RTMP] Very hard to find this video url, so please helpThe 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> 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 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"}) |
All times are GMT -6. The time now is 03:58 AM. |