Yeah try that but rather use something like
<mp3-metadata-interval>4096000</mp3-metadata-interval>
The documentation doesn't say much about it.
Printable View
Yeah try that but rather use something like
<mp3-metadata-interval>4096000</mp3-metadata-interval>
The documentation doesn't say much about it.
I don't know much (anything) about icecast, but I do know a lot about Google and this was the first result when I googled how to change the config file in icecast.
http://en.flossmanuals.net/icecast/basic-config/
It says nothing about the metadata-stuff. This is the official documentation page of the latest Icecast-version:
http://www.icecast.org/docs/icecast-...nfig_file.html
Ok.. so when I add this.. nothing happens..Code:<mount>
<mount-name>/example-complex.ogg</mount-name>
<username>othersource</username>
<password>hackmemore</password>
<max-listeners>1</max-listeners>
<max-listener-duration>3600</max-listener-duration>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<intro>/intro.ogg</intro>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<charset>ISO8859-1</charset>
<public>1</public>
<stream-name>My audio stream</stream-name>
<stream-description>My audio description</stream-description>
<stream-url>http://some.place.com</stream-url>
<genre>classical</genre>
<bitrate>64</bitrate>
<type>application/ogg</type>
<subtype>vorbis</subtype>
<hidden>1</hidden>
<burst-size>65536</burst-size>
<mp3-metadata-interval>4096</mp3-metadata-interval>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
<on-connect>/home/icecast/bin/source-start</on-connect>
<on-disconnect>/home/icecast/bin/source-end</on-disconnect>
</mount>
Then I see that there are some lines that I think I need to fill out with the info that I wrote in the traktor broadcast settings
In Traktor I wrote live.ogg ... so I change this toCode:<mount-name>/example-complex.ogg</mount-name>
- Nothing happends againCode:<mount-name>/live.ogg</mount-name>
I changed it to
- without "/"Code:<mount-name>live.ogg</mount-name>
Then I saw that the defaul number of max listeners is 1 ?? Wtf
also I changed these lines to be the same like my TraktorCode:<max-listeners>1</max-listeners>
Code:<stream-name>My audio stream</stream-name>
<stream-description>My audio description</stream-description>
<stream-url>http://some.place.com</stream-url>
<genre>classical</genre>
<bitrate>64</bitrate>
and again NOTHING HAPPENDS :(
Also try http://mixlr.com/
This connects to my Facebook.. and I dont want that.. I want to setup IceCast... its good program
EDIT: When the window with the audio devices appeared... and I choosed my audio card.. I started hearing my voice from the MIC >.<
Where can i get that web link to share? using Ice-Cast and Traktor Pro on win7
my config file:
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>......</admin-user>
<admin-password>.......</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8001</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
Connects to facebook, right, right.....
I was gonna say something about that but, then the mental blocade kicks-in with this specific comic: http://xkcd.com/386/