Daniel Spisak

Results 5 comments of Daniel Spisak

Yeah, i'll try to take a crack at this in Terraform

``` /// function initPlayer() { if (navigator.userAgent.match(/(iPhone|iPod|iPad)/i)) { var videoElement = document.getElementById("videoElement"); videoElement.src = "https://YOUR_SERVER_HERE/master.m3u8"; videoElement.autoplay = true; } else if(Hls.isSupported()) { var videoElement = document.getElementById("videoElement"); var hls = new...

iOS does not support the media extensions in HTML5 that the js framework is using. iPadOS 13.4 and greater do support those however. iOS will NEVER support those extensions, so...

Any update on when this will be added?

Additonally, if you do `DEBUG_RESOLVER=true gem install embulk-input-bigquery --verbose` you can see the resolver just keeps going in a loop