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 

try to stream nsv with icecast2

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





PostPosted: Fri Mar 03, 2006 3:28 pm    Post subject: try to stream nsv with icecast2 Reply with quote

hey i've installed icecast 2.3.1 on my (suse 9.2) server well icecast starts and i see the webinterface but thats all
and problem is i have no clue how to go on from now, im totally new to streaming, linux and well i should do this project for homework and have no ressources found on the internet, exept here Wink

well here again the task of the project:

streaming video files via icecast2 server running - the client should recieve a password protected stream which should be formated nsv

and i'm this far: i've installed the icecast2.3.1 and was able to run it, and altered the admin-password, then i had access to the webinterface.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Mar 03, 2006 4:08 pm    Post subject: Reply with quote

you need a source client that can stream nsv content, obvously the xiph apps won't do that but the nullsoft apps do, so configure icecast like in the icecast_shoutcast_compat.xml.dist file, set <shoutcast-mount> to some mountpoint with an .nsv extension, restart icecast then start up the nsv source client.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Sat Mar 04, 2006 1:40 am    Post subject: Reply with quote

well man i feel lost did what ya said (not sure if i did it right),
is there an chance that you may can give me some support when i done it once right i can it,
i try to find tuts or soemthing via google but what i found was crap or not what i searched for is there an way to live chat to ya that you may can answer me few question i try now over 2 monthes to get it up i feel so lost you cant believe man Sad
maybe you got icq or msn or what eva something where i can live chat to ya when ya plz send me an pm with the infos thx in advance Smile
Back to top
Anonymous
Guest





PostPosted: Sat Apr 08, 2006 11:40 am    Post subject: Icecast xml Reply with quote

Hi bosse
Try this conf with icecast, the red text mod. as you wish.
<icecast>
<limits>
<clients>20</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
</limits>

<authentication>
<!-- Sources log in with username 'source' -->
<source-password>hackme</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>hackme</relay-password>

<!-- Admin logs in with the username given below -->
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>


<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>8001</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket>

<mount>
<source-password>testing</source-password>
<mount-name>/stream.nsv</mount-name>
<username>source</username>
<password>testing</password>
<max-listeners>5</max-listeners>
<burst-size>65536</burst-size>
</mount>
<shoutcast-mount>/stream.nsv</shoutcast-mount>

<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/usr/local/share/icecast</basedir>

<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/home/radio/0/</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<!-- <pidfile>/usr/local/share/icecast/icecast.pid</pidfile> -->

<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>

<security>
<chroot>0</chroot>

<changeowner>
<user>radio</user>
<group>users</group>
</changeowner>

</security>
</icecast>
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Video Streaming 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