interesting question about streaming...

Ahrbok

Registered
Hi men,
I would like to integrate Quick time streaming server in my project, but for managing the server I cannot use the web interface provided with this software.... here the question: is there an interface where I can write some commands to the server? I would like to use sockets; if sockets are too much complicated are there command line options?

I would like to tell the server to play/stop the streaming of a specific media or a specific playlist, for example

Thanks
::ha::
 
I don't know about the particulars for the server, but worse case scenerio you could always drive the web interface programatically. Shouldn't be a problem if you are already willing to use sockets.
 
tnx for the reply....
I'm just reading some documents about QTSS and delopment of modules for QTSS.

for example....
my system is streaming some media.... I'would like to know the number of clients connected... Can I read this information via RTSP protocol ? or it's necessary to write a module for QTSS?

thanks.
 
Back
Top