NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 8 9 10 11 12 … 34 Next »
Recent streaming issue with Matt Huisman Aus TV streams

 
  • 0 Vote(s) - 0 Average
Recent streaming issue with Matt Huisman Aus TV streams
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#61
2022-12-23, 09:05 PM
I don't think the  ffmpeg issue is  speed, it occasionally pops up this warning:

Code:
skipping 1 segments ahead, expired from playlists


Seems like it might have the same issue as NextPVR, it's not reading the cookie, so it starts to re-stream, which causes a jump ahead in the stream.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#62
2022-12-24, 01:48 AM
So I wrote a rough python based extra and I was getting up to the 896x504 stream everything else is not 1x remuxing. I then switched the VPN to UDP and I can get the 720p feeds so VPN bandwidth must be part of the issue.

Figuring bandwidth could be the issue I tried again in NextPVR with the kodi m3u8 and it does use the user-agent from that file and it plays.

Code:
2022-12-23 20:44:41.729    [DEBUG][203]    M3U8 (https://i.mjh.nz/.../537.36&seekable=0&referer=%20?....  [LzWFq/JxF4OhnAAd3k8YK8d8tLGYl1DUD/hSj2A4HnVWyxKwEc6svDLvQb06K7RBTbnJuR3CbUvaBAhULPaHxBg9jE1tm3+WIYa4tPegrjlWP1NHy+5W0llT7k4BCo3J31b7GJawOquRdtdvCvAhNJBTacNofFWTXK5cn8K699xD4YEAIK/meW0YvDfzcrh3zNdZ5+GeOipCXkPwotMCp5/4SFd456oZA8hNzUhyHUhcmThZMmI+8Jg7k+A1SjrEw37bKujirdrKC8fSTcImS3Jea/m/kDq/g1Bg4aNr6N2OgkTX9AuJftkmjvMXQ7+vsvGQURVXeeUb/VxdCNGNuB8s6gIAw8nLOnJCoviyMm2DWpITPcPsqVcwY3pgfR0Jnyz+I1/Ts9j27hY8w9CxhKpUZZsveyioFY4Sa6lTnRD/3IRj3NU5FjlgLM5dYLl2XNGx9AOup1hHovaxPSueheTbTCpOqGTneQvG2adLATFSWM6hdlYYy1nM1/wEJm38gs1eX1L+VgjcX7GbfrWt4VyinG7R63l4HeXsWe+yaodycWxK1YIQ+90KTufLVxMoOI252uluFsASTI+A6Qcull1M4wDl8jpx5kOIo2tKbX/via3ETczDyQh8GaiKjSMSj/zEQ7lXfimPzOzMm64bEg==])
2022-12-23 20:44:41.729    [VERBOSE][203]    Initializing M3U8Downloader for url:https://i.mjh.nz/7-syd1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36&seekable=0&referer=%20
2022-12-23 20:44:41.729    [VERBOSE][203]    Will use http headers:
2022-12-23 20:44:41.729    [VERBOSE][203]      user-agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
2022-12-23 20:44:41.729    [VERBOSE][203]      seekable : 0
2022-12-23 20:44:41.729    [VERBOSE][203]      referer :

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#63
2022-12-24, 02:11 AM
(2022-12-23, 03:14 AM)ballfam Wrote: ... but I can't get any traction on channel 7. I added the file in /var/opt/nextpvr/extras-seven.xml (owned by nextpvr), but I don't think it is getting picked up. I'm just going in to the device in settings->devices and choosing  "Update Channels", but It doesn't seem to make any difference. Do I have to specifically import the extras file somewhere or is it supposed to be picked up by virtue of the fact that it uses the same channel name?

My M3U contains:

Code:
#EXTINF:-1 tvg-id="mjh-7-syd1" channel-id="mjh-7-syd1" tvg-logo="https://i.mjh.nz/.images/7-syd1.png" tvg-chno="7" group-title="Sydney" ,Seven
https://i.mjh.nz/7-syd1.m3u8|user-agent=Mozilla/5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/98.0.4758.102%20Safari/537.36&seekable=0&referer=%20
I've just got back to a bit of free time, so just took another look at this.

I just created simple m3u file with your channel definition above and have imported it with the IPTV device. I'm using nordvpn connected to Brisbane. I've been watching it successfully for the last 8 minutes. I'm viewing it in VLC with http://localhost:8866/live?channel=7.

It doesn't not seem to play in the web browser though. I'm just checking why.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#64
2022-12-24, 02:49 AM
The stream does play in uiclient.html (but this requires a fast server), but not in player.html
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#65
2022-12-24, 03:02 AM
I've attached an NShared.dll which more reliably gives me video in player.html with this Seven stream. It seems to relate to the source stream not playing nicely with the default 3 second long segments NextPVR was producing for the web player. (probably because of low frequency of I-frames or low frequency of PAT/PMT tables in the stream).


Attached Files
.zip   NShared.zip (Size: 364.69 KB / Downloads: 6)
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#66
2022-12-24, 03:19 AM
Yeah, channel 7 suddenly seems to work; I switched to the Kodi feeds yesterday, and I'm sure it was still broken, but suddenly it seems to be OK.

Maybe they changed the feed back to the old format again, or maybe the Kodi user agent helped, not sure.

So Seven is back working with the Kodi feeds, Nine was fixed by Matt with his "alt" versions of the None feeds (not sure what he did to fix it); Ten was fixed by the sbiddle work-around (thanks for that), and even SBS seems to have been resolved with Matt's latest Kodi feeds; it now displays some generic filler sign about ads while the ads are on.

I'm back in business....wohoo

I don't really care about the web player, provided the recordings are working. I'm running on Linux, so not sure I can use the DLL anyway.

Thanks for all you help guys, as always, great support.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#67
2022-12-24, 05:18 AM
All good.

I'm pretty sure that NShared.dll will help some, so not wasted effort.

Quote: I'm running on Linux, so not sure I can use the DLL anyway.
For the record - yep, it's used on Linux installs too.
sbiddle
Offline

Senior Member

Posts: 343
Threads: 31
Joined: Aug 2006
#68
2023-01-21, 08:21 PM
Just to get back to this as I have been away and been so busy I haven't really been watching a lot of TV!

SBS doesn't seem to work for me using live or playback using the NextPVR Windows app but it does work fine via the web browser. Even a recording that plays back fine from the browser shows a few minutes duration in the app.

Have you used the Windows app ballfam or 100% Linux?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#69
2023-01-21, 08:32 PM
Do you mean the NextPVR browser client or another web app?

Martin
sbiddle
Offline

Senior Member

Posts: 343
Threads: 31
Joined: Aug 2006
#70
2023-01-22, 03:41 AM
(2023-01-21, 08:32 PM)mvallevand Wrote: Do you mean the NextPVR browser client or another web app?

Martin

NextPVR web clients.

In the default UI client live and playback work fine. In your uiclient live and playback both work fine however the duration timestamp is wrong so it's not possible to skip through it.

I'll write up a little more when I get a chance to look at things later on.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Guide data issue using NextPVR in a Proxmox LXC njc 10 1,357 2025-03-23, 01:40 PM
Last Post: njc
  Recording Plyback Timeline Issue JeffH 11 928 2025-01-17, 03:20 PM
Last Post: mvallevand
  Streams stopping intermittently Langelus 28 3,781 2024-03-22, 09:18 AM
Last Post: Langelus
  Wake after Suspend issue with dvbt devices (LE12 Kodi 21) ShadowMask 41 5,783 2024-02-09, 07:11 AM
Last Post: ShadowMask
  NextPVR suddenly stopped receiving streams bmentink 10 1,844 2024-01-10, 02:28 AM
Last Post: mvallevand
  Streaming Failed (transcoder exited) DHdm 1 740 2023-06-17, 02:47 AM
Last Post: mvallevand
  Streaming Failed (transcoder exited) ag100pct 10 2,287 2023-05-05, 02:26 PM
Last Post: mvallevand
  Yay! DST issue :-( TheRealRoland 3 854 2023-03-12, 04:45 PM
Last Post: mvallevand
  Schedules Direct Token Issue TheKenR 20 3,288 2023-02-20, 07:49 PM
Last Post: mvallevand
  Recent failed recordings. CDinger 10 1,801 2023-01-14, 10:34 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode