sheriffmarley
sheriffmarley
Hi, is it possible to eager load the `isFriendWith` method? Else I would have an n+1 problem. Tried a lot, but nothing worked. Best
I need to write an array to an array. Is this possible even possible? Like e.g. `rules.php` ```php return [ 'rules' => [ [ 'name' => 'Test rule', 'value' =>...
We're serving files which have multiple qualities,like 360p, 480p etc. Currently we're using local mode and we receive a master.m3u8 like this: ``` #EXTM3U #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio0",NAME="English",LANGUAGE="de",AUTOSELECT=YES,DEFAULT=YES,CHANNELS="2",URI="https://server1.example.com/hls/secret-key-with-local-paths/index-a1.m3u8" #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2833039,RESOLUTION=1920x800,FRAME-RATE=23.974,CODECS="avc1.640832,mp4a.40.2",AUDIO="audio0" https://server1.example.com/hls/token/index-v1-a2.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1112172,RESOLUTION=1280x534,FRAME-RATE=23.974,CODECS="avc1.64081f,mp4a.40.2",AUDIO="audio0" https://server1.example.com/hls/token/index-v1-a2.m3u8 #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=264941,RESOLUTION=1920x800,CODECS="avc1.640832",URI="https://subserver1.example.com/hls/token/iframes-v1-a2.m3u8"...
Hi, is this repo dead? Or when will the 5.8 integration be available?