search for: benow

Displaying 10 results from an estimated 10 matches for "benow".

Did you mean: below
2004 Aug 06
2
Java Bindings
...newest libshout 2.0 release. They work well and enable the streaming of mp3 and ogg/vorbis to icecast2 servers from java. Binding with java allows for complex java logic while using the fast, maintained and solid native backend. They can be fetched from CVS via: cvs -d :pserver:anoncvs@benow.ca:/cvs/benow login <passwd: anoncvs> cvs -d :pserver:anoncvs@benow.ca:/cvs/benow co libshout Let me know if you wish to host the project within the Xiph CVS. I'd also appreciate any comments and suggestions. Andrew Taylor http://benow.ca <p>--- >8 ---- List a...
2004 Aug 06
2
dumpfile with libshout2/icecast2
...to get setDumpfile working with the java libshout bindings. I am calling shout_set_dumpfile(shout,char*) after specifying the port, host, mount and password, yet, the dumpfile is not created on the server side. To be more specific, I'm trying this: bin/streamAdmin -d /tmp/test.mp3 -h streams.benow.ca -p 80 -P pass -m /benow which sets the dumpfile to be /tmp/test.mp3 for the /benow stream, which completes with no errors, but /tmp/test.mp3 is not created. What I am hoping to accomplish is to cron On and Off times for show archiving. Is per mount libshout2 initiated dumpfile recording teste...
2004 Aug 06
0
dumpfile with libshout2/icecast2
...king with the java libshout bindings. > I am calling shout_set_dumpfile(shout,char*) after specifying the port, > host, mount and password, yet, the dumpfile is not created on the server > side. To be more specific, I'm trying this: > > bin/streamAdmin -d /tmp/test.mp3 -h streams.benow.ca -p 80 -P pass -m > /benow > > which sets the dumpfile to be /tmp/test.mp3 for the /benow stream, which > completes with no errors, but /tmp/test.mp3 is not created. What I am > hoping to accomplish is to cron On and Off times for show archiving. Is > per mount libshout2 initi...
2004 Aug 06
1
dumpfile with libshout2/icecast2
...ut bindings. > > I am calling shout_set_dumpfile(shout,char*) after specifying the port, > > host, mount and password, yet, the dumpfile is not created on the server > > side. To be more specific, I'm trying this: > > > > bin/streamAdmin -d /tmp/test.mp3 -h streams.benow.ca -p 80 -P pass -m > > /benow > > > > which sets the dumpfile to be /tmp/test.mp3 for the /benow stream, which > > completes with no errors, but /tmp/test.mp3 is not created. What I am > > hoping to accomplish is to cron On and Off times for show archiving. Is >...
2004 Aug 06
1
libshout-java 0.2 released
...orm you all of the release of libshout-java v0.2. libshout-java are java bindings for libshout, allowing java applications to reliably stream to icecast2 servers. It has been working well for the past couple months and is now supported under FreeBSD. libshout-java may be downloaded from: http://benow.ca/index?page=project&project=libshout-java Andrew Taylor (PS icecast dev's, I have no problems with it being listed in the 'Icecast Library / Language Bindings' section of the download page.) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:...
2004 Nov 14
0
Java Examples
...t;i> > Java? (I have a MySQL/Tomcat application with MP3's in the DB and </i>><i> > need to stream them using Java and Icecast.) I'm stuck at the same point. I found libshout-java on the download page: <a class="moz-txt-link-freetext" href="http://benow.ca/index?page=project&project=libshout-java">http://benow.ca/index?page=project&project=libshout-java</a> </i><a href="http://icecast.org/download.html">libshout 0.3</a> is a deadlink, presumably pointing back to the same page. You can download th...
2004 Aug 06
1
timing_sleep malfunctioning under MinGW
...MingGW ('gcc -mno-cygwin', version 'gcc (GCC) 3.3.1 (cygming special)'), after applying Leigh Smith's patches as posted on this list (http://www.xiph.org/archives/icecast-dev/0660.html). I have then generated a dll and wrapped it in JNI using the stubs from libshout-java (http://benow.ca/index?page=project&project=libshout-java). So, I have libshout basically working through Java on Windows XP. I think everything is working ok, except shout_sync. This call returns immediately under the compilation setup above, instead of actually sleeping, screwing up the audio streams. Thi...
2004 Dec 05
0
Authentication and relays
...he source mount point to /new-mount.ogg causes the mount on the relaying box to change to /new-mount.ogg and not maintain /mount.ogg name, despite being specified in <local-mount>). Have any dev's any advice? Have these problems had light shone on them before? Thanks, Andy Taylor (benow.ca/cjsw.com) P.S. 2.0 has been a champ, handling months on continous broadcast, 40+ listeners at a time without a hiccup. The foundation for great improvements in open broadcasting!
2009 Jun 15
3
Removing metadata segmentation
...he first segment. They see the end of the metadata block and exit, even though there might be hours left to play in the file. We can't redistribute the recorded oggs as we're unsure of how players will handle segements. Here's a sample of the ogg with metadata segmentation: http://benow.ca/misc/metadata_segmentation.ogg What we need is to reset the segmentation and metadata across the whole file. I've tried vorbiscomment to change the metadata, but it only affects the first segment. The only way I've found is to decode and reencode via oggdec -o - metadata_segmentat...
2009 Jun 15
2
Removing metadata segmentation
ogg.k.ogg.k at googlemail.com wrote: >> We're also doing scheduled metadata change to indicate the current show >> to listeners. So for a 4pm show a url is hit which causes icecast to >> change the metadata indicating the 4pm show. That also works fine. >> > > And this causes segmentation because the metadata is stored in the > second header of the Vorbis