2013-08-05, 09:51 AM
theres only so much we can do on a samsung app. its not like we can write java/c++ code and create our own player, most apps are just html/css/js (so a webpage) and you're relying on the controls of the browser.
flash has been added, but its not support on a large number of devices, so thats probably not the best solution.
I'm looking into an adaptive streaming server option, but that would require transcoding on the fly, wouldnt work for live tv, and require additional software installed on the server.
skipping has never been accurate for me also, when i skip a minute it may skip 65 seconds, but its 95% of the time close to what i requested. if i were to add comskip support however this would need to be 100% accurate.
i'm going to try transcoding all my recordings in a postprocessing.bat file and see if that produces correct skips to the second.
worst case scenario is, just to use that as a work around (which IMO isn't that big of a deal...)
flash has been added, but its not support on a large number of devices, so thats probably not the best solution.
I'm looking into an adaptive streaming server option, but that would require transcoding on the fly, wouldnt work for live tv, and require additional software installed on the server.
skipping has never been accurate for me also, when i skip a minute it may skip 65 seconds, but its 95% of the time close to what i requested. if i were to add comskip support however this would need to be 100% accurate.
i'm going to try transcoding all my recordings in a postprocessing.bat file and see if that produces correct skips to the second.
worst case scenario is, just to use that as a work around (which IMO isn't that big of a deal...)