svelte-go2rtc
v0.1.1
Published
This library provides a Svelte component to display a video stream from a [go2rtc](https://github.com/AlexxIT/go2rtc) server. The component was ported from [WebRTC Camera](https://github.com/AlexxIT/WebRTC).
Downloads
47
Readme
go2rtc Video Stream Component for Svelte
This library provides a Svelte component to display a video stream from a go2rtc server. The component was ported from WebRTC Camera.
Example page
Source
Run the demo
# Install dependencies
pnpm install
# Run dev server
pnpm run dev
Open the page
The dev server might not bind to port 5173, so just use the link from the dev server output.