Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
[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) Last edited by colomb : 01-28-2013 at 04:36 AM. |
#2
|
|||
|
|||
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" |
#3
|
|||
|
|||
Re: [RTMP] Very hard to find this video url, so please helpThanks friend will try if it works
|
#4
|
|||
|
|||
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 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 |
#5
|
|||
|
|||
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" 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 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" |
#6
|
|||
|
|||
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) |
#7
|
|||
|
|||
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> |
#8
|
|||
|
|||
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 |
#9
|
|||
|
|||
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"}) |
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|