Kodi Community Forum
Release Viaplay add-on thread - 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 Viaplay add-on thread (/showthread.php?tid=286387)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


RE: Viaplay add-on thread - J_Westman - 2018-04-07

Hi,

I have just installed LibreELEC 8.2.4 on a Raspberry Pi 3.

KODI 17.6

Downloaded ViaPlay addon 2.1.1
InputStream Adaptive 2.0.19.0
RTMP Input 1.0.4.0

Works fine on ViaPlay series but I have problem with sound on live sport.
After 15 seconds it stops.

Have tried the available InputStream Adaptive versions, but earlier than 2.0.19.0 does not work any better, 1.0.8 does not work at all.

Is this supposed to work?

I have debug logs available if needed, but maybe it is not working as I have seen in previous posts.

Regards

Jörgen Westman


RE: Viaplay add-on thread - emilsvennesson - 2018-04-08

(2018-04-07, 21:08)J_Westman Wrote: Hi,

I have just installed LibreELEC 8.2.4 on a Raspberry Pi 3.

KODI 17.6

Downloaded ViaPlay addon 2.1.1
InputStream Adaptive 2.0.19.0
RTMP Input 1.0.4.0

Works fine on ViaPlay series but I have problem with sound on live sport.
After 15 seconds it stops.

Have tried the available InputStream Adaptive versions, but earlier than 2.0.19.0 does not work any better, 1.0.8 does not work at all.

Is this supposed to work?

I have debug logs available if needed, but maybe it is not working as I have seen in previous posts.

Regards

Jörgen Westman

Hi! This has been fixed in Kodi Leia.


RE: Viaplay add-on thread - J_Westman - 2018-04-08

Hi,

Thanks, then I know.

Regards

Jörgen


RE: Viaplay add-on thread - cazz - 2018-04-22

Love this plugin

But how do I pick what sound and subtitle is going to play?

/Update find it inside the movie, you have to start the movie to see it Big Grin


RE: Viaplay add-on thread - J_Westman - 2018-04-30

Hi,

I downloaded LibreElec with Kodi 18.0-ALPHA2 Apr 7 2018 and Video and Sound worked right away on live events with the Viaplay addon.

Replays works fine.

Now Video and Sound has stopped working, last time I did watch a live event was last sunday the 22:nd.

No changes has been made since I downloaded and installed it.

I have logs if required.

Regards

Jörgen Westman


RE: Viaplay add-on thread - User 370596 - 2018-05-31

None of the live streams are working properly for me. First I see ads and then it starts from the beginning of the stream, never from the current position.
I'm using Firefox on Linux and want to get at least the browser interface working! No video plays at all! What I have to do?


RE: Viaplay add-on thread - inzzzomnia - 2018-06-01

(2018-05-31, 21:39)UserFI Wrote: None of the live streams are working properly for me. First I see ads and then it starts from the beginning of the stream, never from the current position.
I'm using Firefox on Linux and want to get at least the browser interface working! No video plays at all! What I have to do?
 Have been that way for ages for me. Finally posted a report about it at github over a week ago but no reaction to it yet so guess hes either occupied with other things or has given up about the whole thing. Let's hope for the first Smile


RE: Viaplay add-on thread - midgetexpress - 2018-06-18

Is anyone else experiencing problems with this add-on? It stopped working for me last weekend and now nothing happens when trying to access the different categories from the "root" page.
No error messages or anything, it just goes back to the same position.
Would be great to know if the problem is at my end or related to backend changes before I continue to troubleshoot.

I'm running latest nightly 17.8-251, 17 June 2018 for OSMC on Vero2


RE: Viaplay add-on thread - Njkj - 2018-06-25

I have the same issue seem to be broken with last kodi 18 version.


RE: Viaplay add-on thread - emilsvennesson - 2018-06-26

This is the reason: https://github.com/tamland/kodi-plugin-routing/pull/6/commits/80c90d66a6607688499ede7326c1a02594441b96

I will push a fix to GitHub this week.


RE: Viaplay add-on thread - Njkj - 2018-07-04

Will it update automatically or should I download anything?


RE: Viaplay add-on thread - emilsvennesson - 2018-07-04

(2018-07-04, 11:17)Njkj Wrote: Will it update automatically or should I download anything?

Upgrading to the latest nightly should be enough. The patch was reverted and is no longer enabled by default.


RE: Viaplay add-on thread - Njkj - 2018-07-05

Thanks will just have to wait for coreelec discourse.coreelec.org to release a new version then..


RE: Viaplay add-on thread - Njkj - 2018-07-09

Any way to revert the changes without installing a new nightly? Appear that next version of coreelec is a few weeks out.


RE: Viaplay add-on thread - emilsvennesson - 2018-07-09

(2018-07-09, 13:31)Njkj Wrote: Any way to revert the changes without installing a new nightly? Appear that next version of coreelec is a few weeks out.
Add  <reuselanguageinvoker>false</reuselanguageinvoker> to the metadata section of addon.xml:


xml:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.viaplay" version="2.1.1" name="Viaplay" provider-name="emilsvennesson">
   <requires>
      <import addon="xbmc.python" version="2.25.0" />
      <import addon="script.module.requests" version="2.9.1" />
      <import addon="script.module.iso8601" version="0.1.11" />
      <import addon="script.module.inputstreamhelper" version="0.3.3" />
      <import addon="script.module.routing" version="0.2.0" />
   </requires>
   <extension point="xbmc.python.pluginsource" library="default.py">
      <provides>video</provides>
   </extension>
   <extension point="xbmc.addon.metadata">
      <reuselanguageinvoker>false</reuselanguageinvoker>
      <description lang="en_GB">Watch content from Viaplay.</description>
      <description lang="sv_SE">Titta på innehåll från Viaplay.</description>
      <news>2018.02.21 v2.1.1
      + New dependency: script.module.routing
      + Support for 4K streams and 5.1 audio
      + Fix audio bug on some sports streams (requires Kodi v18 Leia)
      + Channels section improvements
      + Code cleanup
      </news>
      <platform>all</platform>
      <language>sv dk no fi en</language>
      <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
      <source>https://github.com/emilsvennesson/kodi-viaplay</source>
      <forum>http://forum.kodi.tv/showthread.php?tid=286387</forum>
      <disclaimer>This add-on requires you to have a subscription to Viaplay.[CR]This add-on is completely unofficial and is not endorsed by Viaplay in any way.</disclaimer>
      <assets>
         <icon>resources/art/icon.png</icon>
         <fanart>resources/art/fanart.jpg</fanart>
      </assets>
   </extension>
</addon>