Spaces:
Runtime error
Runtime error
Update app.js
Browse files
app.js
CHANGED
@@ -2,7 +2,7 @@ const NodeMediaServer = require('node-media-server');
|
|
2 |
|
3 |
const config = {
|
4 |
rtmp: {
|
5 |
-
port:
|
6 |
chunk_size: 60000,
|
7 |
gop_cache: true,
|
8 |
ping: 30,
|
|
|
2 |
|
3 |
const config = {
|
4 |
rtmp: {
|
5 |
+
port: 7861,
|
6 |
chunk_size: 60000,
|
7 |
gop_cache: true,
|
8 |
ping: 30,
|