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

Posting Freak

Ontario Canada
Posts: 53,012
Threads: 956
Joined: May 2006
#131
2011-10-08, 08:00 PM
The biggest change from GBPVR is you used to close the media stream when you got the stop now it plays for a while. The wait delayed the GUI but it was still less then 10ms from when you send the stop on the media stream, in this crash I just had.

Code:
2011-10-08 15:47:14.557    [DEBUG][3]    User pressed: Escape
2011-10-08 15:47:14.557    [DEBUG][3]    About to store playback position information
2011-10-08 15:47:14.557    [DEBUG][3]    PlaybackPositionHelper.StorePlaybackPosition(C:\movies\GameTrailers TV With Geoff Keighley\GameTrailers TV With Geoff Keighley_20100814_00300100.ts, 45, 1187)
2011-10-08 15:47:14.573    [DEBUG][7]    Request completed. 200000 bytes sent
2011-10-08 15:47:14.587    [DEBUG][3]    Sending 'Stop' Request
2011-10-08 15:47:14.587    [DEBUG][3]    Waiting 500ms to give MVP a chance to asynchronously stop...
2011-10-08 15:47:14.625    [DEBUG][7]    Received: STREAM_GETDATA
2011-10-08 15:47:14.625    [DEBUG][7]    RollingFile.Position returning 32235953
2011-10-08 15:47:14.625    [DEBUG][7]    Request 200000 bytes (file size:835363900   file location: 32235953)
2011-10-08 15:47:14.625    [DEBUG][7]    about to read 200000 from location 32235953  (current length = 835363900)
2011-10-08 15:47:14.625    [DEBUG][7]    RollingFile.Position returning 32435953
2011-10-08 15:47:14.723    [DEBUG][7]    Request completed. 200000 bytes sent
2011-10-08 15:47:14.801    [DEBUG][7]    Received: STREAM_GETDATA
2011-10-08 15:47:14.801    [DEBUG][7]    RollingFile.Position returning 32435953
2011-10-08 15:47:14.801    [DEBUG][7]    Request 200000 bytes (file size:835363900   file location: 32435953)
2011-10-08 15:47:14.801    [DEBUG][7]    about to read 200000 from location 32435953  (current length = 835363900)
2011-10-08 15:47:14.801    [DEBUG][7]    RollingFile.Position returning 32635953
2011-10-08 15:47:14.915    [DEBUG][7]    Request completed. 200000 bytes sent
2011-10-08 15:47:14.915    [DEBUG][7]    Received: STREAM_STOP
2011-10-08 15:47:15.002    [DEBUG][7]    RollingFile.Close()
2011-10-08 15:47:15.002    [DEBUG][7]    Posting PLAYBACK_ENDED
2011-10-08 15:47:15.087    [DEBUG][3]    PLAYBACK_STOPPED
2011-10-08 15:47:15.087    [DEBUG][3]    UiStatic.Dispose()
2011-10-08 15:47:15.090    [DEBUG][3]    OnKeyDown() complete
2011-10-08 15:47:15.090    [DEBUG][3]    MVP sending frame

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,753
Threads: 769
Joined: Nov 2003
#132
2011-10-08, 08:18 PM
To be honest, I really dont think I'm going to be able to change the current behaviour without a significant amount of work, and given the limited audience, and lack of available time right now, I think the MVP guys might be out of luck on this one. Sorry.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#133
2011-10-09, 07:06 AM
I can understand that. Is it possible to catch the back/exit key and make it respond like the stop button with a change in keymappings? Can anyone help me with that?
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,012
Threads: 956
Joined: May 2006
#134
2011-10-09, 12:29 PM
Could you give this updated dongle a try http://www.nextpvr.com/nwiki/pmwiki.php?...e4npvr2.7z

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#135
2011-10-09, 12:48 PM
The crash after pressing back/exit is solved!
But now I am seeing strange times when skipping in a recording (the time that is on the left), but skipping itself looks good at first glance.
I can't do anymore testing right now. That will be something for later today (in about 8 or 9 hours).
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,012
Threads: 956
Joined: May 2006
#136
2011-10-09, 04:57 PM
WKleeven Wrote:The crash after pressing back/exit is solved!

Good to hear the workaround on Stop is ok. I have uploaded another version, that disables some debug logging that might slow things down, so I recommend you get it it.

Quote:I can't do anymore testing right now. That will be something for later today (in about 8 or 9 hours).

Hopefully this is a small thing that sub can look into, I'm not having any issues like this on the few files I have. The MVP doesn't play anything I record anymore.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,012
Threads: 956
Joined: May 2006
#137
2011-10-09, 09:36 PM
WKleeven Wrote:I can't do anymore testing right now. That will be something for later today (in about 8 or 9 hours).

I am planning to take my MVP environment offline, hopefully forever but definitely for months tonight. Any news?

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#138
2011-10-09, 10:03 PM
I'm sorry it took some time before I report now. The crash hasn't happened anymore, but after a skip (whatever kind), the playback stops completely and NPVR returns to the menu where I can play the recording again.
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,012
Threads: 956
Joined: May 2006
#139
2011-10-09, 10:12 PM
No problem I knew you would be a while, I just wanted to point out that is the end of this round. Since skipping (including comskip and resume) isn't broken here on a my normal ts files, I will assume the problem is the junk in the beginning of files, you didn't post logs and that doesn't give me much else to go on.

Martin
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#140
2011-10-09, 10:24 PM
mvallevand Wrote:No problem I knew you would be a while, I just wanted to point out that is the end of this round. Since skipping (including comskip and resume) isn't broken here on a my normal ts files, I will assume the problem is the junk in the beginning of files, you didn't post logs and that doesn't give me much else to go on.

Martin
Logs posted. Isn't there an easy way of dealing with this, perhaps something with keymappings? When pressing back/exit while playing a video, behave like a stop?
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: 1 Guest(s)

Pages (19): « Previous 1 … 12 13 14 15 16 … 19 Next »
Jump to page 


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