gini-user Mailing List for GINI media stream server (Page 6)
Status: Inactive
Brought to you by:
elmi2
You can subscribe to this list here.
2003 |
Jan
|
Feb
(7) |
Mar
(8) |
Apr
(10) |
May
(3) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(14) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(4) |
Feb
(8) |
Mar
(5) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2005 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(3) |
Nov
(3) |
Dec
(7) |
2006 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(5) |
Oct
(4) |
Nov
(2) |
Dec
(1) |
2007 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(2) |
Aug
(14) |
Sep
(6) |
Oct
(2) |
Nov
(4) |
Dec
(4) |
2008 |
Jan
(6) |
Feb
|
Mar
(10) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(12) |
2009 |
Jan
(28) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(9) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
From: monsta <mo...@us...> - 2003-05-19 08:28:35
|
hi, check out the system.log what is gini saying about the type of stream. possibly there is a header parsing problem and it treats your stream as mp3. On Sat, 2003-05-17 at 11:30, GnunuX wrote: > when i tried to stream ogg file, it's seem to work. But any client can connect to : > > bash-2.05a$ ogg123 http://localhost:8090/test.ogg > > Device: OSS audio driver output > Author: Aaron Holtzman <aho...@es...> > Comments: Outputs audio to the Open Sound System driver. > > > Error opening http://localhost:8090/test.ogg using the oggvorbis module. The file may be corrupted. > > If anyone as an idea > > regards |
From: GnunuX <gn...@la...> - 2003-05-17 10:40:31
|
when i tried to stream ogg file, it's seem to work. But any client can connect to : bash-2.05a$ ogg123 http://localhost:8090/test.ogg Device: OSS audio driver output Author: Aaron Holtzman <aho...@es...> Comments: Outputs audio to the Open Sound System driver. Error opening http://localhost:8090/test.ogg using the oggvorbis module. The file may be corrupted. If anyone as an idea regards -- GARETTE Emmanuel http://www.gnunux.info DIJON JabberID: gn...@gn... -- Irc: gnunux.info #linux |
From: monsta <mo...@us...> - 2003-04-27 08:06:43
|
gini currently uses icecast1 style authentication. but you can use ginifeed to relay an existing http stream. On Sun, 2003-04-27 at 03:43, Joachim Steiger wrote: > has anyone arranged streaming ogg via another software than ginifeed? > > i cannot use ginifeed since it only reads files from harddisc.. i have > live-content coming from my line-in and getting encoded via darkice > > i tried to feed via darkice to port 8000 in icecast2-format (since > icecast1 and shoudcast doesnt support ogg) and only get password > denied-messages in the logs > > i tried with empty passwords on both sides too but the result was the same > > any ideas? did i miss something? > > regards > > roh > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > GINI-user mailing list > GIN...@li... > https://lists.sourceforge.net/lists/listinfo/gini-user > > > |
From: Joachim S. <ro...@hy...> - 2003-04-27 01:44:33
|
has anyone arranged streaming ogg via another software than ginifeed? i cannot use ginifeed since it only reads files from harddisc.. i have live-content coming from my line-in and getting encoded via darkice i tried to feed via darkice to port 8000 in icecast2-format (since icecast1 and shoudcast doesnt support ogg) and only get password denied-messages in the logs i tried with empty passwords on both sides too but the result was the same any ideas? did i miss something? regards roh |
From: brad <j0...@ri...> - 2003-04-26 19:00:59
|
fwiw, i resolved this by installing the glib-devel rpm. b ----- Original Message ----- From: "brad" <j0...@ri...> To: <GIN...@li...> Sent: Saturday, April 26, 2003 8:59 AM Subject: [GINI-user] precompile issues on RedHat 8 > Hello, I am really interested in getting playing with gini for a project I > have in mind, however im having troubles getting configure to properly > identify my environment (RedHat 8 i386). > > I have the source for gini-0.5.1, and if I run ./autogen.sh, it goes fine > until configure checks what version of glib I have installed: > > creating libtool > checking for glib-config... no > checking for GLIB - version >= 0.99.7... no > *** The glib-config script installed by GLIB could not be found > *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GLIB_CONFIG environment variable to the > *** full path to glib-config. > configure: creating ./config.status > > However, I have the rpm of glib-1.2.10-8 installed: > > [root@hobbes hobbes]# rpm -ivh glib-1.2.10-8.i386.rpm > Preparing... ########################################### > [100%] > package glib-1.2.10-8 is already installed > [root@hobbes hobbes]# > > But if I run 'find / -name glib-config', it finds nothing. > My guess is that newer glib versions do not include a glib-config? > Has anyone run into this problem or have any ideas on what I should try > next? Can I create a glib-config? Can anyone tell me what gini is expecting > to find there? > > Thanks! > Brad > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > GINI-user mailing list > GIN...@li... > https://lists.sourceforge.net/lists/listinfo/gini-user > |
From: brad <j0...@ri...> - 2003-04-26 15:08:04
|
Hello, I am really interested in getting playing with gini for a project I have in mind, however im having troubles getting configure to properly identify my environment (RedHat 8 i386). I have the source for gini-0.5.1, and if I run ./autogen.sh, it goes fine until configure checks what version of glib I have installed: creating libtool checking for glib-config... no checking for GLIB - version >= 0.99.7... no *** The glib-config script installed by GLIB could not be found *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GLIB_CONFIG environment variable to the *** full path to glib-config. configure: creating ./config.status However, I have the rpm of glib-1.2.10-8 installed: [root@hobbes hobbes]# rpm -ivh glib-1.2.10-8.i386.rpm Preparing... ########################################### [100%] package glib-1.2.10-8 is already installed [root@hobbes hobbes]# But if I run 'find / -name glib-config', it finds nothing. My guess is that newer glib versions do not include a glib-config? Has anyone run into this problem or have any ideas on what I should try next? Can I create a glib-config? Can anyone tell me what gini is expecting to find there? Thanks! Brad |
From: Remco H. <re...@ho...> - 2003-04-24 17:35:00
|
any plan for MMS support? (for both ginifeed and gini-server)? remco |
From: monsta <mo...@us...> - 2003-04-24 17:31:05
|
it works fine for me. would you check out the logs? On Thu, 2003-04-24 at 19:10, Erik Franklin Tomer wrote: > I was wondering if anyone has gotten Ogg Vorbis audio files to stream with gini? It keeps crashing on me when I try to stream these files. |
From: Erik F. T. <ef...@uk...> - 2003-04-24 17:12:51
|
I was wondering if anyone has gotten Ogg Vorbis audio files to stream with = gini? It keeps crashing on me when I try to stream these files. |
From: Darius <dar...@ya...> - 2003-04-15 00:10:43
|
Hello, I saw your application on freshmeat and thought it was clever. I do have a question though.... I am trying to setup a video/audio streaming server and I am very new to this game. I am wanting to hook up my video camera to a (popular) adapter and then be able to stream what I am viewing to anyone who wishes to see it. I read some of your descriptions of what your software can do? Will it work for my project? DO I have to use any special "players" such as real player? Thank You Very Much!! Sincerely, darius __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |
From: Krisztian P. <mo...@mo...> - 2003-04-11 06:19:45
|
hi, streaming like this is not supported, especially for wma. afaik the feeder from icecast2 can reencode the streams between ogg and mp3. On Tue, 2003-04-08 at 22:39, Mario Medina Nussbaum wrote: > Hi! is there any way to stream the same stream from one file to two > different channels? i mean, from one mp3 at input get a mp3 stream and > also a wma stream. |
From: Mario M. N. <ma...@so...> - 2003-04-08 20:39:57
|
Hi! is there any way to stream the same stream from one file to two different channels? i mean, from one mp3 at input get a mp3 stream and also a wma stream. |
From: <mti...@pr...> - 2003-03-28 04:19:31
|
Howdy, Gini seems to write to the status.log file every second, making it rather disk i/o intensive. please consider an option to either turn this off, and/or change the timing to something other than every second. \\//_ |
From: <mti...@pr...> - 2003-03-27 19:42:06
|
Howdy, is there a problem with the --bitrate option in ginifeed? i ask because even though i run ginifeed with "-b 48", when i connect with RealAudio or iTunes, they show the stream at 128. i also get LOTS of pauses and rebuffering messages. in contrast, if i use the shoutcast equivalents of gini/ginifeed, RA and iTunes connect at 48. \\//_ |
From: <mti...@pr...> - 2003-03-26 04:11:05
|
Howdy, ok, silly question. how do i set the style, to either icecast or shoutcast? \\//_ On Tuesday, March 25, 2003, at 01:58 PM, monsta wrote: > hi, > > gini is not tested with shoutcast, but possibly it should work. > id3 tag support is done in the icecast style, shoutcast style > title streaming is currently not supported. > > On Tue, 2003-03-25 at 21:58, montgomery f.tidwell wrote: >> Howdy, >> >> can Gini/Ginifeed be configured to work with the ShoutCast server? >> >> does Ginifeed support (the sedning of) MP3 ID3 tags? > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > GINI-user mailing list > GIN...@li... > https://lists.sourceforge.net/lists/listinfo/gini-user > |
From: monsta <mo...@us...> - 2003-03-25 21:59:12
|
hi, gini is not tested with shoutcast, but possibly it should work. id3 tag support is done in the icecast style, shoutcast style title streaming is currently not supported. On Tue, 2003-03-25 at 21:58, montgomery f.tidwell wrote: > Howdy, > > can Gini/Ginifeed be configured to work with the ShoutCast server? > > does Ginifeed support (the sedning of) MP3 ID3 tags? |
From: montgomery f. t. <mti...@pr...> - 2003-03-25 20:58:51
|
Howdy, can Gini/Ginifeed be configured to work with the ShoutCast server? does Ginifeed support (the sedning of) MP3 ID3 tags? \\//_ |
From: Hari M. <ha...@mu...> - 2003-03-12 16:17:03
|
Thank you. It works. -- Hari Mukkapati Mukkapati.net |
From: monsta <mo...@us...> - 2003-03-11 08:20:10
|
hi, you can feed GINI with the ginifeed utility. first you have to create a playlist file with 'ls *.mp3 > playlist.txt' or 'find . -type f -name "*.mp3" > playlist.txt'. GINI by default binds to port 8000, this is the port you need to specify in ginifeed too (8000 by default in ginifeed too). so, let's assume you have your playlist, and you run GINI already. you can feed with ginifeed like this: 'ginifeed -p playlist.txt -m something.mp3' this way you'll have a stream in GINI called something.mp3, you can access it with an url 'http://yourhost:8000/something.mp3' with the audio players. for more info on options and feeding tricks please refer to the manual pages. cheers, Krisztian Pifko On Mon, 2003-03-10 at 07:14, Hari Mukkapati wrote: > I have just installed the GINI Streaming server. I dont know how to > feed the MP3s to GINI Server. Can somebody please let me know how to > feed the MP3's to the GINI. and also let me know how i can access this > broadcasting from the web. > > -Hari |
From: Hari M. <ha...@mu...> - 2003-03-10 06:14:15
|
I have just installed the GINI Streaming server. I dont know how to feed = the MP3s to GINI Server. Can somebody please let me know how to feed the = MP3's to the GINI. and also let me know how i can access this = broadcasting from the web. -Hari |
From: monsta <mo...@us...> - 2003-02-27 10:59:29
|
hi, mpeg streaming is not supported yet in gini. regards, Krisztian Pifko On Thu, 2003-02-27 at 11:45, polish wrote: > Hello, > > I had this problem too, but only with mpg video. > > regards |
From: polish <po...@pf...> - 2003-02-27 10:46:44
|
Hello, I had this problem too, but only with mpg video. regards -- ********************************************************** * starnem a porad nic, rozum jako kdyby se nam vyhybal * ********************************************************** On 27 Feb 2003, monsta wrote: > hi Nahuel, > > you've found a segmentation fault bug. it seems that > the feeder cannot determine the format of the video. > may i have the file you're trying to stream to check > out what's wrong? > > Krisztian Pifko > > > On Thu, 2003-02-27 at 03:46, Nahuel wrote: > > Hello > > I can't stream video => > > GINIfeed 0.5.1 (http://gini.sf.net/) > > (c) 2002, 2003 Krisztian Pifko <mo...@us...> > > found 1 file(s) in playlist > > > > EEEEK! > > root@lennon:~/icecast2/gini-0.5.1/gini# > > > > What i do wrong ? > > thanks > > Nahuel > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > GINI-user mailing list > GIN...@li... > https://lists.sourceforge.net/lists/listinfo/gini-user > |
From: monsta <mo...@us...> - 2003-02-27 10:39:44
|
hi Nahuel, you've found a segmentation fault bug. it seems that the feeder cannot determine the format of the video. may i have the file you're trying to stream to check out what's wrong? Krisztian Pifko On Thu, 2003-02-27 at 03:46, Nahuel wrote: > Hello > I can't stream video => > GINIfeed 0.5.1 (http://gini.sf.net/) > (c) 2002, 2003 Krisztian Pifko <mo...@us...> > found 1 file(s) in playlist > > EEEEK! > root@lennon:~/icecast2/gini-0.5.1/gini# > > What i do wrong ? > thanks > Nahuel |
From: Nahuel <na...@al...> - 2003-02-27 02:44:52
|
Hello I can't stream video =3D> GINIfeed 0.5.1 (http://gini.sf.net/) (c) 2002, 2003 Krisztian Pifko <mo...@us...> found 1 file(s) in playlist EEEEK! root@lennon:~/icecast2/gini-0.5.1/gini#=20 What i do wrong ? thanks Nahuel |
From: smoerk <sm...@gm...> - 2003-02-24 22:15:47
|
hello, i found gini today by accident. it compiled and worked out of the box with mp3 streaming. it was totally easy to setup. only ogg streaming doesn't work. your are using icecast 1.x login procedure, why not the on icecast 2.x uses? all the streaming clients i know are supporting this login procedure: darkice, oddcast, ices2, ostream, streamtranscoder, etc... great work... smoerk |