search for: shout_format_vorbi

Displaying 11 results from an estimated 11 matches for "shout_format_vorbi".

Did you mean: shout_format_vorbis
2008 Sep 25
2
[libshout] Add mime/content-type parameter
...ocuments the new > audio/ogg and video/ogg mime types. "Documents" doesn't sound good. A quick look at the patch seems to imply that libshout doesn't act on those two. > Second patch is not backward compatible and sets "audio/ogg" if you used the > deprecated SHOUT_FORMAT_VORBIS. > Furthermore, it adds new shout formats for ogg sub-types, namely > * SHOUT_FORMAT_OGG_AUDIO > * SHOUT_FORMAT_OGG_VIDEO > > Mime types are set accordingly for these formats, and SHOUT_FORMAT_VORBIS is > then alised to SHOUT_FORMAT_OGG_AUDIO. This sounds like a better approac...
2008 Sep 22
2
[libshout] Add mime/content-type parameter
Le Monday 22 September 2008 18:48:34 Ivo Emanuel Gon?alves, vous avez ?crit?: > On 9/22/08, Romain Beauxis <toots at rastageeks.org> wrote: > > I don't get where the patch should be changed ? The default mime value > > for ogg streams ? > > Yep. ?Any of the three media types should be allowed. ?There is simply > no "default mime" anymore. > >
2008 Sep 24
0
[libshout] Add mime/content-type parameter
...e formats no longer have the same semantics) Ok, please find attached the two possibilities. First patch is 100% backward compatible, and only documents the new audio/ogg and video/ogg mime types. Second patch is not backward compatible and sets "audio/ogg" if you used the deprecated SHOUT_FORMAT_VORBIS. Furthermore, it adds new shout formats for ogg sub-types, namely * SHOUT_FORMAT_OGG_AUDIO * SHOUT_FORMAT_OGG_VIDEO Mime types are set accordingly for these formats, and SHOUT_FORMAT_VORBIS is then alised to SHOUT_FORMAT_OGG_AUDIO. What do you think, may one of them qualify for an inclusion...
2008 Sep 25
2
[libshout] Add mime/content-type parameter
On 9/25/08, Romain Beauxis <toots at rastageeks.org> wrote: > No, the API is 100% backward compatible. Only difference is that programs > that use the (deprecated) SHOUT_FORMAT_VORBIS will then send the > "audio/ogg" mime type instead of "application/ogg". I don't believe this will > cause any trouble. I'm sold. If nobody sees a reason to oppose I'll be applying the patch*. -Ivo * as soon as I have some time. New job's killing me.
2005 Nov 10
3
Speex client?
Hello, On the announcement page for Icecast 2.3 it mentions "Streaming support for ogg speex, ogg flac, ogg midi". I've googled around and not found any free clients that support streaming speex. I looked at svn for libshout2 and it doesn't seem to support speex and skimming through the list archives I only see mention of speex last February, which seemed to indicate it would
2004 Dec 31
2
Live streaming from Mac OS X
Hi Geoff! Thanks for ur reply Is there a way to tell icecast that the stream is mp3 ? Mac OS X has another way of live streaming using Quicktime Broadcaster, however, i am not able to make it work with MPlayer2. It works file with a quicktime client. There seems to be some issues with the SDP files that Quicktime creates for playing the audio and mplayer. Nicecast is kindof exactly what i
2005 Nov 16
0
Speex (source) client?
...ng the week, perhaps this weekend I'll get to trying out oddcast. Cheers, William. > Regards, > > Dennis > > -----Original Message----- > From: "William K. Volkman" <wkvsf@users.sourceforge.net> > > > > OK, so a "don't be fooled by the SHOUT_FORMAT_VORBIS symbol" > > would have helped. It appears that .spx files are .ogg files > > by another name. Of course when I first tried it I was > > surprised that my 10Mb file kept reloading every second with > > both ezstream and oggfwd. The 4Mb Theora test file was taking &g...
2005 Jan 01
2
Live streaming from Mac OS X
...PM, Geoff Shang wrote: Dwipal Desai wrote: > Is there a way to tell icecast that the stream is mp3 ? Well, now that I look at it, example.c is the one assuming that it's vorbis. You may be able to get away with changing line 51 which currently reads: if (shout_set_format(shout, SHOUT_FORMAT_VORBIS) != SHOUTERR_SUCCESS) { Note that this is from the 2.0 tarball, there may be newer code, not sure. Anyway, editing that line may work, don't know. Didn't know that nicecast wasn't open source, didn't look that much into it. Geoff. -- Geoff Shang <geoff@hitsandpieces.ne...
2005 Nov 16
1
Speex (source) client?
...ing out oddcast. > >Cheers, >William. > > > Regards, > > > > Dennis > > > > -----Original Message----- > > From: "William K. Volkman" <wkvsf@users.sourceforge.net> > > > > > > OK, so a "don't be fooled by the SHOUT_FORMAT_VORBIS symbol" > > > would have helped. It appears that .spx files are .ogg files > > > by another name. Of course when I first tried it I was > > > surprised that my 10Mb file kept reloading every second with > > > both ezstream and oggfwd. The 4Mb Theora tes...
2005 Nov 16
1
Speex (source) client?
...ing out oddcast. > >Cheers, >William. > > > Regards, > > > > Dennis > > > > -----Original Message----- > > From: "William K. Volkman" <wkvsf@users.sourceforge.net> > > > > > > OK, so a "don't be fooled by the SHOUT_FORMAT_VORBIS symbol" > > > would have helped. It appears that .spx files are .ogg files > > > by another name. Of course when I first tried it I was > > > surprised that my 10Mb file kept reloading every second with > > > both ezstream and oggfwd. The 4Mb Theora tes...
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper mime type, due to a