NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 1085 1086 1087 1088 1089 … 1231 Next »
resume and end of show

 
  • 0 Vote(s) - 0 Average
resume and end of show
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#1
2005-03-10, 09:14 PM
Two a little bit annoying things to mention which previous version didn't have, but current has.

1) when gbpvr asks user to restart or resume recording playback, the background frame flickers one frame back and forward. I don't know, is it because of interlacing picture or what. This also happens when playback has reaced to the end of recording.

2) When the playback of recording has come to the last frame, the last frame is shown infinitely. It waits then user response on remote to press back/exit. It would be glad if there will be a timeout for about couple of minutes and then it itself exits to recordings menu. For example, I have setup XP to go into hibernation after 15min of inactivity. But when the last frame is still active, it never goes into hibernation and computer will consume power forever if there will be no manual human action.
--- GBPVR system ---
Server: homemade (ASUS MB, AMD x2 5200+, 4G RAM, 3.2TB RAID5, 1Gbit) + DVB-T Hauppauge HVR1300 (h264 TS) + IPTV
Clients: ASUS Pundit-R (P4 3.2GHz Northwood!, 1G RAM, zero HDD - netboot, WinLIRC to use Hauppauge remote on system without Hauppauge devices) + IBM ThinkPad T42 (pvr over 802.11g) + FSC N560 WM6 (802.11g) + etc Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#2
2005-03-10, 09:28 PM
[b Wrote:Quote[/b] ]
1) when gbpvr asks user to restart or resume recording playback, the background frame flickers one frame back and forward. I don't know, is it because of interlacing picture or what. This also happens when playback has reaced to the end of recording.
This because it is not possible to update the screen when using VMR if the video is paused. To force it to update the OSD (to reflect button selection etc), I need to seek to the start of the video and then back to the current location. Unfortunately MPEG video doesnt support frame accurate seeking, so you dont necessarily end up back at exactly the same spot. I dont know of any work around.

[b Wrote:Quote[/b] ]2) When the playback of recording has come to the last frame, the last frame is shown infinitely. It waits then user response on remote to press back/exit. It would be glad if there will be a timeout for about couple of minutes and then it itself exits to recordings menu. For example, I have setup XP to go into hibernation after 15min of inactivity. But when the last frame is still active, it never goes into hibernation and computer will consume power forever if there will be no manual human action.
This isnt normal. Try a different MPEG decoder - it might help.
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#3
2005-03-10, 10:01 PM
1) I might be on the wrong lane, but I think the workaround should be here. When starting the playback, wouldn't it be possible to set the logics to:
* search recording info from db, if not found start direct playback (goto end of this routine)
* if found then seek to the given position of mpeg (may be you should also use framecount along with timescale?)
* read approximate frame from mpeg and get two clone copies of it to memory
* start listening of remote/keyb and start playing this two frame sequence as movie, so VMR and OSD will be updated
* when user selects RESTART, seek beginning and start playback
* when user selects RESUME, don't seek, but stop two frame playback from memory and start playback from previously seeked frame from mpeg file.
Hope, you got the idea and I guess you could use this workflow.

2) Hmm. I will. But! As I understood, this isn't GBPVR feature not to let computer to standby when paused, but this is the codec issue? If so, is it possible to hardcode into GBPVR not to let computer to standby when show/video is in paused state?

PS. Just now come into two bugs(?) with GBPVR recording playback.

a) I paused it for about two minutes and before resume I wanted to see how long this recording lasts. No effect pressing remote buttons, after unpause I had opportunity to see the progress bar. I think there will be two solutions:
a.1) when user presses pause on remote, before freezing last frame, display progressbar and other info and then freeze it.
a.2) use this buffered two-frame "pseudo-movie" to keep VMR running and enable interactive part.
--- GBPVR system ---
Server: homemade (ASUS MB, AMD x2 5200+, 4G RAM, 3.2TB RAID5, 1Gbit) + DVB-T Hauppauge HVR1300 (h264 TS) + IPTV
Clients: ASUS Pundit-R (P4 3.2GHz Northwood!, 1G RAM, zero HDD - netboot, WinLIRC to use Hauppauge remote on system without Hauppauge devices) + IBM ThinkPad T42 (pvr over 802.11g) + FSC N560 WM6 (802.11g) + etc Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#4
2005-03-10, 10:10 PM
1) It doesnt work like this. What you describe is not possible.

2) I've decided this is probably cause by your use of the teletext component. Turn it off.

a) This is the exact problem I mentioned above. It is not possible to update the screen in anyway (durations, highlighted key etc) while VMR is paused.
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#5
2005-03-10, 10:33 PM
[b Wrote:Quote[/b] (sub @ Mar. 10 2005,17:10)]1) It doesnt work like this. What you describe is not possible.

2) I've decided this is probably cause by your use of the teletext component. Turn it off.

a) This is the exact problem I mentioned above. It is not possible to update the screen in anyway (durations, highlighted key etc) while VMR is paused.
[b Wrote:Quote[/b] ]a) This is the exact problem I mentioned above. It is not possible to update the screen in anyway (durations, highlighted key etc) while VMR is paused.

As I have done some Linux coding in the past, I could assure that noting is impossible, there is always a workaround [Image: smile.gif] So, lets keep minds open and keep looking if there is already some ways to do it.
--- GBPVR system ---
Server: homemade (ASUS MB, AMD x2 5200+, 4G RAM, 3.2TB RAID5, 1Gbit) + DVB-T Hauppauge HVR1300 (h264 TS) + IPTV
Clients: ASUS Pundit-R (P4 3.2GHz Northwood!, 1G RAM, zero HDD - netboot, WinLIRC to use Hauppauge remote on system without Hauppauge devices) + IBM ThinkPad T42 (pvr over 802.11g) + FSC N560 WM6 (802.11g) + etc Smile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG - no show details Ger 12 3,322 2025-04-03, 12:19 PM
Last Post: mvallevand
  SUB: Recording show in two pieces. Found bug(?) lif 10 5,087 2011-05-11, 09:30 AM
Last Post: jksmurf
  ABC Australia EPG lists same show three times 1 min apart. Records multiple.. CCCMikey 11 6,037 2011-04-17, 09:38 AM
Last Post: CCCMikey
  Reset direct show on channel change? Pob 4 2,359 2010-12-06, 08:30 PM
Last Post: Pob
  IR Blaster doesn't change to channel missing show details Kid_Ego5150 3 2,072 2010-11-13, 02:11 AM
Last Post: sub
  EPG show data showing up in the wrong spot divinehammer 0 1,245 2010-06-24, 09:59 PM
Last Post: divinehammer
  GBPVR does not return to menu after a show andonato 4 1,973 2010-05-24, 09:07 PM
Last Post: andonato
  No Show Details kirschey 0 1,216 2010-05-24, 05:50 PM
Last Post: kirschey
  Unknown channels; (no show details) JosephWebber 12 4,428 2010-05-20, 09:48 PM
Last Post: s_daykin
  Can't Play After Resume MarkD 0 1,124 2010-05-16, 10:02 PM
Last Post: MarkD

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

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

Linear Mode
Threaded Mode