We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4488486 commit 7ec5f5dCopy full SHA for 7ec5f5d
README.md
@@ -1,22 +1,9 @@
1
-# nuxt-janus-gateway
+# About This Repo
2
+Minimal Demo project for Nuxt.js + Janus Streaming Plugin Demo
3
-> My remarkable Nuxt.js project
4
+# Setup
5
-## Build Setup
6
-
7
-``` bash
8
-# install dependencies
9
-$ yarn install
10
11
-# serve with hot reload at localhost:3000
12
-$ yarn dev
13
14
-# build for production and launch server
15
-$ yarn build
16
-$ yarn start
17
18
-# generate static project
19
-$ yarn generate
20
-```
21
22
-For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
+npm install
+set the server for janus (index.vue)
+fill the streaming in the janus straming mount point
+yarn nuxt dev
0 commit comments