Rtmp Plugin Stream

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Eldorado Offline
Posting Freak
Posts: 922
Joined: May 2009
Reputation: 11
Post: #11
scriptdeveloper Wrote:I see

What solutions can we come up in regards to this problem. Is it possible to embed the player in a webpage or possibly grab the redirected url like I do in methods of a script. If rtmpdump supported redirects, I could just use



to play the stream? What else can you guys think of? How does videodevil play the streams just using the channel id? How can I incorporate that same code in a different script to specify the channel id's and be able to play them?

I've asked about RTMP redirects just a few days ago:
http://forum.xbmc.org/showthread.php?tid=99157

As already mentioned, Video Devil is using a hard coded IP address to play it, Zonein seems to flip flop between a few of them but they all appear to work

Real solution is to see if the librtmp guys can include redirect support
find quote
scriptdeveloper Offline
Junior Member
Posts: 12
Joined: Apr 2011
Reputation: 0
Post: #12
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
find quote
Post Reply