• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 47
[RELEASE] Norwegian NRK Web-TV (Video) Plugin
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
PointOfView Nvidia ION Atom 330 - TRANSCEND 2GB DDR2 DIMM 800MHz - G.SKILL 64GB SSD 2.5
Open Elec Beta4 1.95.4
XBMC Online Manual - HOW-TO post about a problem in a useful manner - Create/View Bug Report
Setup/Fix correct resolution on XBMC/Ubuntu - Usefull linux terminal commands
Reply
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
Reply
Okay ventech, i understand.
Would it be much work creating a standalone radio plugin that
has all the NRK, P4, RadioNorge etc ?
PointOfView Nvidia ION Atom 330 - TRANSCEND 2GB DDR2 DIMM 800MHz - G.SKILL 64GB SSD 2.5
Open Elec Beta4 1.95.4
XBMC Online Manual - HOW-TO post about a problem in a useful manner - Create/View Bug Report
Setup/Fix correct resolution on XBMC/Ubuntu - Usefull linux terminal commands
Reply
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
Reply
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?
Reply
tried replacing 'mms' with 'http'? According to wikipedia mms is either udp or tcp so thats where your proxy needs to be
Reply
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?
Reply
i meant in the url
Reply
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.
Reply
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.
Reply
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 ?
Reply
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.
Reply
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.
Reply
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.
Reply
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
Apple TV2 [XBMC 10.0-9 (PRE-11.0) / Firmware 4.2.2 Build 8F305 (iOS 4.3.1)]
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 47

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Norwegian NRK Web-TV (Video) Plugin9