Displaying 7 results from an estimated 7 matches for "format_ebml".
2012 Feb 09
2
Icecast WebM Support Patch Second Edition
Howdy,
tl;dr: Nothing new or interesting to non-developers
Attached is a newer Icecast WebM support patch for Icecast SVN, there is
simply aesthetic changes. Whitespace has been altered to match Icecast
project style,
some functions have been renamed and moved around.
Some discussion.
The format_ebml.c file lines 0-296 operates much the same as the
format_ogg.c file does. It uses a parsing library api to feed in and pull
out bytes via
the _get_buffer function. In the case of Ogg this is of course libogg, in
the case of ebml, the "parsing library" consists of the functions below
line 2...
2012 Feb 09
2
Icecast WebM Support Patch Second Edition
Howdy,
tl;dr: Nothing new or interesting to non-developers
Attached is a newer Icecast WebM support patch for Icecast SVN, there is
simply aesthetic changes. Whitespace has been altered to match Icecast
project style,
some functions have been renamed and moved around.
Some discussion.
The format_ebml.c file lines 0-296 operates much the same as the
format_ogg.c file does. It uses a parsing library api to feed in and pull
out bytes via
the _get_buffer function. In the case of Ogg this is of course libogg, in
the case of ebml, the "parsing library" consists of the functions below
line 2...
2012 Feb 01
1
Icecast WebM support and much more
...s and some is perfectly clean, that is how I evolve
my software. Right now I'm just trying to gather up who is interested and
hopefully in a short amount of hours things will start to make more sense.
This is the icecast patch for WebM support:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml
This is the Krad EBML library that handles the parsing of EBML (What WebM
and MKV are based on): https://github.com/krad-radio/krad_ebml_experimental
In the Krad EBML repo, the library itself has no dependencies, but all of
the tools and toys there have all kinds of dependencies.
If your interes...
2012 Feb 01
1
Icecast WebM support and much more
...s and some is perfectly clean, that is how I evolve
my software. Right now I'm just trying to gather up who is interested and
hopefully in a short amount of hours things will start to make more sense.
This is the icecast patch for WebM support:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml
This is the Krad EBML library that handles the parsing of EBML (What WebM
and MKV are based on): https://github.com/krad-radio/krad_ebml_experimental
In the Krad EBML repo, the library itself has no dependencies, but all of
the tools and toys there have all kinds of dependencies.
If your interes...
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn.
Also available is my git tree:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal
My git tree is behind the svn version a little bit, I will update it soon,
the webm code is identical.
Please note the following:
1) This version has no external dependencies, the EBML parsing is built
into the format_ebml plugin. In the future this will most likely be an
external libra...
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn.
Also available is my git tree:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal
My git tree is behind the svn version a little bit, I will update it soon,
the webm code is identical.
Please note the following:
1) This version has no external dependencies, the EBML parsing is built
into the format_ebml plugin. In the future this will most likely be an
external libra...
2012 Feb 09
0
Icecast WebM Support Patch Second Edition
...ion
Howdy,
tl;dr: Nothing new or interesting to non-developers
Attached is a newer Icecast WebM support patch for Icecast SVN, there is
simply aesthetic changes. Whitespace has been altered to match Icecast
project style,
some functions have been renamed and moved around.
Some discussion.
The format_ebml.c file lines 0-296 operates much the same as the
format_ogg.c file does. It uses a parsing library api to feed in and pull
out bytes via
the _get_buffer function. In the case of Ogg this is of course libogg, in
the case of ebml, the "parsing library" consists of the functions below li...