Displaying 20 results from an estimated 20000 matches similar to: "Configure can't fine ogg"
2004 Aug 06
2
Configure can't fine ogg
> > checking for Ogg2... no
>
> Just to answer my own question, for the sake of the archive, it seems that
> Ogg development work in SVN is actually in a module called ogg2, not in the
> ogg module, and it's this that icecast was looking for.
Why is icecast checking for unreleased Ogg code?
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast
2004 Aug 06
1
Configure can't fine ogg
looks like ogg2.m4 and ogg.m4 both exist in the m4 dir, but the AC macro
defined in both cases is XIPH_PATH_OGG, so my guess is that AC is picking
up ogg2.m4 first and using that incorrectly....
is there a reason the macro name in ogg2.m4 is XIPH_PATH_OGG and not
XIPH_PATH_OGG2 ?
oddsock
At 11:51 AM 5/26/2004, you wrote:
>On Wed, 2004-05-26 at 17:05, Jack Moffitt wrote:
> > > >
2004 Aug 06
5
Re [ogg]
Hi:
If you're just wanting to serve static files then the fileserve function of
icecast will probably serve you better. But yes, you would have to make a
thousand files. Probably better to write some kind of script to push a
.m3u or .pls file generated from the filename passed as a parameter. At
least then you wouldn't have lots of tiny m3u files all over the place.
Geoff.
<p>
2010 Jun 06
3
What about ogg?
What does webm mean for the ogg container? Obviously it will still be
around, but I was hoping to see native support for ogg vorbis in
mainstream media players. Will there be an attempt to improve it and
make it more attractive so that ogg (or maybe even an ogg2) is chosen as
the container for VP9 or VP10 years down the road?
-------------- next part --------------
An HTML attachment was
2004 Aug 06
2
dare to compare -- live streams: ogg/WMA
hello,
I like your point here .. it's difficult to make such a comparision,
since yacast.fr choosed to stream like that. Why did they choose to
stream like that? That's beyond me, since Radio France has a budjet of
millions.
The point of this comparision was to show why is Radio France doing and
paying for something like this? Me, with cheap computers which were
had no more value (well,
2004 Aug 06
3
icecast2 ogg vorbis client request headers
I have tried that, but not sure if i am doing that right.
in connection.c starting line 847 i believe, it sends this
bytes = sock_write(client->con->sock,
"HTTP/1.0 200 OK\r\n"
"Content-Type: audio/x-mpegurl\r\n\r\n"
"http://%s:%d%s\r\n",
host,
port,
2004 Aug 06
2
Problems streaming Ogg Vorbis with icecast2+ices
Hello,
Perhaps it is a typical question but i've got stuck. I'm using icecast2+ices
to stream some ogg vorbis files or voice_in_life (/dev/dsp) over the
network/internet.
All seems to work fine, for example using:
ogg123 http://127.0.0.1:8000/mount
works :). And:
ogg123 http://my_internet_ip:8000/mount
works too from another pc over internet and far away :).
Using mplayer works fine
2004 Sep 10
2
Ogg encapsulation
I've been implementing Ogg FLAC support in an editor I'm working on, and
I must admit to being frustrated by the lack of support for the codec on
the Ogg layer... and this is more than lacking granulepos.
The codec's I've worked with, and my own (Writ), use Page 0 for general
information about the codec. Specifically, the samplerate, bitrate,
quality, number of channels, all
2004 Aug 06
1
Ogg doesn't measure up?!
Nullsoft Streaming Video. Basically a video container format. Can be used
for files or streaming. Though it can use any audio video formats
internally currently it is just VP3/MP3 (or VP5/MP3, but that's internal
only and not publicly available). Basically video for the next version of
SHOUTcast.
http://www.nullsoft.com/nsv/
From: "Geoff Shang" <gshang@uq.net.au>
> BTW,
2004 Aug 06
4
streaming both mp3 and ogg
hi all I use ices0.2.3/icecast1.3.12 on a linux box.
I stream mp3 .
I would like to make my listeners to discover ogg .
My tracks are all in mp3 format.
i reencode from 128/96 kbs and 44100Hz => 16kbs and 11kHz ( mp3 )
Is it possible , ( if yes tell me how ) to feed icecast with both mp3
and ogg stream , at different mount points .
how to configure ices to play ogg ? i know i'll have to
2003 Apr 03
6
Ogg doesn't measure up?!
Sorry for the crosspost but I think it's important.
Tom Pepper of Nullsoft, posted this yesterday.
"We've considered heavily which direction seems most appropriate for the
second generation audio codec of SHOUTcast. Our primary goal in the
decision process was to provide smaller consumption of bits while
maintaining similar quality and compatibility with existing playback
systems.
2003 Apr 03
6
Ogg doesn't measure up?!
Sorry for the crosspost but I think it's important.
Tom Pepper of Nullsoft, posted this yesterday.
"We've considered heavily which direction seems most appropriate for the
second generation audio codec of SHOUTcast. Our primary goal in the
decision process was to provide smaller consumption of bits while
maintaining similar quality and compatibility with existing playback
systems.
2003 Apr 03
6
Ogg doesn't measure up?!
Sorry for the crosspost but I think it's important.
Tom Pepper of Nullsoft, posted this yesterday.
"We've considered heavily which direction seems most appropriate for the
second generation audio codec of SHOUTcast. Our primary goal in the
decision process was to provide smaller consumption of bits while
maintaining similar quality and compatibility with existing playback
systems.
2004 Aug 06
4
icecast2 ogg vorbis client request headers
Didnt try the application/ogg ogg extension yet, ill give that a
shot.
<p>Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
----- Original Message -----
From: "Geoff Shang" <gshang@pacific.net.au>
To: <icecast-dev@xiph.org>
Sent: Friday, April 02, 2004 5:28 AM
Subject: Re: [icecast-dev] icecast2 ogg vorbis client request
2004 Aug 06
3
Moving clients and JOrbis
Here is what I'm trying to do: most of the time, I broadcast from a
playlist, just loooping through prerecorded content. Sometimes, say at a
special concert or sports game, a live stream (from a laptop's line-in)
is broadcast instead.
Ideally, the laptop could simply "take over" the stream from IceS, and
hand it back when we're finished with the live stuff. Is there a way
2004 Aug 06
1
Re [ogg]
Hi:
AFAIK, there are no unix docs for icecast2. You know the drill - code it
first, document it later. Remember, this is still in pre-release state.
Having said that, the icecast.xml file shows all available tags (I think).
Geoff.
--
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
2004 Aug 06
1
icecast2 ogg vorbis client request headers
On Fri, 2 Apr 2004, Dave St John wrote:
> Correct since im not sending any content type headers for browsers, as the
> links are intended to be inserted into playlist files .pls
Will that work? Can players do HTTP authentication?
Geoff.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list,
2004 Aug 06
1
Compiling SVN code
Hi:
Figured this would be the more appropriate place to write about this.
I'm trying to compile the current SVN code on a Debian Sarge system with
Automake 1.8.4. When I run ./autogen.sh I get the following:
Checking for automake version
found automake
found aclocal
Generating configuration files for icecast, please wait....
aclocal -I m4
m4/xiph_curl.m4:4: warning: underquoted
2003 Jun 16
2
Wanted: Ogg Stations Directory
I've been thinking, yes not a good thing sometimes. I want to listen to
Ogg Vorbis streams. As far as I know there is only the yp directory on
Oddsocks website to easily find vorbis streams in one place, but it
doesn't reflect the actual number of streams in existance. A carefully
worded goggle search turns up quite a few more but it is time consuming
to load every website, find the
2003 Jun 16
2
Wanted: Ogg Stations Directory
I've been thinking, yes not a good thing sometimes. I want to listen to
Ogg Vorbis streams. As far as I know there is only the yp directory on
Oddsocks website to easily find vorbis streams in one place, but it
doesn't reflect the actual number of streams in existance. A carefully
worded goggle search turns up quite a few more but it is time consuming
to load every website, find the