-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
hi,
the files generated by VideoRecorders are formated as raw H264 NAL Units, so when they will be played back, they will be detected as streams.
And so when looped, ofxOMXPlayer will reload the entire file at each loop.
do you now if there is a (simple) work around?
- I'm not an expert in video container format, but may be we could implement a "simple" and licence free one if such thing exists.
- or else detecting omx_stream files duration on ofxOMXPlayer side?
I suppose it could lead to complex problems , but you may have an idea about that?
in my case, I'd rather risk to have jittery timestamps than reloading the stream (and freezing OF at each loop points)...
if you don't, feel free to close this issue.
Metadata
Metadata
Assignees
Labels
No labels