# webrtc-streamer-helper **Repository Path**: cs_huayi_zhensherlock/webrtc-streamer-helper ## Basic Information - **Project Name**: webrtc-streamer-helper - **Description**: webrtc streamer helper - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2024-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

npm package npm bundle size npm download week GitHub

# webrtc-streamer-helper > This is a webrtc streamer helper. ## Installing ```bash # or pnpm or yarn npm install webrtc-streamer-helper ``` ## Usage ```ts import { WebRTCStreamer } from 'webrtc-streamer-helper' const webRtcServer = new WebRTCStreamer({ url: 'http://10.57.2.244:8000', element: '#div-1' }) webRtcServer.connect( videoUrl, audioUrl, 'rtptransport=tcp&timeout=60&width=320&height=0' ) ``` ## Maintainers [@zhensherlock](https://github.com/zhensherlock). ## Contributing Feel free to dive in! [Open an issue](https://github.com/zhensherlock/webrtc-streamer-helper/issues/new/choose) or submit PRs. Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct. ### Contributors This project exists thanks to all the people who contribute. ## License [MIT](LICENSE) © MichaelSun