This is a H264 decoder. The project is in initial stage.
Now it's able to read the following NAL unit from H264 file:
- 1: Code slice of a non-IDR picture
- Slice header is done
- TODO slice data
- 7: Seq parameter set
- 8: Pic parameter set
Now I'm looking for a way to validate the parsed data.
If available in Hex, the package can be installed
by adding vod_server to your list of dependencies in mix.exs:
def deps do
[
{:vod_server, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/vod_server.