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)



- VictorV - 2009-10-20

I added support for the live streaming of nrk, nrk2 and nrk3 and testing out some new error logging and probably some other stuff that I don't remember, as there has been a while since last release

http://prosjektet.net/xbmc/plugins/nrk_plugin_20102009.7z


spiff: I can't get unicode mms-uri (æøå) playing. I get:
Code:
[Reference]
Ref1=http://straumod.nrk.no/Disk08/100__rstokt_med_DS__B_r_ysund_/2009-01-07/B%C3%B8r%C3%B8ysund%20NRK1_20081230_1000-200.wmv?&MSWMExt=.asf
Ref2=http://10.103.0.61:80/Disk08/100__rstokt_med_DS__B_r_ysund_/2009-01-07/B%C3%B8r%C3%B8ysund%20NRK1_20081230_1000-200.wmv?&MSWMExt=.asf

ends with:
Code:
NOTICE: DVDPlayer: Opening: mms://straumod.nrk.no/Disk08/100__rstokt_med_DS__B_r_ysund_/2009-01-07/B%C3%B8r%C3%B8ysund%20NRK1_20081230_1000-200.wmv?&MSWMExt=.asf
...
ERROR: CDVDPlayer::OpenInputStream - error opening [mms://straumod.nrk.no/Disk08/100__rstokt_med_DS__B_r_ysund_/2009-01-07/B%C3%B8r%C3%B8ysund%20NRK1_20081230_1000-200.wmv?&MSWMExt=.asf]
The error is caused by a 404 i guess

Any ideas?


- VictorV - 2009-10-20

Just some small changes..
Cleaned up the plugin settings, removed the html browser and added a XBMC compability check

http://prosjektet.net/xbmc/plugins/nrk_plugin_20102009b.zip
http://prosjektet.net/xbmc/plugins/nrk_plugin_20102009b.7z


- toralux - 2009-11-12

VictorV Wrote:Just some small changes..
Cleaned up the plugin settings, removed the html browser and added a XBMC compability check

http://prosjektet.net/xbmc/plugins/nrk_plugin_20102009b.zip
http://prosjektet.net/xbmc/plugins/nrk_plugin_20102009b.7z

NRK detects illegal client, plugin broken:

Får en videostrøm med feilmelding... Ser ut som NRK har skjønt at man ikke ser på fra en nettleser i PC... Går det ann å komme rundt dette?


- vidar - 2009-11-15

toralux Wrote:NRK detects illegal client, plugin broken:

Får en videostrøm med feilmelding... Ser ut som NRK har skjønt at man ikke ser på fra en nettleser i PC... Går det ann å komme rundt dette?

Seems to work for me - it's playing friday's "Nytt på Nytt" as we speak. Good work! Smile


- VictorV - 2009-11-17

toralux Wrote:NRK detects illegal client, plugin broken:

Får en videostrøm med feilmelding... Ser ut som NRK har skjønt at man ikke ser på fra en nettleser i PC... Går det ann å komme rundt dette?

More information please. I can't reproduce it, and everything seems to work here.


- The-Boxhead - 2009-11-17

Your latest version works great VictorV. Again thanks for all your work !


- perper - 2009-11-18

The-Boxhead Wrote:Your latest version works great VictorV. Again thanks for all your work !


Tried the latest version both on xbox (latest tc3h) and kubuntu (from standard 9.10 repository), but the plugin did not work. It errored out when trying to play a clip.

"Connection to host http-icanal-od.online.no raised exception. No data received. Aborting..."

Which isn't to strange as the correct url starts with mms...

The error seems to be in line 436 of nrk_api.py and was corrected by reversing the arguments:

Original, non working:
return url.replace('mms', 'http')

Modified, working:
return url.replace('http','mms')


- bluejudas - 2009-11-18

Both True Blood and Generation Kill do not work for me (Program->Drama).

~b


- VictorV - 2009-11-19

bluejudas Wrote:Both True Blood and Generation Kill do not work for me (Program->Drama).

~b

Yeah, they're not served by NRK and uses a sligthly different system. There could probably be made some general handler for the xml used by those silverlight players, but it's not a priority for me now, as I'm looking at some other xbmc project.


- ErlendSB - 2009-11-21

Nyheter - Aktuelt
gives me this message:
"This video is currently not supported by your platform."

Anyone else experiencing this?


- Species8472 - 2009-11-21

ErlendSB Wrote:Nyheter - Aktuelt
gives me this message:
"This video is currently not supported by your platform."

Anyone else experiencing this?

Yeah, get that too...


- VictorV - 2009-12-03

So what's your platform and xbmc build? It was just something I used instead of an error message that would mess up playback of playlist, since some of the videos would play on xbox with mplayer, but not on other systems with dvdplayer. I could remove it, so it will open for playing with a external player, or try to figure out why it not works Smile


- ErlendSB - 2009-12-03

I'm using 9.11 Beta1 on Vista x64.

It's a great plugin that I use a lot. Keep up the good work!


- VictorV - 2009-12-03

ErlendSB Wrote:I'm using 9.11 Beta1 on Vista x64.

It's a great plugin that I use a lot. Keep up the good work!

Yeah, there's really nothing wrong with the plugin, but dvdplayer won't play the video, so I made that "fancy" shit to tell that it won't play :p

BTW I made a few bug corrections: http://prosjektet.net/xbmc/plugins/nrk_plugin_03122009.zip


- klauslunde - 2009-12-07

extreme noob questions.. i read the wiki on how to add plugins, but i can not get it to work. i am on win 7 - and there was no plugins folder in my xbmc folder. so i made one and put the nrk viewer in there. i see there are .py files in there which i am supposed to be able to add under "add source" in videos root. but the defauly.py dont show up there.

anyone who could give me a short tutorial on how i add this plugin?