Timeshifting problems with OpenPLi 3.0
Re: Timeshifting problems with OpenPLi 3.0 #481
Re: Timeshifting problems with OpenPLi 3.0 #482
Posted 3 March 2013 - 19:19
pts plugin not merge.I think pts plugin does merging, or?
I don't know how difficult it is.
This is the last thing i want to do for timeshift.
and correct these errors http://openpli.org/f...post__p__337494
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Timeshifting problems with OpenPLi 3.0 #483
Posted 3 March 2013 - 19:59
and correct these errors http://openpli.org/f...post__p__337494
To 1: I'll try to test whether my suggestion works. If it works, I'll provide a patch.
To 2: As said before pieterg tried to tune it with no success: http://openpli.org/f...post__p__332900
To 3: If I have time (not very likely) I'll look at it.
Re: Timeshifting problems with OpenPLi 3.0 #484
Posted 3 March 2013 - 20:10
Thank you.To 1: I'll try to test whether my suggestion works. If it works, I'll provide a patch.
To 2: As said before pieterg tried to tune it with no success: http://openpli.org/f...post__p__332900
To 3: If I have time (not very likely) I'll look at it.
to 3 ...
it is more a problem for pts plugin(automatic /permanent mode) than for standard timeshift.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Timeshifting problems with OpenPLi 3.0 #485
Posted 4 March 2013 - 20:42
it's regarding this bug http://openpli.org/f...post__p__335405.
I have patched tstools.cpp in this way:
diff --git a/lib/dvb/tstools.cpp b/lib/dvb/tstools.cpp index 8f5e3c9..fa3a913 100644 --- a/lib/dvb/tstools.cpp +++ b/lib/dvb/tstools.cpp @@ -807,6 +807,9 @@ int eDVBTSTools::findFrame(off_t &_offset, size_t &len, int &direction, int fram } } + // found frame must be after/before given offset + if ((direction >= 0 && start < _offset) || (direction < 0 && start > _offset)) return -1; + len = offset - start; _offset = start; if (direction < 0)
I have tested this:
- Fast forwarding with > 8x speed while timeshifting SD and HD -> at end of timeshift it switches without problems to live tv
- Fast forward in radio timeshift -> not working, but also don't work without my patch
- Fast forwarding with > 8x speed in normal recording -> no problems
- Fast forwarding with > 8x speed in normal recording without .ap and .sc file -> no problems
- Fast forwarding with > 8x speed in normal recording without .ap but with .sc file -> no problems
Also fast rewinding works without problems.
Can you please take a look at it and change it in git??
Re: Timeshifting problems with OpenPLi 3.0 #486
Re: Timeshifting problems with OpenPLi 3.0 #487
Re: Timeshifting problems with OpenPLi 3.0 #488
Re: Timeshifting problems with OpenPLi 3.0 #489
Re: Timeshifting problems with OpenPLi 3.0 #490
Re: Timeshifting problems with OpenPLi 3.0 #491
Re: Timeshifting problems with OpenPLi 3.0 #492
Posted 5 March 2013 - 08:15
Please help me.
Where does this information here?
self.session.nav.getCurrentService()and
def getTimeshift(self): service = self.session.nav.getCurrentService() return service and service.timeshift()
Edited by Dima73, 5 March 2013 - 08:15.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Timeshifting problems with OpenPLi 3.0 #493
Re: Timeshifting problems with OpenPLi 3.0 #494
Re: Timeshifting problems with OpenPLi 3.0 #495
Re: Timeshifting problems with OpenPLi 3.0 #496
Posted 5 March 2013 - 11:15
I do not know why.And why is that quationable?
(or do you have suggestions?)
Therefore, I want to ask you.
You are an expert in Enigma.
No signal from the satellite.
Start timeshift(standart)
And it works, how can this be???
item 3(log)
http://openpli.org/f...post__p__337494
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Timeshifting problems with OpenPLi 3.0 #497
Posted 5 March 2013 - 12:06
Probably we need to add a function getCurrentService (without Ref) in Navigation and get simply self.getCurrentService back there...
But as far I understand as soon that the service is tuned... the timeshift will go-on...
So the big question here... is this really a bug?
Edited by littlesat, 5 March 2013 - 12:08.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #498
Re: Timeshifting problems with OpenPLi 3.0 #499
Posted 5 March 2013 - 13:52
The same could happen when you do timeshift and timeshift works and you have a real bad stormy rain??? As far I undrestood you slimply get an empty timeshift recording because there is no data yet...
Edited by littlesat, 5 March 2013 - 13:53.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Timeshifting problems with OpenPLi 3.0 #500
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users