Oliver Lowe
Oliver Lowe
Old images are hosted on Docker Hub at [sol1/meerkat]. At some point should direct people to the new hosting. Someone could come across it from a web search or something...
Writing this here for notes later: this week and/or in 6 months time! @s2156945 brought up being able to show min/max, average values from data in icinga object cards. This...
Now that we have a Dockerfile we can build images. For now we can support just one OS and architecture - the most common meerkat runs on - until we...
There is no support in Dockerfile for different CPU architectures. Sometimes I run an alpine linux VM on arm64, sometimes a debian VM on amd64. The update for the Dockerfile...
The values are documented in SCTE 35 section SCTE 35 section 10.3.3.1. Right now we have magic values floating around. See in particular: crc_32.go:95: 0x30476DC0, splice_descriptor.go:152: case 0x34, 0x30, 0x32,...
For every test case, Segmentation.EventIDCompliance (or anywhere else a so-called event ID field is) the value is always true. But this isn't really specified in plain language in the specs....
There's an array with a bunch of magic values that we don't know how they are generated or where they come from. If they can't be generated trivially, then maybe...
The functions for parsing Variant and Renditions func parseVariant(items chan item) (*Variant, error) { func parseRendition(items chan item) (*Rendition, error) { take `chan item`. Right now we don't have an...
Apple - you know, the one who basically "own" the HLS spec - provide some m3u8 samples at https://developer.apple.com/streaming/examples/ These would be good to have in testdata. I saw that...
https://github.com/LTNGlobal-opensource/ltntstools