NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 335 336 337 338 339 … 433 Next »
Skip / fast forward not working - random intervals and direction

Skip / fast forward not working - random intervals and direction
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#71
2011-10-01, 09:58 PM
First of all. Digital: the same.

Further, some really strange things happening now. I had tvlistings plugin enabled. When entering the recordings menu (of the plugin) I got the tvguide menu (or the other way round?).
Disabled the plugin.
Some videos, not sure analog or digital or what have some strange timestamps when skipping 1 minute (time on the left time 03:25:26 when time on the right is 00:07:36). And the strangest thing is that on that video, the skip is fast (I don't have to wait 6,5s), but it skips to 03:32:47) and then it's probably the end of the recording so it exits.
I'll post the logs of this 1 minute skip.

To be clear: the other videos don't have this. They take 6,5s to skip and then skip like they should.

Whilst trying to make a good log, I was getting a green bar on the bottom of the screen, only on this (new) recording. Stopping and trying over caused a crash. Posting that log first.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#72
2011-10-01, 09:58 PM
If you see the correct timeline after 1 second or so, then NextPVR is already delivering data from the correct part of the file, but you dont see the correct video for a another five seconds or so, then it sounds to me like mvpmc isnt throwing away its already cached data when skipping. Hard to know for sure.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#73
2011-10-01, 10:10 PM
Now a new analog recording. Timeline correct, taking 6,5s to actually skip. Logs attached.

Please tell me what I am to do now, try something different and post logs or maybe wait till Martin takes a look.
I am in a different timezone (time to go to bed here), but I really want to get this sorted out. So I will stay up if I can help posting.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#74
2011-10-01, 10:23 PM
To behonest, I'm not really sure what to suggest. Martin might be able off some insights on my last post though, which might give us some next steps to investigate.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#75
2011-10-01, 10:29 PM
Now a digital recording of about 00:02:40.
After a few seconds I skip. No matter if I skip 1 minute or 2, it skips right away (no 6,5s delay), but skips in both cases right to the end of the recording.
Timestamp is changing when skipping from 02:59:30 -> 03:02:03.

This is very confusing.....
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#76
2011-10-01, 10:45 PM
Well, actually maybe not so confusing:

-analog recording skips correct after 6,5s and has a correct timeline
-digital recording skip right to the end right away and has a wrong timeline

Maybe this shows where the problem is?
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#77
2011-10-01, 10:56 PM
sub Wrote:To behonest, I'm not really sure what to suggest. Martin might be able off some insights on my last post though, which might give us some next steps to investigate.

I was really hoping not to have to dig out my MVP., but I may have to.

What I suspect is the seek is actionned by NPVR when requested.

2011-10-01 23:59:38.788 [DEBUG][7] about to read 200000 from location 5200000 (current length = 76426700)
...
2011-10-01 23:59:39.068 [DEBUG][7] about to read 200000 from location 30936175 (current length = 76426700)

but there is a missing command telling mvpmc to empty the demux buffer, so these new reads are getting tacked onto the end and the delay is the buffer playing out. From the source of the command that clears the buffer is a media socket read while the media is playing.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#78
2011-10-01, 11:03 PM
Martin,

Does this, for you, explain the difference in skipping in digital and analog recordings I described above?
And, is there anything else I can do at the moment? If I can, I will. Otherwise I'm going to bed now.

Wim
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#79
2011-10-01, 11:24 PM
WKleeven Wrote:Martin,

Does this, for you, explain the difference in skipping in digital and analog recordings I described above?
And, is there anything else I can do at the moment? If I can, I will. Otherwise I'm going to bed now.

Wim

No, not at all. On the NMT I normalize the PTS to zero, and NPVR does its own normalization. On the MVP it is sent raw (45000 based), but NPVR is not handling it well.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#80
2011-10-01, 11:25 PM
mvallevand Wrote:but there is a missing command telling mvpmc to empty the demux buffer, so these new reads are getting tacked onto the end and the delay is the buffer playing out.
That is what it sounds like from the description. Which command exactly triggers the mvpmc to empty demux buffer? I can check its being sent (after I take the kids for a bike ride).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (19): « Previous 1 … 6 7 8 9 10 … 19 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fast-forward and comskip issues manic_biker 11 4,125 2021-07-12, 02:17 AM
Last Post: Robazz
  HDHomerun recording bizzarely not working Jean0987654321 3 2,221 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  Artefacts on random recordings march 20 6,078 2020-05-13, 11:04 AM
Last Post: Graham
  Channels/PIP popups not working 4.2.5 (191014) eastavin 7 3,095 2020-04-20, 03:20 AM
Last Post: eastavin
  Absolute Newbie OTA EPG not working as expected. n8lbv 4 2,773 2020-04-02, 06:03 PM
Last Post: mvallevand
  Skip causes fast-forward to the end of the file madbrain 9 4,121 2020-02-27, 10:24 PM
Last Post: Esch
  Live TV not working jresnick 21 10,855 2020-01-04, 06:26 PM
Last Post: BrettB
  Some Channels not working jasonwilliams 7 2,355 2019-08-01, 06:31 PM
Last Post: sub
  NextPVR has Stopped Working rgc101 0 1,193 2019-05-27, 11:24 PM
Last Post: rgc101
  Cancel button not working in web interface antenna 0 1,046 2019-05-20, 04:45 PM
Last Post: antenna

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

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

Linear Mode
Threaded Mode