There are container guidelines published here:
http://www.webmproject.org/code/specs/container/
LQ
--
Lou Quillio
Webmaster
WebMProject.org
There is a --live mode that does the kind of output you are looking
for. What it does is more or less setting an infinite/unknown size on
each Cluster.
I hope that helps.
> --
> You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
>
>
--
Steve Lhomme
Matroska association Charmain
To write the ebml structure I'm using part of the libvpx source code
(I called it libwebmvv), and you can get it in
http://gitorious.org/libwebmvv
This code works directly with structs in memory, that is exactly what I need.
First I send ths file header and the basic information about the vide
track (resolution, fps, etc.) in the segment info, and after start
sending the frames.
As I was already using ffmpeg in my app, I'm using it to encode the
the video: I encode a frame in a buffer and concat this buffer with a
cluster block and send to the user.
Currently I'm putting one frame per cluster, because I imagine it's
the fast way to deliver the video to user, but perhaps it's not a good
approach. But it works, I can open the file with mkvinfo and all
clients I tested worked fine with my stream (I tested mplayer, vlc,
ffplay, firefox, chrome and opera).
2011/2/12 Arie Skliarouk <skli...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
>
>
--
Steve Lhomme
Matroska association Chairman
Zaheer