| View previous topic :: View next topic |
| Author |
Message |
sebi87
Joined: 11 Nov 2009 Posts: 2
|
Posted: Wed Nov 11, 2009 9:45 am Post subject: simpify the server for Microcontroller |
|
|
Hallo,
is it possibble to simplify the icecast-Server for only ogg streaming with an microcontoller?
Can you tell me that parts I can leave?
Sebastian |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Nov 11, 2009 1:32 pm Post subject: |
|
|
There are certain things that can be removed to reduce the footprint if the reduce functionality is not required, theora and libcurl are optional components. We actually only support ogg but the non-ogg feed is not optional, but it could be made to be optional without much trouble. xml2 is needed for the config read even if webroot/adminroot pages are not used. I suppose xslt could be avoided if those requests are not wanted but is useful for presenting stats.
karl. |
|
| Back to top |
|
 |
sebi87
Joined: 11 Nov 2009 Posts: 2
|
Posted: Tue Nov 24, 2009 6:57 am Post subject: |
|
|
| do you think it is possiple or not? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Nov 24, 2009 4:14 pm Post subject: |
|
|
The non-ogg part streaming being made optionally compiled is fairly easy. A #if 0 in the codec format setup, and removing the filenames from the build should be all that is required. If you are wanting something more then that will depend on what you intend to remove.
karl. |
|
| Back to top |
|
 |
|