[vlc-devel] [PATCH 0/2] Opus in Transport Stream
Rafaël Carré
funman at videolan.org
Tue Sep 9 17:46:43 CEST 2014
Hello,
Here's implementation of draft v0.1.2 of https://wiki.xiph.org/OpusTS
The only other implementation I know is https://github.com/kierank/broadcastencoder/tree/opus
As there no samples existing yet it's advised to either make them with VLC muxer,
or use broadcastencoder.
Hopefully more samples should appear after IBC 2014.
Please test, especially multichannels streams.
modules/demux/Makefile.am | 4 +-
modules/demux/ogg.c | 64 ++-----------
modules/demux/opus.h | 63 ++++++++++++
modules/demux/ts.c | 284 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
modules/mux/mpeg/ts.c | 40 ++++++--
5 files changed, 385 insertions(+), 70 deletions(-)
More information about the vlc-devel
mailing list