Posts: 893
Joined: Jul 2011
Reputation:
16
It's not just a function of the "maximum bitrate" you've got set in the streaming settings, is it, Thiele? Just poking in the dark here. I set up my Dutch friends, and when watching iRTL channels originally, with the default max bitrate of 2000, it was buffering/stuttering quite a bit (without the "Buffering..." dialog--just was choppy). When we lowered it from 2000, it worked fine.
- Amazon FireTV Stick 4K running latest stable Kodi version
- Sony Bravia XBR-x900h Android TV running latest stable Kodi version
- Skin: Aeon Nox: SiLVO
Posts: 2
Joined: Feb 2012
Reputation:
0
TV4 Play: No playable files found in XOT 3.2.12 - - This is how i fixed it.
I have found 2 errors in the Phyton Script ”chn_tv4se.py”
Just connect to your XBMC installation with WinScp or similar program and modify the /private/var/mobile/Library/Preferences/XBMC/addons/net.rieter.xot.channel.se/tv4se/chn_tv4se.py
Don’t forget to take a backup of that file(before you edit), just in case…
First of all change this line: (this will save us one redirect, not actually an error.)
self.mainListUri = "http://www.tv4play.se/a_till_o_lista"
To
self.mainListUri = "http://www.tv4play.se/alla_program"
Then we need to modify the search URL a little bit.
To fix the misleading URL path, just remove one of the “/search” in this line:
url = "http://www.tv4play.se/search/search?rows=200&order=desc&categoryids=%s&sorttype=date&start=0" % (programId,)
To
url = "http://www.tv4play.se/search?rows=200&order=desc&categoryids=%s&sorttype=date&start=0" % (programId,)
Hope someone finds this information useful...
Posts: 47
Joined: Nov 2008
Reputation:
0
Since not too long I get in a buffering 'loop'. As soon as I try to watch something on UitzendingGemist it starts and then immediately 'hangs' while (apparently) buffering. For ever.
Does anyone else also has this problem? I didn't change any settings that I know of.
Posts: 118
Joined: Aug 2009
Reputation:
0
Hay i wuld first like to thanks for a relly relly good script its awsome, and the updates are relly nice know when you can see the subtitles also!!
I just have a future request, witch is a option so you can shose if you will see the subtitles or not, i mean i come from sweden so i use TV4/TV3 play alot and its relly good when you can have it on the noon swedish series, but when its is from sweden its relly enoying to see the sub on the screen
/ Anton