
HLS aliasing and EvoStream
Hi,
I use Evo Media server for streaming. It has a feature (aliasing) that doesn't allow other unauthorized users to watch the stream but only one and only once. Maybe it's not necessary to introduce this. I read things about HLS and redirect and so on, but I'm not sure if it was exactly about this.
So, I give the URI to the JW player in the following format:http://server.address:8888/created_alias
The mediaserver translates the request to the real path to the playlist.m3u8 file (http://server.address:8888/hls/groupname/streamname/playlist.m3u8). But it doesn't work in JW player on mobile devices as "No playable sources found" (androidhls:true), but when I test the same URI on other desktop webplayers (like VLC) it plays the stream properly.
Is it possible to make it work somehow?
Thank you in advance!