bobkolan
Joined: 01 Oct 2008 Posts: 1
|
Posted: Wed Oct 01, 2008 1:52 pm Post subject: id3 problem with icegenerator |
|
|
Hello
I've got a problem with streaming.
I'm using icecast2.3.2 and icegenerator 0.5.5-pre2 on ubuntu.
The problem is that the id3-tags are not send correctly to the clent.
My icemetal configfile (mdf) looks like this
LOOP
PRINT "welcome"
PRINT ID3COMMENT
PRINT ID3ALBUM
PRINT ID3COMPOSER
PRINT ID3COPYRIGHT
PRINT ID3ENCODEDBY
PRINT ID3LYRICIST
PRINT ID3TITLE
PRINT ID3SUBTITLE
PRINT ID3LEADARTIST
PRINT ID3BAND
PRINT ID3CONDUCTOR
PRINT ID3PUBLISHER
PRINT ID3NETRADIOSTATION
PRINT ID3NETRADIOOWNER
PRINT ID3USERTEXT
PRINT ID3TERMSOFUSE
ENDLOOP
what it does:
In winamp i get
"Welcome"
"ID3COMMENT"
"ID3ALBUM"
etc.
In windows media player i get only the name of the radiochannel
In itunes the stream doesn't play at all.
I beleave the id3 tags of my mp3's are correct. If i use the comment id3info /song.mp3 I get all the information correctly.
Has anyone any idea about what i'm doing wrong?
I'm not getting any error messages.
The icegenerator.conf file contains:
IP=127.0.0.1
PORT=8000
SERVER=2
MOUNT=/stream
SOURCE=source
PASSWORD=pass
FORMAT=1
MP3PATH=m3u:/home/bob/mp3/pl.m3u
RECURSIVE=0
DUMPFILE=
LOOP=1
SHUFFLE=1
NAME=Radio
GENRE=All genres
DESCRIPTION=Free Radio
URL=http://www.url.com
BITRATE=48000
PUBLIC=0
METAUPDATE=5
MDFPATH=/home/bob/mp3/myglabalfile.mdf
LOG=2
LOGPATH=/var/log/icegenerator/icegenerator.log
DATAPORT=8796 [/code] |
|