Using @cycjimmy/jsmpeg-player library doesn't show live camera video

628 Views Asked by At

I tried to follow the instructions`

new JSMpeg.VideoElement("#video-canvas", ws://my_ip:port, {
                autoplay: true,
            });
        Show live video  
            <div id="video-canvas" style={{height: "480px", width: "640px"}}></div>

`

0

There are 0 best solutions below