Dmitriy Vladykin

Results 12 comments of Dmitriy Vladykin

I'm also seeing the same issue with the latest clappr-rtmp-plugin and clappr. Firefox 57.0 (64). TypeError: this._setupFirefox is not a function

try to add before

your parentId: "#player-wrapper" is wrong, set parentId: "#player"

##### second example * Link to playable MPD file: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd ##### Steps to reproduce 1. disable loop and autoplay 2. seek to near end video `document.getElementsByTagName('video')[0].currentTime = 634` 3. seek...

@dsilhavy yes, i checked it and don`t see more trouble here, thanks

![image](https://user-images.githubusercontent.com/33447958/126065226-e06a902a-64b0-4822-9e42-a517f0a9cdbd.png) yes it`s work on windows

add two function to index.js 916383feec2247fb20f75212d7018f2470e5b8a4 when player is playing for download snapshot ```js downloadBase64Image(getImageBase64(document.getElementById('videoPlayer'))) ``` for use as image ```js const img = new Image(); img.src = getImageBase64(document.getElementById('videoPlayer')); document.body.appendChild(img)...

If you want make screenshot - you can draw image from video to canvas and then save data image from canvas https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Manipulating_video_using_canvas

Are there any messages in the chrome console?

can you give us access to your stream to check trouble?