Timeshifting problems with OpenPLi 3.0
Re: Timeshifting problems with OpenPLi 3.0 #381
Posted 20 February 2013 - 23:31
User have pre- 10 minutes and post- 20 minutes. Current TV channel has now e.g. 4 consecutive events by 5 minutes. That means you started 4 recordings just because of time shift. Imagine that you record something at the same time and you already achieved I/O limits on most machines.
Re: Timeshifting problems with OpenPLi 3.0 #382
Posted 21 February 2013 - 00:16
I would prefer one big timeshift file and bookmarks
Edited by betacentauri, 21 February 2013 - 00:19.
Re: Timeshifting problems with OpenPLi 3.0 #383
Posted 21 February 2013 - 00:23
1 Watching TV number keys zap
2 Watching a movie number keys skip
From my point of view watching Timeshifted TV is an extension of Watching TV so I would expect the number keys to zap with the warning of exit to live TV etc
DM500,DM600,DM800HD,VU+ Duo
Re: Timeshifting problems with OpenPLi 3.0 #384
Posted 21 February 2013 - 01:15
Re: Timeshifting problems with OpenPLi 3.0 #385
Re: Timeshifting problems with OpenPLi 3.0 #386
Posted 21 February 2013 - 15:14
My point exactly.Hi all I think that there may be a problem with user expectation with the number keys. If you look at the two basic operations
1 Watching TV number keys zap
2 Watching a movie number keys skip
From my point of view watching Timeshifted TV is an extension of Watching TV so I would expect the number keys to zap with the warning of exit to live TV etc
I find it most annoying when elementary buttons change their behaviour on context.
Except from the original dreambox I suppose all receivers have proper dedicated buttons for basic play, skip and (re-wind). I realy don't see the necessity to skip with the number keys.
It only confuses the user. (I realize that an enigma receiver is nearly unusable for a noop, though)
The UI is always the hardest part on a programming project but its always getting the lowest priority. This thread is a good example for that.
Edited by umtauscher, 21 February 2013 - 15:16.
Re: Timeshifting problems with OpenPLi 3.0 #387
Posted 21 February 2013 - 15:39
When I implemented it on E1 years years ago I used the <> keys next to the 0 key for that... Later in E2 it became at the numberkeys in the movieplayer and timeshift mode (as in the movie player the number keys are not used at all)...
Once used to the step skip you see the advantaged and you do never fast forward and fast rewind anymore ....
I think it does not confuse at all.... It is part of the added value of E2
Edited by littlesat, 21 February 2013 - 15:40.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #388
Re: Timeshifting problems with OpenPLi 3.0 #389
Posted 21 February 2013 - 20:23
What I pledge against is using the number keys.
I agree that when skipping with a fixed distance, 2 buttons are not enough.
But if you use an iteration skip which reduces skipping distance when changing the direction, you can skip to a certain point much faster, even faster than using the number keys.
Let me explain:
You start with an initial skiiping distance, e.g. 5 Minutes. ( you could use the skipping distance of 7 and 9 for that). As long as you skip in the same direction, the skip would remain that distance.
Once you see, that you skipped too far, you skip in the opposite direction, but with that direction change the distance ist reduced to half. So you skip half the distance, until you have skipped too far. So you change direction again while the distance is reduced again.
That way, you find your target position very fast. I know, in theory its quite hard to follow, but when using it, its really great.
That way, you would only use 2 button, the < and > would be perfect for that.
Just think about it.
Cheers
Umtauscher
Edited by umtauscher, 21 February 2013 - 20:28.
Re: Timeshifting problems with OpenPLi 3.0 #390
Re: Timeshifting problems with OpenPLi 3.0 #391
Posted 21 February 2013 - 21:11
Anyone who wants to try a "simulation" just start with skipping with the number 9 and press 4 when you've skipped too far. If the back skip is too far, press 3 until you get near the position.
You cannot reduce further than 3 so the simulation ends here, but you could see what I mean.
When you want to skip to a new position start with 7 or 9 again and iterate to the target position.
I suspect the implementation of your testing was not quite orrect.
Btw. the user always starts with the biggest step, so the distance is always known. Pressing once forward and twice backwards always returns to the start position.
Cheers
Umtauscher.
If I had any python and enigma skills I would program it myself.
Edited by umtauscher, 21 February 2013 - 21:13.
Re: Timeshifting problems with OpenPLi 3.0 #392
Posted 21 February 2013 - 22:21
Not to me.... here the steps are going well....the user always starts with the biggest step, so the distance is always known. Pressing once forward and twice backwards always returns to the start position.
Edited by littlesat, 21 February 2013 - 22:23.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #393
Posted 22 February 2013 - 00:44
Re: Timeshifting problems with OpenPLi 3.0 #394
Posted 22 February 2013 - 12:11
But it still takes performance...
It SHOULD not. When handled properly, the recording will take place in background, and there is no impact on "zap speed" or whatever. If it has any impact on performance, I would consider that a bug.
You never owned a Topfield I guess. The good old TF4000 had an excellent permanent timeshift function which demonstrated this feature perfectly (with a 150MHz PPC CPU and 9MB RAM). The only reason to disable the timeshift on that receiver was to reduce power consumption.
Re: Timeshifting problems with OpenPLi 3.0 #395
Posted 22 February 2013 - 13:24
The plugin I used had a timeout, after which the step was reset to the initial value. So I only had to wait a few seconds to begin again.For this iteration (or binary) skipping you not only need 2 buttons but at least one more
That timeout was adjustable in the menue.
I never used more that those 2 skip buttons. (Software developers tend to complicate things more than necessary) ;-)
Where would I start to develop a plugin that implements skipping?
Edited by umtauscher, 22 February 2013 - 13:28.
Re: Timeshifting problems with OpenPLi 3.0 #396
Posted 22 February 2013 - 13:32
Well, as long as the common controls FFWD and RWD work, I don't care about it as the number keys are useless anyways ... I guess nobody continues to number zap after being confronted with >30 channels
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 #397
Re: Timeshifting problems with OpenPLi 3.0 #398
Re: Timeshifting problems with OpenPLi 3.0 #399
Posted 23 February 2013 - 15:12
[*]Like in eDVBServiceRecord: Storing unmodified pts from now/next events in memory and when timeshift stops, store it in .cuts file (Assume that timeshift file won't be deleted after timeshift stop! This is in work...). Problem is that you can't use marks while timeshifting only afterwards.
[*]In eDVBServicePlay store pts values from now/next events in m_cue_entries. Then you can theoretical use them while timeshifting. Problem is that I need to fixup pts values in order to use them (fixup: PTS values in cuts are zero-based). While watching timeshift file this is no problem. But in live TV I have no pvrChannel and can't call getCurrentPosition(this calls fixupPTS).
What can I do? Can I create a tstools instance and call fixupPTS? But then timeshift file and .sc are opened while other thread is writing to these files. Sounds not very good.
Another idea is to store pts value from start of timeshift file and to fixup pts in eDVBServicePlay without calling tstools.
Has anybody another idea how to get it working?
[/list]
Re: Timeshifting problems with OpenPLi 3.0 #400
Posted 23 February 2013 - 16:11
Yesterday I updated and all warnings for zapping from timeshift are gone. Even the arrow keys on the nummber pad zap now and kill the timeshift buffer without warning. Is this a regression bug or is the behaviour changed again?
10 user(s) are reading this topic
0 members, 10 guests, 0 anonymous users