Hi guys, I was wondering if I could use a VLC that is streaming to some URL adress like http://server:port as a web server on those adress and port. I mean, can I make a client communicate with that VLC at that adress by sending HTTP requests? For the time, my client is a java class using an URLConnection object to connect to the adress where my VLC is streaming and I would like to try to get the data that is streamed (with a getInputStream method or some ) but the connection doesn't work.
That's the third time I try to fix that problem and I don't suceed so please guys I need some help. I'll appreciate any response to this topic.
see y'all