linkpi_firmware_history/rootfs/link/config/default/push.json

29 lines
628 B
JSON
Raw Normal View History

2024-02-15 22:07:30 +01:00
{
"autorun": false,
2024-02-15 22:07:35 +01:00
"srcA": 0,
"srcV": 0,
2024-02-15 22:07:33 +01:00
"srcV_chn":"main",
2024-02-15 22:07:30 +01:00
"url": [
{
2024-02-15 22:07:33 +01:00
"des": "platform 1",
2024-02-15 22:07:30 +01:00
"enable": true,
"path": "rtmp://127.0.0.1/live/push1"
},
{
2024-02-15 22:07:33 +01:00
"des": "platform 2",
"enable": false,
"path": "rtmp://127.0.0.1/live/push2"
2024-02-15 22:07:30 +01:00
},
{
2024-02-15 22:07:33 +01:00
"des": "platform 3",
2024-02-15 22:07:30 +01:00
"enable": false,
2024-02-15 22:07:33 +01:00
"path": "rtmp://127.0.0.1/live/push3"
2024-02-15 22:07:30 +01:00
},
{
2024-02-15 22:07:33 +01:00
"des": "platform 4",
2024-02-15 22:07:30 +01:00
"enable": false,
2024-02-15 22:07:33 +01:00
"path": "rtmp://127.0.0.1/live/push4"
2024-02-15 22:07:30 +01:00
}
]
}