> These are basically the steps:
> 
> 1. Create a configuration registry

How do I do this?

config_reg = bg_cfg_registry_create();
// what do I load here if I want an encoder????
tmp_path =  bg_search_file_read("recorder", "config.xml");
bg_cfg_registry_load(config_reg, tmp_path);



> 2. Create a plugin registry

I see I am supposed to do something like:
        section = bg_cfg_registry_find_section(config_reg, "plugins");
        plug_reg = bg_plugin_registry_create(section);

what is a bg_cfg_section_t ?

What are all these steps?   I can't find any doku or simple source code
on it and I have been looking for days now.

I can't get past steps 1 and 2.  I'm sure I'll have questions on the
rest soon.

> 3. Load an encoder plugin
> 4. Open the encoder
> 5. Add audio and video streams
> 6. Set per-stream encoding parameters
> 7. Start the encoder
> 8. Write A/V frames in a loop

------------------------------------------------------------------------------
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

Reply via email to