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 … 3 4 5 6 7 … 34 Next »
Streams stopping intermittently

 
  • 0 Vote(s) - 0 Average
Streams stopping intermittently
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,833
Threads: 954
Joined: May 2006
#11
2023-12-20, 01:13 PM
It recorded to the end without an error though so Live TV issues might be related to the rolling file.

2023-12-20 10:02:00.479 [DEBUG][24] Reached end of in-progress recording. Dropping connection.


What I did notice is you had and EPG update during the recording which is is bad practice and might have caused the corruption.

2023-12-20 10:00:59.179 [DEBUG][34] Doing EPG update from broadcast DVB/ATSC EPG

Zip and send the .timing file that was created with recordings.

How often do you do EPG updates I see a few. Can you link the EPG updates to other problems with Live TV?

2023-12-20 07:55:42.063 [DEBUG][9] {"stat": "ok", "status": "EPG Update complete. [2935 inserted, 0 updated, 0 skipped]", "updating": false}
2023-12-20 13:06:46.331 [DEBUG][24] {"stat": "ok", "status": "EPG Update complete. [2923 inserted, 0 updated, 0 skipped]", "updating": false}
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#12
2023-12-22, 08:30 AM
I have a schedule for EPG update at 10 AM but I've just changed it to run at night instead, I'll try it out some and see if that would solve it


Attached Files
.zip   Morgonstudion_20231220_07291000.zip (Size: 81.93 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,833
Threads: 954
Joined: May 2006
#13
2023-12-22, 01:07 PM
That file by timestamps seems fine, so the corruption is probably just the number of packets lost that are either source or network related, you would need to investigate that but the percentage is relatively low, but could at times be noticeable.

Sub does need to look at the error on the rolling file though, which appears to be the real cause of Live TV stopping

Martin
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#14
2024-01-15, 02:51 PM
Running the EPG update unfortunately makes no difference, not wanting to come of a pushy but has Sub had time to take a look at the potential issue with the rolling file? Smile

Thanks!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,833
Threads: 954
Joined: May 2006
#15
2024-01-15, 03:01 PM (This post was last modified: 2024-01-15, 03:04 PM by mvallevand.)
Could you send new zipped logs to confirm you are still getting this error. It might be related to a SAT>IP read timeout too that sub has just looked into. Do you have the minisatip logs?

Martin
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#16
2024-01-16, 07:40 AM
Just confirmed here, attaching the logs where you can see the rolling file error at 2024-01-16 08:29:53.919 in the NextPVR logs and the TEARDOWN message at 16/01 08:29:55.646 in the Minisatip log


Attached Files
.zip   logs-20240116-0836.zip (Size: 1.29 MB / Downloads: 4)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,833
Threads: 954
Joined: May 2006
#17
2024-01-16, 12:37 PM
If you attached the minisatip log it would have had to be zipped and under 2MB A TEARDOWN would be normal on exit though and those times seem to match nicely,

2024-01-16 08:29:55.646 [DEBUG][23] Shutting down RTSP input stream
2024-01-16 08:29:55.649 [DEBUG][3] No more streams. Stopping SATIP device

The quality of the feed is definitely suspect, a few dropped packets in 10 seconds would be normal these are not, if in those

Code:
2024-01-16 08:08:28.102 [DEBUG][23]     Have received 819313964 bytes from rtsp source (361 dropped packets)
2024-01-16 08:08:38.121 [DEBUG][23]     Have received 838680220 bytes from rtsp source (1253 dropped packets)

2024-01-16 08:15:08.512 [DEBUG][23]     Have received 1638537876 bytes from rtsp source (1363 dropped packets)
2024-01-16 08:15:18.525 [DEBUG][23]     Have received 1658547280 bytes from rtsp source (1725 dropped packets)

2024-01-16 08:21:48.850 [DEBUG][23]     Have received 2458326728 bytes from rtsp source (1775 dropped packets)
2024-01-16 08:21:58.863 [DEBUG][23]     Have received 2477555368 bytes from rtsp source (2726 dropped packets)

2024-01-16 08:24:59.048 [DEBUG][23]     Have received 2846456676 bytes from rtsp source (3020 dropped packets)
2024-01-16 08:25:09.048 [DEBUG][23]     Have received 2866611216 bytes from rtsp source (3262 dropped packets)

2024-01-16 08:26:39.116 [DEBUG][23]     Have received 3051258988 bytes from rtsp source (3262 dropped packets)
2024-01-16 08:26:49.120 [DEBUG][23]     Have received 3071305428 bytes from rtsp source (3543 dropped packets)

2024-01-16 08:28:29.205 [DEBUG][23]     Have received 3276155868 bytes from rtsp source (3714 dropped packets)
2024-01-16 08:28:39.228 [DEBUG][23]     Have received 3296013556 bytes from rtsp source (4234 dropped packets)

Between these times would be more interesting, if no data was received it could, because of your poor signal, it might be a timeout.

2024-01-16 08:29:49.288 [DEBUG][23] Have received 3439609272 bytes from rtsp source (4283 dropped packets)
2024-01-16 08:29:53.919 [ERROR][3] Unexpected error streaming channel: System.NullReferenceException: Object reference not set to an instance

Martin
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#18
2024-01-17, 07:25 AM
Didn't notice that the minisatip log didn't upload correctly, here it is. Smile

Can't seem to find anything indicative of issues in that log though (?)


Attached Files
.zip   _minisatip_logs.zip (Size: 432.65 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,833
Threads: 954
Joined: May 2006
#19
2024-01-17, 01:41 PM
Not much there and the dropped indicator didn't show anything in this https://pastebin.com/Zuce6wpD paste so perhaps the network is dropping packets. Perhaps in that paste there is a link to when the bandwidth (BW) drops to the missed packets but hard to say

Sub would really need to luck at the rolling file error to see if perhaps it could be a short timeout that he was looking

Martin
Langelus
Offline

Junior Member

Sweden
Posts: 20
Threads: 4
Joined: Aug 2020
#20
2024-01-17, 08:47 PM
Been playing around with it to try and pinpoint where those networkdrops would come from since it's all local to the same server, I did notice a pattern that there is a slight drop every now and again of a couple of packets and a huge spike of ~500 packets dropped when rolling over to the new file. Since minisatip is running as a Docker while NextPVR is installed directly on the OS I did try to change from host-based networking to an overlay network (bridged) and since that I don't see these big drops and has so far not been able to reproduce the error of the rolling file.

Gonna keep testing a couple of days to see if it happens again otherwise it might just be that the Docker host networktype does something wierd and with a short timeout is enough to cause issues.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR suddenly stopped receiving streams bmentink 10 1,427 2024-01-10, 02:28 AM
Last Post: mvallevand
  Recent streaming issue with Matt Huisman Aus TV streams ballfam 74 10,738 2023-03-08, 10:35 PM
Last Post: mvallevand
  Suddenly getting some streams stopping markosjal 0 455 2022-11-10, 10:41 AM
Last Post: markosjal
  m3u8 has separate audio / video streams streams...forcing transcode... TheKenR 4 2,509 2022-07-14, 04:56 PM
Last Post: sub
  Incomplete VOD Recordings from IPTV Streams nonuoha 31 6,651 2021-08-07, 09:08 PM
Last Post: nonuoha
  EPG Update not stopping properly? bwanatheclown 4 1,475 2021-06-10, 01:05 AM
Last Post: bwanatheclown

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

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

Linear Mode
Threaded Mode