Timeshifting problems with OpenPLi 3.0
Re: Timeshifting problems with OpenPLi 3.0 #181
Posted 3 February 2013 - 18:42
@dima73: Please try tomorrow with the latest patch again.
I would guess, that you are using PTS, correct?
What do you do exactly do?
If you are not using PTS how long do you wait with pressing pause after zapping?
You press pause and afterwards immediately fast forward (or is it a fast rewind)?
Is it a SD channel with very low bitrate? Can you test with other channels?
Re: Timeshifting problems with OpenPLi 3.0 #182
Posted 3 February 2013 - 19:22
But regarding the 'black screen when trying to rewind from the live point of the timeshift', I experienced that today, when testing the EOF issues with the normal timeshift.
On an average bitrate scrambled HD channel.
Re: Timeshifting problems with OpenPLi 3.0 #183
Posted 3 February 2013 - 19:55
I tried it (with EOF patch) on 2-3 channels and it works here. Did you also have the problem with the EOF patch?
Re: Timeshifting problems with OpenPLi 3.0 #184
Re: Timeshifting problems with OpenPLi 3.0 #185
Re: Timeshifting problems with OpenPLi 3.0 #186
Re: Timeshifting problems with OpenPLi 3.0 #187
Posted 3 February 2013 - 23:13
Well, after timeshift start you can seek with 1,3,4,... If you switch back to live tv it's deactived again. The advantage of this is, that you can change channel with number keys but cannot seek with the number keys. For the user it's quite easy.[list]I think we should get the actionmap fixed, so we can just skip back from the live point.
[*]Watching timeshift -> number keys are for seeking
[*]Live TV -> number keys are for channel switching
[/list]
I would not change it. It confuses only people.
(If you ask me, I would find it better to have different keys for seeking and channel switching...my point of view).
(but I'm not really a python type of guy)
Me too
Re: Timeshifting problems with OpenPLi 3.0 #188
Re: Timeshifting problems with OpenPLi 3.0 #189
Posted 4 February 2013 - 09:01
1. I have timeshift on all the time (in fact, I do not see much use and convenience of timeshift only on demand, i.e. that user must switch it manually first); therefore I use Permanent Timeshift.
2. To avoid unintentional lost of timeshift buffer e.g. by accidental switch to another channel, I adjusted "number zap" function in live watching mode so that I have to press Enter to confirm the choice. To be frank, I almost never use numbers for zapping, as I like to go through EPG viewer or Channel Selection screen to see what is going on on other channels. Sometimes, I use the history buttons to circle between few last used channels. Side note: with the dynamics in satellite channels availability, the numbers are not stable and I do not bother to remember them except just few (not to mention remembering by my female part of family:-)
3. I adjusted cursor left and right buttons to be skip buttons (left = -15 secs, right = +1 min) as: A. it is very convenient, B. they are to big to be history buttons, causing sometimes accidental channel switch.
4. To clearly see if I am currently in live watching mode or time delayed (and not to be bothered by permanent OSD) I have the time difference on the VFD. In case of delay as -mm:ss, in case of live TV as +mm till the end of current event. Moreover, when reaching live TV, it shows me respective message for about 1 second.
I know that many people use timeshift different way (as only FF/RWD vs. skipping discussion showed) so just take it as an inspiration if you want.
Re: Timeshifting problems with OpenPLi 3.0 #190
Re: Timeshifting problems with OpenPLi 3.0 #191
Re: Timeshifting problems with OpenPLi 3.0 #192
Posted 4 February 2013 - 09:32
Possibly in python we need to check for timeshift enabled in cpp instead of active... when in live timeshift is not active... (But we get into spooky kind of code here).I think we should get the actionmap fixed, so we can just skip back from the live point.
In python they check for timeShift is active and this checks for enable && not live in fact... When isActive returns true when timeshift is enabled I suggest backskip will work when in live mode.
Edited by littlesat, 4 February 2013 - 09:34.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #193
Posted 4 February 2013 - 10:38
1. live tv, no timeshift
2. timeshift, behind the live point
3. timeshift, at the live point (osd displays 0.00 and the play symbol, so I'm quite sure this is a separate state, not the same as 1)
I don't think we should combine 2 and 3, as you're suggesting.
Having separate states allows for different actionmaps.
Re: Timeshifting problems with OpenPLi 3.0 #194
Posted 4 February 2013 - 10:41
A check for being in true Live mode is not available in python... python can only poll for isActive. And the timeshift_enabled is a shadow from cpp with no guarantee that it is in synch.....
Edited by littlesat, 4 February 2013 - 10:42.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #195
Posted 4 February 2013 - 10:42
Timeshift is timeshift is timeshift.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Timeshifting problems with OpenPLi 3.0 #196
Re: Timeshifting problems with OpenPLi 3.0 #197
Posted 4 February 2013 - 11:25
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Timeshifting problems with OpenPLi 3.0 #198
Re: Timeshifting problems with OpenPLi 3.0 #199
Posted 4 February 2013 - 11:37
Yes, but it is still timeshift ...There is a difference.... the user is watching live
Which is confusing.and the user interface behaves a bit different.
There IS no relevant difference between being 1 msec behind and being 0 msec behind. A proper user interface will behave identical. If it currently doesn't, fix it, it's broken.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: Timeshifting problems with OpenPLi 3.0 #200
Posted 4 February 2013 - 11:46
But when doing so on some boxes there is no way to quit timeshift...... not all remotes have a STOP button....
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users