kiall / android-tvheadend

Android + TV Headend + TV Input Framework
Apache License 2.0
191 stars 61 forks source link

DRV Playback - skip forward or rewind unsupported #236

Open markcs opened 6 years ago

markcs commented 6 years ago

I downloaded the latest develop build from here: http://jenkins.macinnes.ie/job/android-tvheadend/job/develop/

I configured TVHeadend as per issue 235 (https://github.com/kiall/android-tvheadend/issues/235). Playback works fine, but skipping forward or back when playing a recording shows a message 'Unsupported'

I guess this is a feature request .... thanks!

TheDiamondPicks commented 6 years ago

I've added support myself, however it doesn't seem to be great at the moment (high memory usage, very slow - at least on my Mi Box). I'm going to test it on a longer video clip, and I will likely do a pull request at some point. (its already on my repository, if you are willing to compile it yourself - https://github.com/TheDiamondPicks/android-tvheadend)

Edit: I've now submitted a pull request and fixed a lot of issues with it: #239