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 … 5 6 7 8 9 … 34 Next »
Recording length error

 
  • 0 Vote(s) - 0 Average
Recording length error
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#11
2023-11-09, 05:04 AM
Sorry, I thought it was the normal one drive. Might use Google drive instead if I can't figure out OneDrive.

I'll be out of town tomorrow.

Thanks
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#12
2023-11-09, 09:54 AM (This post was last modified: 2023-11-09, 09:54 AM by mvallevand.)
No problem I think I landed right on the gap, I should have been 500 blocks back try with "bs=188000 skip=78042 count=1000" if you have a chance.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#13
2023-11-09, 04:09 PM (This post was last modified: 2023-11-09, 04:09 PM by mvallevand.)
You mentioned remuxing the file, I am hoping you are cutting the raw file.

Then looking at the file again logically I released there is a second issue with the time stamps

Code:
frame,11130.951378,14478542700
frame,11131.201633,14478838612
frame,95444.417889,14479166296
frame,95444.668133,14479463900

So let's get a bigger cut with

and this would "bs=188000 skip=76500 count=2500"

Martin
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#14
2023-11-10, 03:28 AM
The shared file is generated from the raw file. Try this link for the cut file from your new numbers

https://drive.google.com/file/d/1nEerFp_...p=drivesdk
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#15
2023-11-10, 03:41 AM (This post was last modified: 2023-11-10, 03:41 AM by mvallevand.)
Odd, it has the first issue but not the second, the timestamps were ok. Not sure if that is enough for sub.

frame,11130.951378,96542700,side_data,
frame,11131.201633,96838612,side_data,
frame,95444.417889,97166296,side_data,
frame,95444.668133,97463900,side_data,
...
frame,95639.112389,384074224,side_data,
frame,95639.362633,384531252,side_data,
continues normally.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#16
2023-11-12, 03:42 PM
I did a couple of long 4 hr test on my Tablo and there were no timestamp issues, so I think we can rule out decoder problems. I thought maybe it would role over How is your signal? Since the mpeg2video is being transcoded to h264 it is a possible that a really bad error is upsetting the transcoding.

For problem streams, I will stick with my recommendation to stop the creation of timing files and remux to fast start mp4 which eliminates timestamp and skip problems for most direct play players. It takes a bit more time and disk space initially (the ts file can be removed so it will be lower at the end) but the CPU uses isn't much lower and the whole file still needs to be read. Neither method works well for in-progress.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2023-11-12, 07:31 PM
If you're using any UI Clients, you could see if this helps. If it does, I'll also make the change to NPVRTSReader5.ax (for playback in nextpvr.exe)


Attached Files
.zip   NShared.zip (Size: 375.69 KB / Downloads: 2)
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#18
2023-11-12, 10:00 PM
(2023-11-12, 07:31 PM)sub Wrote: If you're using any UI Clients, you could see if this helps. If it does, I'll also make the change to NPVRTSReader5.ax (for playback in nextpvr.exe)

It seemed to fix the web client but the web uiclient still reports the recording to be 15 min. Haven't tried uidroid yet.

When I played the recording with the web client the recording length at first reported 15 min but then changed to 3:21:00


Attached Files
.zip   logs-20231112-1555.zip (Size: 1.24 MB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#19
2023-11-12, 10:11 PM (This post was last modified: 2023-11-12, 10:57 PM by mvallevand.)
The web client transcodes so it gets rid of bad timestampt but did you try skipping to see if NextPVR is now normalizing the bad timing file?

Edit: I checked with your VCR58''s sample and it seems to do something with it,

2023-11-12 17:50:58.971 [DEBUG][126] Looking for D:\Samples\NFL Football_20231105_15251830.timing
2023-11-12 17:50:58.984 [WARN][126] clock jump of 11051.5681 seconds
2023-11-12 17:50:58.985 [WARN][126] clock jump of 84313.216256 seconds

and it seems to work for the duration me except it is not putting in the ranger header

Code:
2023-11-12 17:46:09.610    [DEBUG][60]    ClientGetActivity() returning:
{
  "level": 3,
  "url": "/stream?client=PC&seek=184&f=D%3A%5CSamples%5CNFL%20Football_20231105_15251830.ts",
  "screen": "player",
  "skip_to": "184",
  "duration": "302",
  "range": "0-"

}

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#20
2023-11-12, 11:08 PM
(2023-11-12, 10:11 PM)mvallevand Wrote: except it is not putting in the ranger header
It shouldn't have changed anything that could affect the range header. It was a very localized change.
« 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
  Recording Plyback Timeline Issue JeffH 11 906 2025-01-17, 03:20 PM
Last Post: mvallevand
  Wake on suspend for recording flyingsubs 15 4,919 2024-12-03, 01:07 PM
Last Post: mvallevand
  NextPVR i.mjh.nz [Failed: Recording interrupted] Nzbaxterman 6 954 2024-10-29, 11:44 PM
Last Post: sub
Wink recording rules - nextpvr kfmf 4 892 2024-07-20, 08:50 AM
Last Post: kfmf
  Live stream not working while recording pciber 6 1,152 2024-06-10, 07:48 AM
Last Post: pciber
  No device listed -- error saving capture source: SQLite Error 1: 'no such column: −1' skrottapple 46 5,338 2024-04-13, 10:27 PM
Last Post: skrottapple
  Time scheduled radio recording? WagMan 8 1,324 2024-01-13, 05:34 PM
Last Post: mvallevand
  Different Errors depending on channel (no tuner found/transcoding Error) idefixrc 3 906 2023-11-21, 12:45 PM
Last Post: mvallevand
  Nextpvr unaccessable from Jellyfin with 401 error Simonzzzz 5 1,447 2023-11-20, 10:28 AM
Last Post: Simonzzzz
  "Unexpected error scanning for other devices" BlackJack 2 848 2023-07-15, 03:03 PM
Last Post: BlackJack

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

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

Linear Mode
Threaded Mode