Wednesday, 1 January 2014

Ezstream cont'd - page eleven

you can now start the ezstream streaming client with;

ezstream -c /etc/ezstream/ezstream_vorbis.xml


You should see the stream show up in your web admin panel at; http://yourserversIPadr:8000
And, you should be able to listen to the stream at http://yourserversIPadr:8000/rocknroll.ogg

To kill ezstream just hit ctrl/c in the ezstream command prompy window. Killing ices2 or other stream source clients on your streaming server, may not be that easy. We need to determine the process name or number and then kill that process. Become root then run;
ps aux

THE OUTPUT will be something like;

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
...
root     11616  0.0  0.7  31424  1948 pts/0    S+   22:15   0:00 ezstream -c /etc/ezstream/ezstream_vorbis.xml
root     11618  0.0  0.3  14820  1024 pts/1    R+   22:15   0:00 ps aux
root     11776  6.1  1.3 113060  3412 pts/0    Sl+  22:29   0:00 ices2 /etc/ices2/ices-playlist.xml

To kill ices2 do;
pkill ices2

To kill ezstream do;
pkill ezstream

No comments:

Post a Comment