Kodi Community Forum
[RELEASE] Norwegian NRK Web-TV (Video) 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] Norwegian NRK Web-TV (Video) Plugin (/showthread.php?tid=52824)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47


- The-Boxhead - 2011-01-21

Anyone with entry level python skills willing to look at the radio links which is dead ? I tried looking trough the code but couldn't find where the actual radio links are located. Prolly because i know jackshit about python Wink

Annoying since i actually used the radio streaming quite a bit...

Or if anyone could give me a hint for where to look Wink


- takoi - 2011-01-22

I didn't include the radio in the new addon because:
1. this is a video addon
2. i dont use the internet radio
3. the reason the old one failed in the long run was because the codebase was too big and covered too much to be maintained by one person


The urls you want looks like this:
mms://lyd.nrk.no/nrk_radio_alltid_nyheter_wma_h?UseSilverlight=1

Then you just add them all like this:

handle = int(sys.argv[1])
xbmcplugin.addDirectoryItem(handle, "mms://...", xbmcgui.ListItem("title"), False);
xbmcplugin.endOfDirectory(handle)

..and you're done


- The-Boxhead - 2011-01-22

Okay ventech, i understand.
Would it be much work creating a standalone radio plugin that
has all the NRK, P4, RadioNorge etc ?


- takoi - 2011-01-22

No. I just gave you pretty much the complete code for nrk channels. The other ones i dont know, but if you find the playable urls you can use the same code


- scope - 2011-01-22

What protocol does it stream through? The reason Im asking is that I've got XBMC set up to use Proxy for HTTP, but I still cant stream the direct streams. The stream does not go through the proxy in Norway (for NRK... YouTube does), so it must be using something else to stream.. ? How can I set it up to use the Proxy in Norway? Would I have to set up a VPN server instead of Proxy?


- takoi - 2011-01-22

tried replacing 'mms' with 'http'? According to wikipedia mms is either udp or tcp so thats where your proxy needs to be


- scope - 2011-01-22

ventech Wrote:tried replacing 'mms' with 'http'? According to wikipedia mms is either udp or tcp so thats where your proxy needs to be

But Im using the built in proxy settings in XBMC, no other option than http.. Are there ways to tap into the call in the script when asking for the stream to tell it to use a proxy instead? So is there a proxy method on the object?


- takoi - 2011-01-23

i meant in the url


- MindTooth - 2011-03-18

Any ways I can help out on this? Would be nice to watch NRK on my XBMC box. Especially now that the UN is deciding the future of Libya.


- OWN-VMC - 2011-03-24

Hello.
Complete off topic, but take the chance.

Looking around to find someone who can programming, stream etc. I have a new product to launch, Orb. (http://new.orb.com).
Need someone to xml, lua script (http://www.lua.org).

Very grateful if anyone here can or know someone who will look at some work on this. (Freelance / Project etc)

Odd-Willy, Sandefjord.


- Tittey123 - 2011-04-11

I cant get this to work. When i try to access the video i want.I only get somthing like "unable to play".

How can i fix this ?


- spiff - 2011-04-11

worked just fine for me last time i used it (last night).

nobody will be able to help you with such a useless request for help. see my signature.


- warius - 2011-06-24

Hi, the link in the first post seems to be dead, can anyone tell me how to get this? I'm using XBMC on an ATV2 if that is relevant.


- takoi - 2011-06-24

warius Wrote:Hi, the link in the first post seems to be dead, can anyone tell me how to get this? I'm using XBMC on an ATV2 if that is relevant.
It's in the official add-on repository. Under video.


- warius - 2011-06-28

ventech Wrote:It's in the official add-on repository. Under video.
How the hell did I miss that? Thanks man, I'll head downstairs and take another look Smile