Hi, august wrote: >> Encoding plugins do all steps (encoding, multiplexing, writing to output) >> at once, and there is no access to the intermediate data ATM. > > Ok, I see now that the encoder can only open a file. So, that means you > can't set anything up for streaming video, right?
No. There is the Ogg broadcaster. To get it, use BG_PLUGIN_BROADCAST instead of BG_PLUGIN_FILE when querying the registry. It's the only broadcaster I have right now, but there is no reason not to implement more. A bit of info on is there: http://hirntier.blogspot.com/2009/12/flash-free-live-web-video-solution.html I also thought to pass a write callback to the encoder, so the user can do whatever he wants with the data. Some formats however are not streamable (i.e. the encoder needs to seek in the output file), so this should be implemented carefully. Burkhard ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
