PDA

View Full Version : [VU+ Solo2] Who is using my stream?



varianjv
12-11-15, 21:14
Hi there
I have streaming working on the box.
Works perfectly

Is there anyway (preferrably through the web interface or ssh terminal) to see who is actively streaming from the box?

birdman
12-11-15, 22:42
netstat -t will show which system are using TCP streams (so will also show your SSH/telnet login session).

varianjv
12-11-15, 22:59
netstat -t will show which system are using TCP streams (so will also show your SSH/telnet login session).

Cool,
I did this netstat -anp | grep 8001 and it gives a good result.

Just another question (I can open another thread if required)
Can I disable/enable streaming via command line

birdman
13-11-15, 04:20
Can I disable/enable streaming via command lineI'm not sure that you can turn it off at all.
Why would you want to? Just don't use it.