-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LiveTV not working #2
Comments
Thanks for reporting. Pull request #3 should hopefully fix most of the bugs with the current version. Will try to pull this in tonight. |
Merged #3 and it should be working again. |
Hmm, again not working... |
Ok, I'll take a look at it .. They are always changing those URLs ... |
In case other devs see this, the new urls to the m3u8s seems to be:
|
Thanks :-) Hmm, how do I implement this in the code...? |
Missing category and season browsing (from A-Å). Looks like I'm not getting the best streaming resolution. Need to investigate more on the URL parameters. Live streaming is not working.
@johnkors What URL are you querying to get that JSON? |
@nelsonmenezes http://v7.psapi.nrk.no/mediaelement/{programid} |
Just a note to where we always can get updated live urls: http://v7.psapi.nrk.no/mediaelement/nrk1 |
Yes, and that's the source I'm using, but only get errors. Maybe you can lørdag 23. november 2013 skrev Eirik H følgende:
Erling Brandvik |
@burnbay I just downloaded the latest source from this rep. and your Live code seems to work quite well here. This is on latest PMS and PHT plexpass releases! |
Live TV works on latest PHT and Plex/Web, considering closed! However, it does not work on Android, but I think that is to be expected because it's HLS. I will add another issue for this. |
Wanted to watch the horse VM, today on NRK2. Cannot load M3U8: 404 not found. Removed the channel, installed again, checked for updates, restarted Plex. Now I get AES decryption not supported in Premium edition.... ? |
@thesatman Which client and server is this? I don't have the time to look into it, but in case anyone else is watching, I found https://forums.plex.tv/index.php/topic/108837-error-aes-decryption-not-supported-in-premium-edition/ |
Running the latest Windows PMS 0.9.9.14 (latest update). Clients I have tried are the web gui on Windows Chrome and Roku Wireless USB stick.. |
Hi, Looks like Eirik's link is the answer to the web GUI. As for the Roku Erling On Mon, Sep 1, 2014 at 10:11 AM, thesatman notifications@github.com wrote:
Erling Brandvik |
|
I think you're onto something. The live streams are all over SSL, and some #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=164000,RESOLUTION=320x180,CODECS="avc1.66.30, All links are also HTTPS and new playlists. The picked playlist contains #EXT-X-KEY:METHOD=AES-128,URI="https://nrk3us-f.akamaihd.net/i/nrk3us_0@107233/crypt-b.key?sd=10&rebase=on&e=1&id=AgBU6shyUacmRlMRDlRSNeDCVGjeq92xHK2NsavBxLQERxgNLu23qNbaJUQEdt8UlnOWeSzeNcZ90A%3d%3d I guess that line breaks the web client. If you go to line 140 in ServiceCode.pys located sorted_streams = sorted(streams, key = lambda stream: stream["bitrate"], to sorted_streams = sorted(streams, key = lambda stream: stream["bitrate"], you should get the lowest bitrate. Give it try and let me know how it goes Erling On Mon, Sep 8, 2014 at 8:27 PM, thesatman notifications@github.com wrote:
Erling Brandvik |
Checked out NRK's setup page: Bitraten er kvaliteten på videoen. Desto høyere tall du valger, desto bedre As you can see live quality cannot be changed. I guess you will not get an Erling On Mon, Sep 8, 2014 at 10:40 PM, Erling Brandvik erling@burnbay.com wrote:
Erling Brandvik |
|
Just to be precise, you changed to False, not False, right? On Tue, Sep 9, 2014 at 9:42 AM, thesatman notifications@github.com wrote:
Erling Brandvik |
|
Any updates on this? :) |
Sorry, haven't had a chance to follow up this one. On Wed, May 20, 2015 at 7:47 AM Allram notifications@github.com wrote:
|
@Allram : I can use it from my Roku Streaming stick, but can not play the videos from my PCs browser Chrome, nor can I play them from the Android Plex app. |
error message: "cannot load m3u8: cross-domain access denied"
The text was updated successfully, but these errors were encountered: