similar to: Speex Support for Ices?

Displaying 20 results from an estimated 3000 matches similar to: "Speex Support for Ices?"

2007 Jul 16
2
Speex Support for Ices?
On Mon, 2007-07-16 at 23:12 +0200, Thomas B. Ruecker wrote: > If you want to experiment with speex: I think ezstream can handle this. > oggfwd too This is an alsa stream from the line-in port. Ezstream & oggfwd apparently do not stream from Alsa. I've seen some acrecord command line options, but it would also be nice to update metadata often too. Ices seems best. I've
2007 Jul 20
4
Speex Support for Ices?
wget ices*bz2 fgrep ./* -e "speex" ? fgrep ./* -e "ogg" ? Can't remember the exact lib name(s), but speex is very similar to vorbis/ogg lib implementations. So whomever wrote ices, would probably have a pretty easy time incorporating it. Well, before I do anything, I still need to get my program outputting usable metadata. On Thu, 2007-07-19 at 23:56 +0100, Ivo Emanuel
2007 Jul 15
2
Writing Alpha Tags into the comments of an ogg stream
What do I need to do to incorporate alpha tags into the ogg stream of ices? Alpha Tags are name/frequency tags for a scanner -- I have the alpha tags easily outputted to stdout, but how do I assign each to the comment field of the ogg stream? Just guessing, I'll need to bring in the vorbis/ogg headers/libs and use the lib to write the alpha tag info to the ogg stream. But one question
2007 Jul 16
3
Writing Alpha Tags into the comments of an ogg stream
> Ideally you'd do it with the program which is encoding our stream. You just > start a new ogg stream when you want to change your metadata and use the > appropriate tags. > > If this is not possible, you can also do this via Icecast. It will insert > the tags for you, creating the new stream. > > Here's what I've managed to turn up quickly as the
2007 Jul 16
2
Speex Support for Ices?
Hi, "Burst on connect" isn't going to change the buffering. It'll just affect how quickly the client starts playing. The main buffer in question here is that on the client. Sending a burst of data when the client connects will simply serve to fill the buffer up more quickly, which results in the player beginning to play sooner. It won't reduce any latency, and if the
2007 Jul 20
1
Writing Alpha Tags into the comments of an ogg stream
You should look at the source code for oddcast. it has a neat way of adding metadata to the ogg stream. It uses libogg (which is it using to encode the vorbis stream) and sort of creates a new beginning of stream packet with the new metadata, so that icecast knows to pick up the change. If you aren't using ices to encode the audio, only to send it, I would suggest posting the metadata to
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ... I have AXIS camera with output mjpeg format. I try to relay it to outside world using ffmpeg and it work The recipe is taken from http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/ Now .. I want to do it the otherway with Icecast I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
2015 Oct 07
4
EZStream: Can it stream a URL?
Got'ny good ideas for doing that then? I want to connect to a stream for restreaming, for lack of a better term. On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote: >On Mon, 5 Oct 2015, Steve Matzura wrote: > >> If I put a URL in the M3U file, will EZStream stream it through >> Icecast? > >No. EZStream is meant to be pretty basic. > >Geoff. >
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
2006 Dec 13
1
ffmpeg2theora icecast ubuntu edgy
Hi, I just wanna share with you my experience with theora ffmpeg2theora, icecast2 and ubuntu edgy. I wanted to broadcast live video on an Ubuntu machine with ffmpeg2theora, oggfwd and icecast2. I read the thread http://lists.xiph.org/pipermail/icecast/2005-February/008608.html about the stream dying after a couple seconds with libshout 2.0. Now the same happens if you use libshout3 v2.2 with
2005 Mar 03
5
icecast2 video broadcast?
Hello folks! How can I broadcast video (mpeg4) files via icecast2? I make icecast with theora support and what can i do with this feature? Where can i read about this feature? Help pls.
2010 Sep 24
1
ezstream for video
>> Thanks for the ezstream tip. The good thing for me is that it looks like >> it >> streams ogg vorbis, for streaming video through icecast2. Any tips from >> anyone on how to pipe streaming video into ezstream on a windows machine? > > If you're not trying to, say, get it to pick up on the output of some > video > player, then just make a playlist and
2015 Oct 08
2
EZStream: Can it stream a URL?
Additional to my earlier post, I was also thinking of a single broadcast relay, but it's not possible to start it and stop it on demand. One way around this might be to load a special Icecast XML with the relay in it at the program's broadcast time, then reload the regular one when the relayed program ends. Klugey, but it could work I suppose. On Thu, 08 Oct 2015 06:20:47 +0000, you
2005 Feb 21
2
theora streaming problem...
hi everyone! i'm playing around with theora streaming for the linux audio conference 2005 (http://lac.zkm.de). i checked out svn.xiph.org/trunk, built all ogg, vorbis, speex and theora related libs from scratch, then pulled icecast-2.2.0. three issues: [1] icecast runs fine as always, but when i do cat myvideo.ogg | oggfwd myhost 8000 mypasswd /test.ogg, the stream dies after a few
2007 Mar 06
1
example code with streaming
Hello, I'm looking at vorbis for sending live audio over a network. This would probably be running on an embedded system (some challenges there, but that's ok). I've used the encoder example to get things compiling/running with sample data, but it seems to file based. Is there an example for streaming live audio? A secondary problem I may be running into is the amount of time to
2005 Feb 21
2
theora streaming problem...
[oddsock, this concerns your theora guide, so i'm cc:ing you] Karl Heyes wrote: > On Mon, 2005-02-21 at 22:04, Joern Nettingsmeier wrote: > >>hi everyone! >> >> >>i'm playing around with theora streaming for the linux audio conference >>2005 (http://lac.zkm.de). > > > nice, > > >>i checked out svn.xiph.org/trunk, built all
2015 Oct 08
1
EZStream: Can it stream a URL?
On Thu, 08 Oct 2015 06:20:47 +0000, Philipp Schafft <lion at lion.leolix.org> wrote: >Why don't you just use something like this?: >wget -O - $URL | oggfwd $HOST $PORT $PW $MOUNT OK, sounds like what I need. Questions: 1. $URL is the stream URL? 2. $HOST, $PORT and $MOUNT are the obvious things? 3. oggfwd ... is there a version of this for mp3 instead since that's what my
2005 Nov 16
1
Speex (source) client?
As you know, Winamp relies on the file extension to know what input plugin to utilize for the audio decoding. The input plugin for .ogg files (in_vorbis.dll) needs to understand the other ogg container formats but it doesn't as it is a vorbis only decoder. So the only solution is for Ogg Speex to have a different extension so this can be appended to the mountpoint, and an input plugin
2005 Oct 19
2
IceS & Ogg/Theora
On Tue, 2005-10-18 at 22:44 -0500, oddsock wrote: > ezstream will read from stdin if you use "stdin" as the <filename> in your > conf file. What kind of data does it expect on stdin? just a file name? how will it trigger/request another filename when the current one is over? Thank you for your contributions :-) -- Administration & Formation ? l'administration de
2005 Oct 18
2
IceS & Ogg/Theora
Hi, I looked at the changelog of IceS, and saw nothing about sourcing Ogg/Theora to icecast. Would you know of it is planned or not? I use ezstream for te moment but I need the "script feature" of IceS: the media to play is what a script outputs on STDOUT. For the moment, ezstream only supports a simple m3u file. Thank you. -- Administration & Formation ? l'administration de