Kodi Community Forum
[RELEASE] rtmpGUI plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] rtmpGUI plugin (/showthread.php?tid=120045)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


- PatrickBateman - 2012-01-28

Hey,

This is incredible, so big thanks to the dev for creating this.

Quick question, Which list is the best list to use? I'm currently just using the default list and only a few links work, is there a preferred list (the other one posted) or is the default list the one that I should stick with (most supported/updated etc).


- apw2607 - 2012-01-28

PatrickBateman Wrote:Hey,

This is incredible, so big thanks to the dev for creating this.

Quick question, Which list is the best list to use? I'm currently just using the default list and only a few links work, is there a preferred list (the other one posted) or is the default list the one that I should stick with (most supported/updated etc).

Use the other one. I would say nearly on the links work. Watching MTV HD right now ;-)


- PatrickBateman - 2012-01-28

apw2607 Wrote:Use the other one. I would say nearly on the links work. Watching MTV HD right now ;-)

Fantastic, thanks for the quick response... do you use the english one or the all lanauge one? I'm looking for RTL Europe if its in there? Or can I run them both side by side?


- apw2607 - 2012-01-28

I couldn't see RTL in either XML list.

As for the add-on itself, i just use the english version, which simply looks for english only channels, rather than allows user selection.


- PatrickBateman - 2012-01-28

apw2607 Wrote:I couldn't see RTL in either XML list.

As for the add-on itself, i just use the english version, which simply looks for english only channels, rather than allows user selection.

Ah, thanks for that Nod much appreciated...

I've been looking here:
http://en.wikipedia.org/wiki/List_of_Formula_One_broadcasters

To find a channel out of all of them that can be streamed, there are lots of channels showing it live in all sessions and I'm hoping to find one... I remember "speed" was available on live streams but I just tried to launch that and the plugin must be broken?

Is there snyway to Get speed or rtl or any of these channels that play all sessions live, on here... I'd literally be over the moon of that is a possibility Nod


- cptmarginal - 2012-01-28

I am getting "ImportError: No module named etree"

Manually adding elementtree to the "requires" section of the addon.xml didn't help. Yes, I've got the script.module.elementtree folder.


- lefty420 - 2012-01-28

RTL HD for those that require it

Code:
<stream>
     <title>RTL HD</title>
    <swfUrl>http://www.tvsector.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf</swfUrl>
    <link>rtmp://s7.webport.tv/live</link>
    <pageUrl>http://www.tvsector.com/national-geographic-nat-geo-hd</pageUrl>
    <playpath>z030101.stream</playpath>
    <language>English</language>
    <advanced>live=1</advanced>
  </stream>



- lefty420 - 2012-01-28

and RTL 2 HD although it doesnt look very HD and was struggling when I tested. it might be better for you

Code:
<stream>
    <title>RTL 2 HD</title>
    <swfUrl>http://www.tvsector.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf</swfUrl>
    <link>rtmp://s99.webport.tv/live</link>
    <pageUrl>http://www.tvsector.com/national-geographic-nat-geo-hd</pageUrl>
    <playpath>z150219.stream</playpath>
    <language>English</language>
    <advanced>live=1</advanced>
  </stream>

These streams came from this pastebin http://pastebin.com/A3Ss4eEx which was posted on the live streams thread


- PatrickBateman - 2012-01-28

lefty420 Wrote:and RTL 2 HD although it doesnt look very HD and was struggling when I tested. it might be better for you

Code:
<stream>
    <title>RTL 2 HD</title>
    <swfUrl>http://www.tvsector.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf</swfUrl>
    <link>rtmp://s99.webport.tv/live</link>
    <pageUrl>http://www.tvsector.com/national-geographic-nat-geo-hd</pageUrl>
    <playpath>z150219.stream</playpath>
    <language>English</language>
    <advanced>live=1</advanced>
  </stream>

These streams came from this pastebin http://pastebin.com/A3Ss4eEx which was posted on the live streams thread

Hi lefty,
Fantastic find, sincerely appreciated!
A question for you, How do I get these into the plugin? I think it uses a XML managed by someone else...


- PatrickBateman - 2012-01-28

Hi,

Is there anyway to run the English version and the multi Lang version side by side?

This would mean, for English channels I can use v1 and when I wish to switch to a foreign Lang Channel I can exit and switch to v2...

Or is there a way to switch between lists on the fly?

Cheers,


- lefty420 - 2012-01-28

Hi patrick, we're just maintaining an English list. we've not managed to get a local xml to run. it would be nice to be able to define categories and hopefully woompa will add it soon. We'd also love to see the ability to define a path the thumbnails. just wish i know a bit of python

it also seems that onl the tvsector .stream files work (at least for HD). For example I cant get HGTV stream to go even tho it plays in vlc


- stammie - 2012-01-28

Lefty I've just switched back to your xml, thanks again for your work in maintaining this excellent list of channels.
I have a suggestion, if its not against any xbmc rules and if someone has the time to do it,
if a tutorial could be posted up about how and where to sniff out working channels we could make this a real community effort. If its feasible I also think it would be a great idea if there was one place the xbmc community could host the xml files so we could have maybe a specific channel list. I.E. Lefty's channel list is great but if I had a choice I'd remove the adult channels from it, or someone else may just prefer the film channels or sports channels only.


- hunkyn - 2012-01-28

stammie Wrote:Lefty I've just switched back to your xml, thanks again for your work in maintaining this excellent list of channels.
I have a suggestion, if its not against any xbmc rules and if someone has the time to do it,
if a tutorial could be posted up about how and where to sniff out working channels we could make this a real community effort. If its feasible I also think it would be a great idea if there was one place the xbmc community could host the xml files so we could have maybe a specific channel list. I.E. Lefty's channel list is great but if I had a choice I'd remove the adult channels from it, or someone else may just prefer the film channels or sports channels only.

Where is lefty420's xml located at? I have the default one and the jonak one but do not see lefty's.

Thanks


- hunkyn - 2012-01-28

@oneadvent would it be possible to add lefty's new streams to your list.

Thanks in advance


- stammie - 2012-01-28

hunkyn Wrote:Where is lefty420's xml located at? I have the default one and the jonak one but do not see lefty's.

Thanks

I hope I'm not stepping on any toes here. Lefty's stream is at:-

http://hd420p.co.uk/list.xml

(hopefully I haven't upset Lefty, apart from the http part he did post that addy earlier in the thread)

btw nice xbmc blog on that site