View Single Post
  #2  
Old 11-10-2017, 05:32 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How to record from this source?


Hi,

the playpath token you can read inside the script link...
Code:
http://www.04stream.com/weed.js?stream=*
....inside is the source link with dynamic values you have to call as next..
Code:
http://www.04stream.com/ebb.php?adsp=ttother&width=600&height=460&a=*
....in this source you find used functions who using the playpath hash...
Code:
(){return "?HERE_THE_HASH
Just follow the calls in your browsers webconsole there you can see it.If you want to build any auto grabber to get the stream datas then you could try to make a php script etc so you have to work with cookies & right request paramters or you get as content lenght 0 back.

On the other hand use RTMPDumpHelper and enter a large port range like 1500-19000 and get the stream datas with that.But also dont forget that it will expire after a while.

greetz
Reply With Quote