Ruslan Povolockii

Results 5 comments of Ruslan Povolockii

Using TSDX for my react library https://github.com/devianllert/react-essential-tools

At first i also thought that css was the issue but after some investigation i'm not sure. Its happening only with HLS. For example if i use same html and...

In screen capture example i'm not using Multivariant HLS Here's example of m3u8 file if it helps ``` #EXTM3U #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-TARGETDURATION:2 #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:0.999 1.ts #EXTINF:1 2.ts #EXTINF:0.9 3.ts #EXTINF:0.967...

I understand that HLS.js is not rendering video itself. But i don't see any other issues with the code and styles. Thank you for trying to help! > Provide an...

> You need to override that with either the width and height attributes, or CSS that will set the desired pixel width and height prior to rendering video. But i...