[Tremor] Providing an ogg stream without header

xiphmont at xiph.org xiphmont at xiph.org
Thu Oct 4 23:22:04 PDT 2012


> But there can be some way , through which i can do this, i.e: provide the
> ogg stream without header and can just get the decoded stream.

If you don't want to transmit a header (because it would be similar or
identical for each stream), you will still need to construct or save a
header to present to the decoder.  This would be workable if, for
example, the exact same encoder settings were used for every Vorbis
stream.

You would need to save the vorbis header packets, determine the Ogg
serial number, then construct the header artificially using libogg.

Monty


More information about the Tremor mailing list