Hi,
My server supports HTTP Live Streaming, and I'd like my users to be able to stream live video through the server using VLC. To do this i'd like a user to begin streaming with the output going to a server using PUT. For HLS that means doing repetitive PUT's to the m3u8 files, and also each segment.
Put another way, while VLC does of course output streams to HTTP, but its acting as a server, I'd like VLC to act as a HTTP client and upload the segments to the real server.
Does anyone know if this is possible? One way which i can do it now is for my users to mount the server as a drive using webdav, and then get VLC to generate to the mounted path. But thats a complex process for my users, so hoping it can be done inside VLC.
Thanks,
Brad