You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @k-yle I have used this package to convert RTSP to show it in browser but I get only video with no audio .Does this package support audio too. If Yes, Can you let me know how to configure that ?
The text was updated successfully, but these errors were encountered:
useEffect(() => {
if (!canvas.current) throw new Error('Ref is null');
loadPlayer({
url: 'ws://localhost:xxxx/api/stream/xx.x.x.Xxx',
canvas: canvas.current,
});
}, []);
<canvas ref={canvas} style={{ width: "100%", height: "100%" }} />
,
i want to display video from this package , how to get video and sound if i use react project
Hi @k-yle I have used this package to convert RTSP to show it in browser but I get only video with no audio .Does this package support audio too. If Yes, Can you let me know how to configure that ?
The text was updated successfully, but these errors were encountered: