OpenSageTV / sagetv-miniclient

SageTV MiniClient for Android TV (and phone/tablet)
http://forums.sagetv.com/forums/showthread.php?t=62439
Apache License 2.0
17 stars 14 forks source link

Skip Forward and Back is using 10 second increments #9

Closed stuckless closed 8 years ago

stuckless commented 9 years ago

I suspect this is because I'm sending a byte position, but the player is interpreting it as a time position. I need to re-look at seekTo to make sure I'm using the correct unit of measure. I can't control what sagetv is sending me, so, might take some tweaking of the player code.

stuckless commented 8 years ago

It would appear the default skipping is 10 seconds in SageTV :) So this is working correctly.