Tom Hoag

Results 6 comments of Tom Hoag

Thanks -- I have added URLs for m3u8URL and vttURL in the ViewController. ``` let m3u8URL = URL(string: "https://s3.amazonaws.com//master.m3u8")! let vttURL = URL(string: "https://s3.amazonaws.com//toTom.vtt")! ``` The contents of the file...

I've made a few changes to simplify things a bit. In the ViewController, I have ``` let m3u8URL = URL(string: "https://s3.amazonaws.com//video.m3u8")! let vttURL = URL(string: "https://s3.amazonaws.com//toTom.vtt")! ``` The contents of...

I would also like to "vote" for this enhancement. Adding a custom UIView as you describe would be sufficient -- with the ability to receive or detect the touch coordinates...

fwiw -- this is my work around for the time being: ``` const knownReservedWords = ['data','status']; let usedReservedWords = []; for(const word of knownReservedWords) { if(UpdateExpression.includes(word)) { usedReservedWords.push(word); UpdateExpression =...

@kayomarz Will do. Thanks for the status update!