Pete Cook
Pete Cook
What type of URL are you trying to play? It will depend largely on the player library that’s being used to play the file.
What format is your video in? It looks like iOS just might not support it: https://caniuse.com/?search=video%20format
Maybe this? https://stackoverflow.com/a/47310447
Does the same thing happen if you hardcode a sample mp4, eg ``` https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4 ```
If the sample works in your app then that narrows it down to something specific to how your videos are encoded and/or delivered to the browser.
PRs welcome! https://developer.trovo.live/docs/Embedded.html#_2-embed-player-with-interactive-frame
This isn’t happening for me. Is it still happening for you now @JClackett ?
Does `Play` contain an SVG or something that might swallow up a click event? `playIcon` is put inside a `` so something must be preventing that `onClick` from firing.
@eddyfabery Can you post an example of a private embed URL? Even if you change the secret token to something else.
You can update the `hls.js` version you are using with `config={{ file: { hlsVersion: 'x.x.x' } }}`. Try matching the version with your direct HLS.js example that works, and see...