Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to change relay Stream Title

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Sun Sep 02, 2007 10:15 am    Post subject: How to change relay Stream Title Reply with quote

Hi i do have stream link that i am going to forward.i do forward but my stream get same relay titile i it possible i can change relay Stream Title .
Back to top
kozlov



Joined: 26 Sep 2006
Posts: 41
Location: Poland, Gdansk

PostPosted: Sun Sep 02, 2007 11:39 am    Post subject: Reply with quote

Try to define new mountpoint with the same name as relayed one. Then you'll be able to force your own stream title. CLICK!
_________________
polska dokumentacja serwera Icecast2 / polish documentation of Icecast2
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Sun Sep 02, 2007 11:56 am    Post subject: Reply with quote

now working

here is setting

<relay>
<server>server.com</server>
<port>8202</port>

<local-mount>/;stream.nsv</local-mount>

<mount>/;stream.nsv</mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay


and here is mount point i create

<mount>
<mount-name>/;stream.nsv</mount-name>
<max-listeners>100</max-listeners>
<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>

</mount>

but still my setting nis not over takes
Back to top
kozlov



Joined: 26 Sep 2006
Posts: 41
Location: Poland, Gdansk

PostPosted: Sun Sep 02, 2007 12:07 pm    Post subject: Reply with quote

Try this:

Code:

<relay>
<server>server_that_you_want_to_relay</server>
<port>port_number</port>
<mount>/;stream.nsv</mount>
<local-mount>/stream.nsv</local-mount>
<!-- I don't know that Icecast needs the ; symbol before NSV local mountpoints -->
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
<!-- I don't really know when will it work for you -->
<on-demand>0</on-demand>
</relay>

<mount>
<mount-name>/stream.nsv</mount-name>
<max-listeners>100</max-listeners>
<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 is not necessary -->
</mount>


_________________
polska dokumentacja serwera Icecast2 / polish documentation of Icecast2
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Sun Sep 02, 2007 12:31 pm    Post subject: Reply with quote

<relay>
<server>server</server>
<port>port</port>
<mount>/;stream.nsv</mount>
<local-mount>/;stream.nsv</local-mount>
<!-- I don't know that Icecast needs the ; symbol before NSV local mountpoints -->
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
<!-- I don't really know when will it work for you -->
<on-demand>0</on-demand>
</relay>

<mount>
<mount-name>/;stream.nsv</mount-name>
<max-listeners>100</max-listeners>
<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 is not necessary -->
</mount>
here what i changed but still not take over i do have to add /;stream.nsv like this for local mount point how ever i can change the <local-mount> what ever i want to run but same problem....
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber