Jump to content


Photo

Timeshifting problems with OpenPLi 3.0


  • Please log in to reply
747 replies to this topic

Re: Timeshifting problems with OpenPLi 3.0 #281 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 08:29

What should we adapt now PTS or E2? :(

PTS...
Version of the plugin PTS for PLi has long far from the original.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #282 littlesat

  • PLi® Core member
  • 57,183 posts

+699
Excellent

Posted 15 February 2013 - 08:37

That is why we can change the PTS too...

It was 3rd party isn't....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Timeshifting problems with OpenPLi 3.0 #283 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 09:06

That is why we can change the PTS too...

It was 3rd party isn't....

In version 2.1d plugin works on channels without EPG + I corrected the error for record event >1
One question ...
-patch for ("Stop timeshift?" if enable PTS for zap)
def __evStart(self):
  self.service_changed = 1
  self.pts_delay_timer.stop()
  self.pts_service_changed = True
  +if config.plugins.pts.enabled.value:
   +self.check_timeshift = False
   +self.__evEventInfoChanged()
Now I do not know if I need it?

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #284 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 09:15

@betacentauri
Rewind for PTS works 100% with no errors.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #285 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 15 February 2013 - 09:42

Guys, with the recent timeshift fixes, and PTS adjustments, do we still need
http://openpli.git.s...b0bfc5aea71fbcd

I'd really like to revert this commit.

Re: Timeshifting problems with OpenPLi 3.0 #286 Nikei

  • Senior Member
  • 60 posts

0
Neutral

Posted 15 February 2013 - 11:27

Vu Solo

After updating today the problem no

Edited by Nikei, 15 February 2013 - 11:29.


Re: Timeshifting problems with OpenPLi 3.0 #287 Nikei

  • Senior Member
  • 60 posts

0
Neutral

Posted 15 February 2013 - 11:28


Vu Solo

After updating today the problem no



Re: Timeshifting problems with OpenPLi 3.0 #288 littlesat

  • PLi® Core member
  • 57,183 posts

+699
Excellent

Posted 15 February 2013 - 11:37

PTI needs still some ajustments for the stopTimeshift.... Hopefully we see a 2e version very soon... And hopefully it will hack on the checkTimeshiftRunning i.s.o. several zap functions....

And indeed I would also recommend to revert that http://openpli.git.s...b0bfc5aea71fbcd commit...

Edited by littlesat, 15 February 2013 - 11:38.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Timeshifting problems with OpenPLi 3.0 #289 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 15 February 2013 - 11:40

I posted it over here http://openpli.org/f...567#entry334567 but maybe that's the wrong language/spot. After todays update the yellow button doesn't give the audio/subtitle screen anymore, but pauzes the screen into timeshifting.

Edited by Dream1975, 15 February 2013 - 11:40.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Timeshifting problems with OpenPLi 3.0 #290 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 12:18

I checked.
def activateTimeshiftEnd(self, back = True):
  ts = self.getTimeshift()
  print "activateTimeshiftEnd"
  if ts is None:
   return
  if ts.isTimeshiftActive():
   print "!! activate timeshift called - but shouldn't this be a normal pause?"
   self.pauseService()
  else:
   print "play, ..."
   ts.activateTimeshift() # activate timeshift will automatically pause
   self.setSeekState(self.SEEK_STATE_PAUSE)
   -seekable = self.getSeek()
   -if seekable is not None:
   - seekable.seekTo(-90000) # seek approx. 1 sec before end
  if back:
   self.ts_rewind_timer.start(200, 1)

I think everything is working correctly, if it comes to rewinding.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #291 littlesat

  • PLi® Core member
  • 57,183 posts

+699
Excellent

Posted 15 February 2013 - 12:25

So it indeed can be reverted???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Timeshifting problems with OpenPLi 3.0 #292 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 12:38

So it indeed can be reverted???

I think so.
Personally, I was no difference in rewinding noticed.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #293 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 14:04

So it indeed can be reverted???

I was wrong, there was a negative effect of a rewind.
Strange that I did not notice it right away.
Should be left as it is.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #294 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 15 February 2013 - 14:22

Can't that be taken care of in the PTS plugin?
In my opinion we should not put hacks in the infobar, just to work around issues in some plugin.

Re: Timeshifting problems with OpenPLi 3.0 #295 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 14:27

Can't that be taken care of in the PTS plugin?
In my opinion we should not put hacks in the infobar, just to work around issues in some plugin.

You decide in the first instance.
But ...
Then it turns out that all efforts were in vain before.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #296 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 15 February 2013 - 16:21


So it indeed can be reverted???

I was wrong, there was a negative effect of a rewind.
Strange that I did not notice it right away.
Should be left as it is.


What negative effect? How can I reproduce it?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Timeshifting problems with OpenPLi 3.0 #297 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 17:24

What negative effect? How can I reproduce it?

With my poor knowledge of English is very difficult to explain this strange effect.
Try to edit InfoBarGenerics.py and test yourself.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #298 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 15 February 2013 - 18:26

I have installed the plugin. Testing is quite difficult because of green screens (because of checkTimeshift function).
I have pressed rewind key while watching live tv. Once I had a totally black screen for several seconds. Did you mean this?
The other times it worked without problems (except the known problem with rewind key that it don't work for me everytime).
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Timeshifting problems with OpenPLi 3.0 #299 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 19:03

I have installed the plugin. Testing is quite difficult because of green screens (because of checkTimeshift function).

http://openpli.org/forums/topic/26712-timeshifting-problems-with-openpli-30/page__view__findpost__p__334512

I have pressed rewind key while watching live tv. Once I had a totally black screen for several seconds. Did you mean this?
The other times it worked without problems (except the known problem with rewind key that it don't work for me everytime).

No:
1)Rewind not working more speed << 2
2)At the end of rewinding playback does not start.

At the moment, all is well, nothing to change is not necessary.
Is that the correct plugin PTS.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Timeshifting problems with OpenPLi 3.0 #300 Dimitrij

  • PLi® Core member
  • 10,330 posts

+350
Excellent

Posted 15 February 2013 - 20:32

I see this plugin so ...

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users