Quote:
Originally Posted by troller12
About your question too myfeed2all and why RTMPDumpHelper dosent grab any stream datas.So you have to enter the right ports / port ranges in RDH options to scan for.If the stream does run then open CMD and enter netstat -bn and in the Remoteadresse list of your flashplayer plugin process you can see the stream IP & port like this...
Code:
185.80.220.81:13396
....stream does use port 13396.Enter this into scan list.If you try it again then it will fail and if you check stream port again then you see it has changed if you reload the site so they are using dynamic ports but this you can also prevent if you just reload the player on that site alone again then same port will used again and you can grab the stream datas with RDH.
Code:
-r "rtmp://185.80.220.81:13396/stream/"
-a "stream/"
-f "WIN 25,0,0,148"
-W "http://thecdn.04stream.com/p/ooolo1.swf"
-p "http://www.04stream.com/ebb.php?adsp=ttother&width=600&height=460&a=.......=firstrowas1.cc"
-y "0f5Bo327y0yBobZcQBIw.stream?........"
I did short the long paths above.Just follow the important links in browser console to get more infos.
greetz
|
I always learn something from you. How do I just reload the player on that site alone again so same port will be used again? Thanks!