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


- hunkyn - 2012-01-28

Stammie thank you for the link. Much appreciated. Lefty thanks for all the efforts in maintaining the list.


- oneadvent - 2012-01-28

I can add to the list if someone wants to give me the diff.


- lefty420 - 2012-01-29

cheers for the kudos guys. we're not actually sniffing, just googling around pastebin and the live streams thread. Although like i've said nothing HD seems to be working outside of the tvsector .stream's. Speaking of which tvsector (at least the homepage) seems to down atm.

wheres woompa?

@oneadvent PM us buddy


- stammie - 2012-01-29

I have a list of about 14 working US sd channels but I'm kinda at a loss to work out the relevant bits of information to post. Its a batch file that calls up vlc to play the channel,
if anyone can make sense of the following example just for ABC I'll gladly share the rest if people want it and someone can get it working:-

cls
echo.
echo The ABC stream is starting.... Close vlc to return to the menu.
call rtmpdump -v -r rtmp://46.105.109.122/edge/tve1lkzlj5vqz83 -W http://static.ilive.to/jwplayer/player.swf -p http://www.ilive.to/view/23523/ABC_channel | %vlc% -
goto TOP

rrtmp://68.68.30.174/live/_definst_<playpath>castones4 <swfUrl>http://www.veemi.com/player/player-licensed.swf <pageUrl>http://www.veemi.com/embed.php?v=castones4&vw=600px%3btop:380%3b&vh=380px%3b&domain=rdradio.com <objectEncoding>


- oneadvent - 2012-01-29

<stream>
<title>ABC</title>
<swfUrl>http://static.ilive.to/jwplayer/player.swf</swfUrl>
<link>rtmp://46.105.109.122/edge/tve1lkzlj5vqz83</link>
<pageUrl>http://www.ilive.to/view/23523/ABC_channel</pageUrl>
<playpath>NOT SURE</playpath>
<language>English</language>
<advanced>live=1</advanced>
</stream>

that would be my guess...anyone want to fill in the rest?


- caltech26 - 2012-01-29

Pretty much none of the channels work for me (I have the same issue with the Livestreams add on).

When I click on a channel, the "working" message appears, but nothing opens to play.

Very strange.


- PatrickBateman - 2012-01-29

lefty420 Wrote: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

Thanks lefty,

I was using another stream link as I hadn't seen yours Blush is your list the most uptodate?

Big appreciation for giving such great and informative advice, reapply appreciate it Nod


- hunkyn - 2012-01-29

oneadvent Wrote:<stream>
<title>ABC</title>
<swfUrl>http://static.ilive.to/jwplayer/player.swf</swfUrl>
<link>rtmp://46.105.109.122/edge/tve1lkzlj5vqz83</link>
<pageUrl>http://www.ilive.to/view/23523/ABC_channel</pageUrl>
<playpath>NOT SURE</playpath>
<language>English</language>
<advanced>live=1</advanced>
</stream>

that would be my guess...anyone want to fill in the rest?
Did you try adding it to the list and see if that worked?


- hunkyn - 2012-01-29

stammie Wrote:I have a list of about 14 working US sd channels but I'm kinda at a loss to work out the relevant bits of information to post. Its a batch file that calls up vlc to play the channel,
if anyone can make sense of the following example just for ABC I'll gladly share the rest if people want it and someone can get it working:-

cls
echo.
echo The ABC stream is starting.... Close vlc to return to the menu.
call rtmpdump -v -r rtmp://46.105.109.122/edge/tve1lkzlj5vqz83 -W http://static.ilive.to/jwplayer/player.swf -p http://www.ilive.to/view/23523/ABC_channel | %vlc% -
goto TOP

rrtmp://68.68.30.174/live/_definst_<playpath>castones4 <swfUrl>http://www.veemi.com/player/player-licensed.swf <pageUrl>http://www.veemi.com/embed.php?v=castones4&vw=600px%3btop:380%3b&vh=380px%3b&domain=rdradio.com <objectEncoding>

Could you please send me the list i will use it directly on PC for now until we sort out the list to come to xbmc.

[update] I found them not needed thanks

Thanks in advance


- PatrickBateman - 2012-01-29

There are 2 HD soprt channels in this post from live streams.. Can they too be added to this XML?

http://forum.xbmc.org/showpost.php?p=1002698&postcount=4


- a-t. - 2012-01-29

oneadvent Wrote:<stream>
<title>ABC</title>
<swfUrl>http://static.ilive.to/jwplayer/player.swf</swfUrl>
<link>rtmp://46.105.109.122/edge/</link>
<pageUrl>http://www.ilive.to/view/23523/ABC_channel</pageUrl>
<playpath>tve1lkzlj5vqz83</playpath>
<language>English</language>
<advanced>live=1</advanced>
</stream>

that would be my guess...anyone want to fill in the rest?
playpath is normally everything after the base of the address.


- hunkyn - 2012-01-29

Can someone add this Nat GEO HD channel. I tested and it works great.

Code:
<stream>
    <title>National Geographic EN HD</title>
    <swfUrl>http://tvsector.com/mediaplayer/player.swf</swfUrl>
    <link>rtmp://s7.webport.tv/live/z050225.stream</link>
    <pageUrl>http://tvsector.com/</pageUrl>
    <playpath>z050225.stream</playpath>
    <language>English</language>
    <advanced>live=1</advanced>
</stream>


Thanks


- oneadvent - 2012-01-29

As per Lefty420s list:
-A+E
+Bio
+cinemax 2
-ESPN America
+National Geo EN (from hunkyn)
+Sky Sports 1
+Hustler

Updated. (Does anyone know if redlight is pron or not? It said sports in the URL but they aren't broadcasting right now for me to check.)


- PatrickBateman - 2012-01-29

Code:
<item>
<title>Aljazeera sport HD1</title>
        <link>rtmp://ajslivefs.fplive.net/ajslive-live/ playpath=ajs_ar_ch333_2400?reportingKey=eventId-682627_partnerId-1346 swfUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/Live/channel/hd1 live=true swfVfy=true</link>
        <thumbnail>http://i798.photobucket.com/albums/yy266/freeworldwide/Logos/Aljazeera-sport-logo/al_jazeera_sport_channel_hd.png</thumbnail>
    </item>
    <item>
        <title>Aljazeera sport HD2</title>
        <link>rtmp://ajslivefs.fplive.net/ajslive-live/ playpath=ajs_ar_ch334_2400?reportingKey=eventId-682627_partnerId-1346 swfUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/Live/channel/hd2 live=true swfVfy=true</link>
        <thumbnail>http://i798.photobucket.com/albums/yy266/freeworldwide/Logos/Aljazeera-sport-logo/al_jazeera_sport_channel_hd.png</thumbnail>
    </item>

Hey,
These seem to be working for some, plus the RTL streams posted in this thread a few posts back.

Will these new streams be getting added to the list at any point? As they don't all appear on the foreign version etc either.

Perhaps we could add a sports section or such?


- oneadvent - 2012-01-29

PatrickBateman Wrote:
Code:
<item>
<title>Aljazeera sport HD1</title>
        <link>rtmp://ajslivefs.fplive.net/ajslive-live/ playpath=ajs_ar_ch333_2400?reportingKey=eventId-682627_partnerId-1346 swfUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/Live/channel/hd1 live=true swfVfy=true</link>
        <thumbnail>http://i798.photobucket.com/albums/yy266/freeworldwide/Logos/Aljazeera-sport-logo/al_jazeera_sport_channel_hd.png</thumbnail>
    </item>
    <item>
        <title>Aljazeera sport HD2</title>
        <link>rtmp://ajslivefs.fplive.net/ajslive-live/ playpath=ajs_ar_ch334_2400?reportingKey=eventId-682627_partnerId-1346 swfUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/ptvFlash/unifiedplayer/aljazeera/multiformat/UnifiedPlayer.swf pageUrl=http://www.en.aljazeerasport.tv/Live/channel/hd2 live=true swfVfy=true</link>
        <thumbnail>http://i798.photobucket.com/albums/yy266/freeworldwide/Logos/Aljazeera-sport-logo/al_jazeera_sport_channel_hd.png</thumbnail>
    </item>

Hey,
These seem to be working for some, plus the RTL streams posted in this thread a few posts back.

Will these new streams be getting added to the list at any point? As they don't all appear on the foreign version etc either.

Perhaps we could add a sports section or such?

OK both of my lists (jonakcomputers.com) now have:
+RTL
+AS HD1
+AS HD2

let me know if you get anymore, or if I broke something!