Kodi Community Forum

Full Version: Livestream
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Thank you very much
Can it unblock region locked streams?

Here's one live over this weekend which I cannot get to work with this plugin (search "Speedway"):

http://livestream.com/SpeedwayGP/speedwa...2melbourne
(2015-10-24, 09:50)Lmpted Wrote: [ -> ]Can it unblock region locked streams?

Here's one live over this weekend which I cannot get to work with this plugin (search "Speedway"):

http://livestream.com/SpeedwayGP/speedwa...2melbourne

Are you sure this is region locked? It seems that the video is archived is "downloading"/"processing" and not available on official apps yet.

Code:
https://api.new.livestream.com/accounts/3318961/events/3975219/feed/

As of this post,

Code:
"workflow_status": "downloading",
          "is_locked": false,
        "secure_progressive_url": null,
        "m3u8_url": null,
        "secure_m3u8_url": null,
        "f4m_url": null,
        "secure_f4m_url": null

Those m3u8 urls are blank as of right now,so there is nothing to play.

Interestingly the video is playable on web browser and I am guessing it uses the SMIL urls

Code:
"smil_url": "http:\/\/api.new.livestream.com\/accounts\/3318961\/events\/3975219\/videos\/102763495.smil",
        "secure_smil_url": "https:\/\/api.new.livestream.com\/accounts\/3318961\/events\/3975219\/videos\/102763495.secure.smil",

So eventually the m3u8 url will be available and playable @ 102763495.m3u8/102763495.f4m
So this addon broke recently, right? No more local channels and the DemocracyNow channel is missing as well... All I see now is TedEd videos and some radio stations...
(2015-11-02, 16:55)dalethefarmer Wrote: [ -> ]So this addon broke recently, right? No more local channels and the DemocracyNow channel is missing as well... All I see now is TedEd videos and some radio stations...

Seems the Live & Upcoming section may need to be tweaked, I'll take a look at it when I get some time. You could always use the Search or My Channel options to get what you are looking for as they still seems to be working properly.
New bug while watching a live event last night http://pastebin.com/HYggiY5T

Code:
if int(stream[1:]) > temp_qlty:
                                            ValueError: invalid literal for int() with base 10:

Live events ended on this event for today, but I am guessing turning off "automatically play best stream" can probably be a workaround.

Event is China Open Court 2
Code:
(http://api.new.livestream.com/accounts/6523598/events/3709969/)

I am able to play last nights games now however, after close of play.
(2015-11-12, 17:55)siuside Wrote: [ -> ]New bug while watching a live event last night http://pastebin.com/HYggiY5T

Code:
if int(stream[1:]) > temp_qlty:
                                            ValueError: invalid literal for int() with base 10:

Live events ended on this event for today, but I am guessing turning off "automatically play best stream" can probably be a workaround.

Event is China Open Court 2
Code:
(http://api.new.livestream.com/accounts/6523598/events/3709969/)

I am able to play last nights games now however, after close of play.

Ah, I see what happened. Looks like the code that tries to select the best quality was trying to cast "Audio)" to an integer. I should be able to upload a fix today.
v2015.11.12
- Bug fix for best stream select
(2015-11-12, 20:11)eracknaphobia Wrote: [ -> ]v2015.11.12
- Bug fix for best stream select

Downloaded Test_My_Channels branch from github and confirmed the fix is working good with the live event. Thanks again for the quick fix.

By the way I saw this was merged with master but somehow auto update from your repo wasn't working?
(2015-11-13, 15:46)siuside Wrote: [ -> ]
(2015-11-12, 20:11)eracknaphobia Wrote: [ -> ]v2015.11.12
- Bug fix for best stream select

Downloaded Test_My_Channels branch from github and confirmed the fix is working good with the live event. Thanks again for the quick fix.

By the way I saw this was merged with master but somehow auto update from your repo wasn't working?

Should be better now.
Hi eracknaphobia,

Thanks for working on this plugin, I use Livestream a lot as my local TV station broadcast on it live and when I am away it is great for keeping up with the news from home Smile

I am having a problem locating it using the plugin though, would you be able to suggest how I could add it please?
Their livestream link is :
http://original.livestream.com/gbcgi

If I can find a way to add that, I'll buy you a beer!! Wink

Cheers,

Bon
(2015-12-13, 11:55)Bon_The_One Wrote: [ -> ]Hi eracknaphobia,

Thanks for working on this plugin, I use Livestream a lot as my local TV station broadcast on it live and when I am away it is great for keeping up with the news from home Smile

I am having a problem locating it using the plugin though, would you be able to suggest how I could add it please?
Their livestream link is :
http://original.livestream.com/gbcgi

If I can find a way to add that, I'll buy you a beer!! Wink

Cheers,

Bon

Create a livestream account and select Follow from the livestream webpage on the channel you wish to view. Each channel you follow will show up under My Channels in the kodi addon once you've entered your username and password.
I think this provider has not migrated to the new livestream platform (Gibraltar Broadcasting Corp). http://www.gbc.gi/tv/watch-live

I also couldn't find a proper json feed for original.livestream. I think Livestream may not be supporting legacy streams.
I get an error message when click on My Channel. Can you please help fix?
(2015-12-31, 05:15)cweyfam Wrote: [ -> ]I get an error message when click on My Channel. Can you please help fix?

If you can post a debug log link I'll be glad to take a look.

http://kodi.wiki/view/Log_file/Easy
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14