Skip to content

video recordings are saved as streams #7

@MartinHN

Description

@MartinHN

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions