I'm working on a way to play Youtube Dash videos.
They split video and audio into two distinct files. I'm using input-slave to mix them together.
The format is H264 - MPEG-4 AVC (part 10)(avc1).
The video opens fine but when seeking I get this:
Removing libmp4_plugin2.dll the video takes a long time to load. After that it's perfectly seekable.[0c1c744c] access_http access error: seek too far
mp4 demux: MP4_frg_GetChunks returned error. End of stream?
It's like having to choose between fast loading or seeking.
Is this an issue with the demuxer ? Is there a potential workaround for this ?
Thanks ♥.