Posts: 12
Joined: Apr 2011
Reputation:
0
How can I catch the rtmp parameters from such a page within a python script?
Posts: 123
Joined: Sep 2009
Reputation:
36
from my VideoDevil cfg for MyP2P:
%s contains channelid
########################################################
# ZoneIn - Videos
########################################################
item_infos=<a href="http://embed.zonein.tv/[^\?]+\?id=([^&]+)
...
item_url_build=rtmp://68.68.31.46:1935/%s?doPlay=a/ playpath=zonein swfurl=http://cdncdn.zonein1.com/kikikili.swf
Posts: 123
Joined: Sep 2009
Reputation:
36
Hm, it's still working for me with this ip.
Posts: 12
Joined: Apr 2011
Reputation:
0
I tried it with the rtmp stream that the videodevil plugin has and I have had to change it daily by sniffing it from the webpage above and I would like to create a script which keeps me from having it to change it on those streams.
Posts: 12
Joined: Apr 2011
Reputation:
0
What can we do about these kind of streams? How can we capture the rtmp parameters from the player embedded in the page?
Thank You In Advance Everyone
Posts: 12
Joined: Apr 2011
Reputation:
0
Isn't there a way to embed the stream within a webpage and load it through xbmc? Until the librtmp developers can support redirect, I am guessing thats the way to go. Or if we could grab the final rtmp plugin parameters once the page loads the player using a way in Python then we could be successful at getting this to work without using a random array. The same stream could change Ip Addresses and we would't have to worry if we got the rtmp values at the end instead of beforehand.
Thanks For All Your Help Guys