Hello all!
For now handling HLS streams with 1 sec fragments. About 600-700 streams and each of them contain 300-500 small files. There are huge amount requests for small files. The requirements for this streams is to check authorisation for each of fragments. It’s making a lot of checking. How to do authorisation in a fastest manner? The streams is in dynamically generated folders.
For now trying to use standard Auth Mechanism with embedded Yaws. Another one way to use fully custom AppMode. In this case questions about it:
– Is there way to use standard Yaws cache in AppMode?
– Is there way to get URL or Headers in binary? For now it’s in string/list.
– What is better to use standard Auth or AppMode?