2013-09-16, 11:59 PM
nah nothing you can really test without a sample app, but once you have that every way I tried to stream the file (IIS, apache, nextpvr) resulted in same seek problems.
I wont actually have a timing.info for the samples I have, however I do occasionally get similar seeking problems for my own recordings on SD channels, so given time (usually about 1 or 2 a week) I could test on my recordings.
Don't need anything fancy really, could just be a webserver type app on a port that you specify a file at the command line to server. e.g.
sampleserver.exe 8855 "D:\videos\recordings\somerecording.ts"
then access it on the player using a url like
http://[theserver]:8855/
I won't try to integrate it or anything, but can test if it helps fix the problem.
I wont actually have a timing.info for the samples I have, however I do occasionally get similar seeking problems for my own recordings on SD channels, so given time (usually about 1 or 2 a week) I could test on my recordings.
Don't need anything fancy really, could just be a webserver type app on a port that you specify a file at the command line to server. e.g.
sampleserver.exe 8855 "D:\videos\recordings\somerecording.ts"
then access it on the player using a url like
http://[theserver]:8855/
I won't try to integrate it or anything, but can test if it helps fix the problem.