Page 1 of 1

Streaming HLS to a web server via HTTP

Posted: 25 Oct 2013 05:13
by bradmac
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

Re: Streaming HLS to a web server via HTTP

Posted: 05 Nov 2013 08:40
by sharbatgula
Hi,

I don't think that's possible at the moment, I've been interested in the similar (VLC transfering the chunks to remote location). Your best bet is to find a way and transfer the files to the server's directory and I recommend sharing the web server's directory and mounting it as a local mount point (drive).

BR