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

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#121
2011-10-08, 04:57 PM
Sorry I thought Martin was asking about something unrelated to your posts. I've just reviewed and saw it was the same issue.

Martin, what exactly is wrong with it? It shouldnt cause mvpmc to disconnect should it? In the logs it looked like it had stopped, and is sending a complete screen refresh. The sequencing of this stuff is pretty difficult to change, so we need to be pretty sure of what needs to change. I can see changes in this area easily breaking things for NMT playback etc, leading to even more work to fix it.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#122
2011-10-08, 04:59 PM
sub Wrote:Can you post a log showing this?

WKleeven's log.rar above is a good example, NPVR starts sending the frame, but also continue to stream data after the stop for a couple of blocks

Code:
2011-10-04 08:11:28.462    [DEBUG][3]    Sending 'Stop' Request
2011-10-04 08:11:28.462    [DEBUG][3]    Recordings.RELOAD_RECORDINGS
2011-10-04 08:11:28.462    [DEBUG][3]    Recordings.RELOAD_RECORDINGS@1
2011-10-04 08:11:28.462    [DEBUG][3]    LoadList@0
2011-10-04 08:11:28.462    [DEBUG][3]    LoadList@1
2011-10-04 08:11:28.478    [DEBUG][3]    LoadList@2
2011-10-04 08:11:28.478    [DEBUG][3]    LoadList@3
2011-10-04 08:11:28.494    [DEBUG][3]    LoadList@setobjects
2011-10-04 08:11:28.494    [DEBUG][3]    LoadList@exit
2011-10-04 08:11:28.494    [DEBUG][3]    Recordings.RELOAD_RECORDINGS@2
2011-10-04 08:11:28.494    [DEBUG][3]    PlaybackPositionHelper.GetLastPlaybackDate(E:\Recordings\Tommy Teleshopping\Tommy Teleshopping_20111003_08000900-1.ts)
2011-10-04 08:11:28.494    [DEBUG][3]    PlaybackPositionHelper.GetPlaybackPosition(E:\Recordings\Tommy Teleshopping\Tommy Teleshopping_20111003_08000900-1.ts)
2011-10-04 08:11:28.494    [DEBUG][3]    Recordings.RELOAD_RECORDINGS@exit
2011-10-04 08:11:28.494    [DEBUG][3]    UiStatic.Dispose()
2011-10-04 08:11:28.494    [DEBUG][3]    OnKeyDown() complete
[b]2011-10-04 08:11:28.494    [DEBUG][3]    MVP sending frame[/b]
2011-10-04 08:11:28.556    [DEBUG][7]    Received: STREAM_GETDATA
2011-10-04 08:11:28.556    [DEBUG][7]    RollingFile.Position returning 3400000
2011-10-04 08:11:28.556    [DEBUG][7]    Request 200000 bytes (file size:111465200   file location: 3400000)
2011-10-04 08:11:28.556    [DEBUG][7]    about to read 200000 from location 3400000  (current length = 111465200)
2011-10-04 08:11:28.556    [DEBUG][7]    RollingFile.Position returning 3600000
2011-10-04 08:11:28.556    [DEBUG][7]    Request completed. 200000 bytes sent
2011-10-04 08:11:28.665    [DEBUG][7]    Received: STREAM_GETDATA
2011-10-04 08:11:28.665    [DEBUG][7]    RollingFile.Position returning 3600000
2011-10-04 08:11:28.665    [DEBUG][7]    Request 200000 bytes (file size:111465200   file location: 3600000)
2011-10-04 08:11:28.665    [DEBUG][7]    about to read 200000 from location 3600000  (current length = 111465200)
2011-10-04 08:11:28.665    [DEBUG][7]    RollingFile.Position returning 3800000
2011-10-04 08:11:28.665    [DEBUG][7]    Request completed. 200000 bytes sent
2011-10-04 08:11:28.665    [DEBUG][7]    Received: STREAM_STOP
2011-10-04 08:11:28.743    [DEBUG][7]    RollingFile.Close()
2011-10-04 08:11:28.743    [DEBUG][7]    Posting PLAYBACK_ENDED
2011-10-04 08:11:28.977    [DEBUG][3]    MVP frame sent
2011-10-04 08:11:28.977    [DEBUG][3]    MVP request processed
2011-10-04 08:11:28.977    [DEBUG][3]    MVP waiting for data
2011-10-04 08:11:28.977    [DEBUG][3]    Handling PLAYBACK_ENDED
2011-10-04 08:11:28.977    [DEBUG][3]    PLAYBACK_ENDED@2.0
2011-10-04 08:11:29.118    [DEBUG][3]    trying to force complete refresh2

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#123
2011-10-08, 05:01 PM
mvallevand Wrote:WKleeven's log.rar above is a good example, NPVR starts sending the frame, but also continue to stream data after the stop for a couple of blocks
Why should that cause a problem though?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#124
2011-10-08, 05:08 PM
You could see if this helps. Its adds a half second sleep in there.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#125
2011-10-08, 05:15 PM
In GBPVR the GUI and streaming socket ended together, in NPVR they don't. I believe that screen send is blocking thread [3] so the PTS updates don't get sent in a timely manner. I do have a one screen protection against this but if NPVR sends a second screen during period I am seeing a crash.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#126
2011-10-08, 05:16 PM
Give the patch a go and let me know if it helps.
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#127
2011-10-08, 06:14 PM
I'm sorry, the mvp still crashed. This time I was playing a video, then pushed back/exit.
This test (see logs) it took 3 attempts before it crashed. Sometimes it crashed the first time though.
I was thinking: I already reported that it doesn't crash when pushing "stop", only when pushing "back/exit", so maybe the problem is how NPVR responds to the "back/exit"key, not something else?
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,732
Threads: 767
Joined: Nov 2003
#128
2011-10-08, 06:26 PM
Martin, what do those most recent logs look like to you? In those it looks like delay I put in did do UI update after the media stream had stopped.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,981
Threads: 956
Joined: May 2006
#129
2011-10-08, 06:29 PM
I won't have time to try the patch until much later but I see it with both Stop and Back/Exit. If it was just Back/Exit I would have told you to learn to use Stop, I've never liked Back/Exit as stop anyway.

Looking at the logs the delay works, I still think [3] is being blocked, I don't see the PTS values being read after the Escape is hit.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,732
Threads: 767
Joined: Nov 2003
#130
2011-10-08, 06:40 PM
mvallevand Wrote:Looking at the logs the delay works, I still think [3] is being blocked, I don't see the PTS values being read after the Escape is hit.
The delay I put in is a sleep will definitely block other things on the same thread, but there is no easy way around that. Surely that shouldnt matter from the mvpmc side though? ie, it can still send any pts values, even if NextPVR hasnt read it from the socket. Can you tell from the mvpmc side what it is unhappy with?
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


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