search for: shout_format_ogg

Displaying 7 results from an estimated 7 matches for "shout_format_ogg".

2005 Feb 21
2
theora streaming problem...
...| echo './'`ezstream.c ezstream.c: In function `streamFile': ezstream.c:385: warning: implicit declaration of function `sleep' ezstream.c: In function `streamPlaylist': ezstream.c:406: warning: unused variable `ret' ezstream.c: In function `main': ezstream.c:576: error: `SHOUT_FORMAT_OGG' undeclared (first use in this function) ezstream.c:576: error: (Each undeclared identifier is reported only once ezstream.c:576: error: for each function it appears in.) make[2]: *** [ezstream.o] Error 1 probably something obvious, but i could not find where SHOUT_FORMAT_OGG is defined... l...
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
2005 Jan 09
1
eztream broken pipe, 0.2.0 doesnt compile
...so I downloaded it and tried >to compile. Unfortunately it won't compile for me. The configure >script runs fine. Here's the output of make. > >Joel > >ezstream.c:406: warning: unused variable `ret' >ezstream.c: In function `main': >ezstream.c:576: error: `SHOUT_FORMAT_OGG' undeclared (first use in this >function) >ezstream.c:576: error: (Each undeclared identifier is reported only once >ezstream.c:576: error: for each function it appears in.) you'll need to grab the svn libshout or pull the daily snapshot from here: http://www.oddsock.org/xiph_sn...
2005 Jan 05
2
eztream broken pipe
I discovered an interesting problem with ezstream. I'm using version 1.2. I see 2 is listed on the website but appears to be a broken link. Otherwise I'd try it to see if it exhibits the same problem. I'm using ezstream as a fallback mount for a radio station. It plays a 30 second ogg file over and over. The ogg file is just a 5 second message with 25 seconds of silence
2005 Feb 21
0
theora streaming problem...
...hout. After a quick check, it looks like libshout 2.1 will be ok > [2] > > i tried to follow oddsock's howto at > http://www.oddsock.org/guides/video.php, but ezstream does not compile > for me. it bails out with ... > probably something obvious, but i could not find where SHOUT_FORMAT_OGG > is defined... libshout is installed, and it's not in there. you probably have libshout 2.0 installed > [3] > > when i transcode an mpeg2 file to theora, it's barely faster than > realtime on an athlon64 4000+. is this to be expected, or did i forget > some optimiza...
2005 Jan 08
0
eztream broken pipe, 0.2.0 doesnt compile
...m.c:385: warning: implicit declaration of function `sleep' ezstream.c:351: warning: `ret' might be used uninitialized in this function ezstream.c: In function `streamPlaylist': ezstream.c:406: warning: unused variable `ret' ezstream.c: In function `main': ezstream.c:576: error: `SHOUT_FORMAT_OGG' undeclared (first use in this function) ezstream.c:576: error: (Each undeclared identifier is reported only once ezstream.c:576: error: for each function it appears in.) make[2]: *** [ezstream.o] Error 1 make[2]: Leaving directory `/home/jbebel/ezstream-0.2.0/src' make[1]: *** [all-recursi...
2005 Feb 21
2
theora streaming problem...
...ous where libshout 2.1 is... >>[2] >> >>i tried to follow oddsock's howto at >>http://www.oddsock.org/guides/video.php, but ezstream does not compile >>for me. it bails out with > > ... > >>probably something obvious, but i could not find where SHOUT_FORMAT_OGG >>is defined... libshout is installed, and it's not in there. > > > you probably have libshout 2.0 installed right. libshout from -kh fixed that too. oddsock, could you add a little hint to your theora guide to make sure everyone gets the correct libshout? >>[3] >&...