Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

Configuration.json 3.0 KiB

3 miesięcy temu
3 miesięcy temu
3 miesięcy temu
3 miesięcy temu
3 miesięcy temu
3 miesięcy temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "FMSGatewayCore": {
  3. "ip-comment": "指定对外提供服务的 ip 地址,获取实时视频和历史视频播放地址用到,为空则使用本机地址",
  4. "ip": "192.168.191.18",
  5. "http_hls_port": 9556,
  6. "rtsp_port": 7554,
  7. "rtmp_port": 1935,
  8. "ssl_port": 9558,
  9. "rtp_port-comment": 0,
  10. "rtp_port": 15080,
  11. "shell_port-comment": 0,
  12. "save_dir_path": "/home/yunentech/work/images/"
  13. },
  14. "RandomStreamIdManager": {
  15. "use_random_streamid-comment": "是否启用随机流id管理, false则使用相机id作为流id",
  16. "use_random_streamid": false
  17. },
  18. "VideoUrlRule": {
  19. "hls": "http://%1:9556/yunen/%2/hls.m3u8",
  20. "rtmp": "rtmp://%1:1935/yunen/%2",
  21. "rtsp": "rtsp://%1:7554/yunen/%2",
  22. "https-flv": "https://%1:9558/yunen/%2.live.flv",
  23. "https-flv-sub": "https://%1:9558/yunen/%2-02.live.flv",
  24. "http-flv": "http://%1:9556/yunen/%2.live.flv",
  25. "http-flv-sub": "http://%1:9556/yunen/%2-02.live.flv"
  26. },
  27. "VideoUrlRuleRtp": {
  28. "hls": "http://%1:9556/rtp/%2/hls.m3u8",
  29. "rtmp": "rtmp://%1:1935/rtp/%2",
  30. "rtsp": "rtsp://%1:7554/rtp/%2",
  31. "https-flv": "https://%1:9558/rtp/%2.live.flv",
  32. "http-flv": "http://%1:9556/rtp/%2.live.flv"
  33. },
  34. "ItemList": [
  35. {
  36. "enable-comment": "是否启用定制配置",
  37. "enable": false,
  38. "session": "391",
  39. "stay_play": true,
  40. "enable_hls-comment": "比 HLSCameraList 优先级高",
  41. "enable_hls": true,
  42. "enable_mp4-comment": "比 Mp4CameraList 优先级高",
  43. "enable_mp4": false,
  44. "RecordInfo": {
  45. "begin_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
  46. "begin_move": 10,
  47. "end_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
  48. "end_move": 45
  49. },
  50. "GB28181-comment": "配置相机国标id",
  51. "GB28181": {
  52. "id": "34020000001320000006"
  53. }
  54. },
  55. {
  56. "session": "93d2195b7e9a4c37b63581c182ae9112",
  57. "enable-comment": "是否启用定制配置",
  58. "enable": false,
  59. "stay_play": true,
  60. "enable_hls-comment": "比 HLSCameraList 优先级高",
  61. "enable_hls": true,
  62. "enable_mp4-comment": "比 Mp4CameraList 优先级高",
  63. "enable_mp4": false,
  64. "RecordInfo": {
  65. "begin_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
  66. "begin_move": 10,
  67. "end_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
  68. "end_move": 45
  69. },
  70. "GB28181-": {
  71. "id": "34020000001320000007"
  72. }
  73. }
  74. ]
  75. }