Atualli commited on
Commit
4a65766
1 Parent(s): 5e6bcbe

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -2
app.js CHANGED
@@ -2,14 +2,14 @@ const NodeMediaServer = require('node-media-server');
2
 
3
  const config = {
4
  rtmp: {
5
- port: 1935,
6
  chunk_size: 60000,
7
  gop_cache: true,
8
  ping: 30,
9
  ping_timeout: 60
10
  },
11
  http: {
12
- port: 8000,
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
  };