Hi, pleqtron. I've done this by editing httpd.conf to add a mapping to the particular application storage: <Location /hls-custom> HLSHttpStreamingEnabled true HLSMediaFileDuration 8000 HttpStreamingContentPath "//windows.share.name/path" HLSFmsDirPath ".." Options -Indexes FollowSymLinks </Location> In my case, it is tapping into old files we serve over both RTMP and now, HLS if need be. Points to the streams directory in the app, basically.
... View more