Has anyone looked at added Speex support to icecast2 and ices? I'm not quite sure where to start adding support and don't want to duplicate it if someone else has. --Joe -- Joe Sunday <sunday@csh.rit.edu> http://www.csh.rit.edu/~sunday/ Computer Science House, Rochester Inst. Of Technology --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Has anyone looked at added Speex support to icecast2 and ices? > I'm not quite sure where to start adding support and don't want to > duplicate it if someone else has.It shouldn't be too hard. To do it right would entail extending the current ogg format plugin to handle multiple codecs. This isn't too bad if you restrict it to one codec per ogg stream only. Ices will take a similar extension to libshout. And finally, you'd need to add support to ogg123 or to some other player, and this is where you will run into trouble. We tried to make icecast 2.x tools easier to extend in this way. Unfortunately we have no control over braindead player architectures :( jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi: Doesn't ogg123 now have speex support? I vaguely recall it being added some months back. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sunday 27 April 2003 15:49, Jack Moffitt wrote:> > Has anyone looked at added Speex support to icecast2 and ices? > > I'm not quite sure where to start adding support and don't want to > > duplicate it if someone else has. > > It shouldn't be too hard. To do it right would entail extending the > current ogg format plugin to handle multiple codecs. This isn't too bad > if you restrict it to one codec per ogg stream only. Ices will take a > similar extension to libshout.This is true for icecast, of course, but NOT for ices. ices2 is fairly closely tied to ogg, and doesn't use most of libshout (apart from the connection/authentication bits). Also, you'd want live encode support for speex in ices as well, since I can't imagine streaming prerecorded speex being widely used. You should, of course, be using RTP for speex, not HTTP, anyway. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.