Marc Andrew Landles

Results 3 comments of Marc Andrew Landles

Same behavior on macOS Monterey 12.4 with Kap version 3.5.4 (3.5.4.1810).

Bug is still ocurring on my end, but setting `html5.hls.enableLowInitialPlaylist` to `true`, makes it work. Here is the `.m3u8` used (generated by Azure Media Service): ``` #EXTM3U #EXT-X-VERSION:4 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="audio",DEFAULT=YES,URI="QualityLevels(196000)/Manifest(audio,format=m3u8-aapl)" #EXT-X-STREAM-INF:BANDWIDTH=4474284,RESOLUTION=1920x1080,CODECS="avc1.4d402a,mp4a.40.2",AUDIO="audio"...

Same thing with the `application/vnd.api+json` content. The `Content-Type` and `Accept` are not sent, neither is the body. Seems to be an import only issue since I can send the request...