View Single Post
  #9  
Old 01-29-2013, 03: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