-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whats the trick for rewind timeshift? #249
Comments
VDR robotv works perfect for backend/frontend timeshift with rewind first. Might try to implement the timeshift functions.... |
Ill try to implement some of the timeshift functions from vdr robotv: VDR backend works the same way as tvh so implementing this timeshift method for file not ram should work just fine for rewind first. Ill keep this issue updated when successfully built and tested... |
So no one with tvheadend-android has timeshift working? @kiall can you provide some feedback? |
Well after no response on this i started working on my own fork with a new timeshift implementation. When (and if) it is stable ill do a PR with all work done ;) |
I would be keen to see what you have produced. Kiall appears to have stopped working on this for the moment. I'd be very interested in knowing whether it is possible to buffer the stream locally and then ffw/rw through that instead as that would give us the same skipping ability as a freesat box but via the network... I guess you'd not implement the TVH api for ffw/rw and instead just let the stream play and use the local android TV functions? |
It is possible with googles open source LiveTv buffer code: Im testing the previous PR from here #243 tonight and my own implementation as well. I will report back results... |
If it was a selectable option to either buffer locally or use the TVH buffer that would make it better as some users may not be able to sacrifice the write capacity of their units and the TVH buffer is better, where as those with attached storage could. Will you be making your code public as it might be easier if you want it tested to post it there and users can raise issues. |
As soon as I can produce a working ff-rw buffer I will post the branch and builds I am working on :) Lots of work to come... |
I have been trying to figure out how to get timeshift with rewind first working and I can not figure this out. Ive built latest dev branch and im running stable 4.2 and I can not get timeshifting working at all on android. I only get the error unsupported.
Full rights to recording/timeshift directory.
Tried in RAM and in DISK no go for either.
The text was updated successfully, but these errors were encountered: