https://github.com/codebender828/turtles-webrtc-stream
WebRTC video streaming example application
https://github.com/codebender828/turtles-webrtc-stream
Last synced: 5 months ago
JSON representation
WebRTC video streaming example application
- Host: GitHub
- URL: https://github.com/codebender828/turtles-webrtc-stream
- Owner: codebender828
- Created: 2019-05-17T15:23:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:53:48.000Z (over 3 years ago)
- Last Synced: 2025-05-29T14:14:49.747Z (about 1 year ago)
- Language: JavaScript
- Size: 4.01 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turtles-webrtc-stream
> WebRTC video streaming implementation in nuxt
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).