Seeking is not possible when playing a flv file from a web server
#1
Seeking is not possible when playing a flv file from a web server or remote resource. Seeking has no problem when resource is local(hence no need to seek ahead).

Debugging the code, I've seen that keyframes data got lost. File has all corrected metadata and keyframes set but when instantiating dvdPlayer keyframes are not there anymore.
Doing this with a 120MB file under Apache or custom python proxy(204 http return code to signal partial content) with charles as proxy to slow local connection.
File is a repacked adobe HDS stream(flv header plus mdat boxes written as stream) but same principle works for simple flv also.

Playing with seeking not allowed(200 OK on first HEAD request by kodi instead of 204), playback is perfect.

I can also attach sample files with log files tomorrow
Reply

Logout Mark Read Team Forum Stats Members Help
Seeking is not possible when playing a flv file from a web server0