Spaces:
Runtime error
Runtime error
Update app.js
Browse files
app.js
CHANGED
|
@@ -2,14 +2,14 @@ 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,
|
| 9 |
ping_timeout: 60
|
| 10 |
},
|
| 11 |
http: {
|
| 12 |
-
port:
|
| 13 |
allow_origin: '*'
|
| 14 |
}
|
| 15 |
};
|
|
|
|
| 2 |
|
| 3 |
const config = {
|
| 4 |
rtmp: {
|
| 5 |
+
port: 7861,
|
| 6 |
chunk_size: 60000,
|
| 7 |
gop_cache: true,
|
| 8 |
ping: 30,
|
| 9 |
ping_timeout: 60
|
| 10 |
},
|
| 11 |
http: {
|
| 12 |
+
port: 7860,
|
| 13 |
allow_origin: '*'
|
| 14 |
}
|
| 15 |
};
|