42 lines
977 B
JSON
42 lines
977 B
JSON
{
|
|
"queue": { "size": 8, "strategy": "drop_oldest" },
|
|
"graphs": [
|
|
{
|
|
"name": "cam1",
|
|
"nodes": [
|
|
{
|
|
"id": "in_cam1",
|
|
"type": "input_rtsp",
|
|
"role": "source",
|
|
"enable": true,
|
|
"url": "rtsp://10.0.0.9:8554/cam",
|
|
"fps": 25,
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"use_mpp": false,
|
|
"use_ffmpeg": true,
|
|
"force_tcp": true
|
|
},
|
|
{
|
|
"id": "pub_cam1",
|
|
"type": "publish",
|
|
"role": "sink",
|
|
"enable": true,
|
|
"codec": "h264",
|
|
"fps": 25,
|
|
"gop": 50,
|
|
"bitrate_kbps": 4000,
|
|
"use_mpp": true,
|
|
"use_ffmpeg_mux": true,
|
|
"outputs": [
|
|
{ "proto": "hls", "path": "/home/orangepi/Desktop/OrangePi3588Media/hls/cam1/index.m3u8", "segment_sec": 2 }
|
|
]
|
|
}
|
|
],
|
|
"edges": [
|
|
["in_cam1", "pub_cam1"]
|
|
]
|
|
}
|
|
]
|
|
}
|