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
aseibert
Offline

Junior Member

Posts: 33
Threads: 4
Joined: Jul 2011
#41
2011-09-07, 01:08 PM
Ok, I'll consider this problem fixed then. I'm a little concerned that if commands are being duplicated that I will run into other issues, but I guess we'll cross that bridge if we come to it.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#42
2011-09-07, 01:35 PM
aseibert Wrote:Ok, I'll consider this problem fixed then. I'm a little concerned that if commands are being duplicated that I will run into other issues, but I guess we'll cross that bridge if we come to it.

Have you tried it with the keyboard? That way you could rule out the remote if it still happens.

Iain
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#43
2011-09-08, 06:00 PM
I had the problem too. The patch seems to do some good, but on the MVP it takes 6 or 7 seconds before the skip actually is visible. So, I hope there will be another better patch soon.

I am running Windows 7 Ultimate 64 bit like aseibert (the one starting this thread), could that be part of the problem perhaps?
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
#44
2011-09-08, 06:13 PM
WKleeven Wrote:I had the problem too. The patch seems to do some good, but on the MVP it takes 6 or 7 seconds before the skip actually is visible. So, I hope there will be another better patch soon.
That patch only relates to playback on the PC. It wont make any difference if you're using an MVP or NMT. From memory, skipping on an MVP is pretty slow, it should be fairly accurate though.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#45
2011-09-08, 06:25 PM
Skipping on the MVP and gb-pvr 1.3.11 takes just over a second (and after a short black screen there's the new part of the video).
Skipping on the MVP and NPVR 2.2.6 takes now 6 or 7 seconds (and then it takes about a second for the old and the new to merge; the images have large pixels).

So there is a big difference, I don't know if this can be fixed too.
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
#46
2011-09-08, 07:02 PM
It should be largely the same as GB-PVR was for skipping. I personally haven't used an MVP in years, but if you post the logs I'll see if anything stands out.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#47
2011-09-08, 07:21 PM
Here they are. I pushed 5 times "page down" (1 minute skip).
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
#48
2011-09-08, 07:29 PM
Unfortunately I cant see any obvious cause in the logs.

I'm too busy right now to find an MVP and try reproducing, but if you bump the thread in a few days, I should hopefully have more time available.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,205
Threads: 958
Joined: May 2006
#49
2011-09-08, 09:29 PM
WKleeven Wrote:Here they are. I pushed 5 times "page down" (1 minute skip).

As I recently reported in the MVP forum after looking at someone else's logs, it doesn't look like NPVR is actually moving the file cursor for the MVP on a skip requests.

Code:
2011-09-08 21:13:50.148    [DEBUG][7]    Request 200000 bytes (file size:4469739456   file location: 5000038)
2011-09-08 21:13:50.148    [DEBUG][7]    about to read 200000 from location 5000038  (current length = 4469739456)
2011-09-08 21:13:50.148    [DEBUG][7]    RollingFile.Position returning 5200038
2011-09-08 21:13:50.148    [DEBUG][7]    Request completed. 200000 bytes sent
2011-09-08 21:13:50.679    [DEBUG][3]    MVP data read: 1   (4)
2011-09-08 21:13:50.679    [DEBUG][3]    User pressed: Right
2011-09-08 21:13:50.679    [DEBUG][3]    RollingFile.Position returning 5200038
2011-09-08 21:13:50.679    [DEBUG][3]    RollingFile.Seek(5200038)
2011-09-08 21:13:50.679    [DEBUG][3]    User is trying to skip.
2011-09-08 21:13:50.679    [DEBUG][3]    Current position is: 2,88606666666667
2011-09-08 21:13:50.679    [DEBUG][3]    Asking for position: 62,8860666666667
2011-09-08 21:13:50.679    [DEBUG][3]    Sending 'Play' Request
2011-09-08 21:13:50.679    [DEBUG][3]    After skipping position reports as: 2,88606666666667
2011-09-08 21:13:50.679    [DEBUG][3]    OnKeyDown() complete
2011-09-08 21:13:50.679    [DEBUG][3]    MVP request processed
2011-09-08 21:13:50.679    [DEBUG][3]    MVP waiting for data
2011-09-08 21:13:50.710    [DEBUG][7]    Received: STREAM_GETDATA
2011-09-08 21:13:50.710    [DEBUG][7]    RollingFile.Position returning 5200038
2011-09-08 21:13:50.710    [DEBUG][7]    Request 200000 bytes (file size:4469739456   file location: 5200038)
2011-09-08 21:13:50.710    [DEBUG][7]    about to read 200000 from location 5200038  (current length = 4469739456)

No one is testing the MVP during beta and fewer problems are being reported properly with logs so the MVP support in NPVR is definitely rusting out.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#50
2011-09-09, 07:54 AM
mvallevand Wrote:No one is testing the MVP during beta and fewer problems are being reported properly with logs so the MVP support in NPVR is definitely rusting out.

I can understand that in this way MVP support will stop completely. So, if I can help beta testing I will.
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
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


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