|
本帖最后由 13857781577 于 2018-4-14 22:09 编辑
hb摄像头插件 突然出现问题
错误代码:
13:59:31] [Camera-ffmpeg] Snapshot from Camera at 480x270
| stdout
|
13:59:33
| [2018-4-14 13:59:33] [Camera-ffmpeg] Start streaming video from Camera with 1280x720@299kBit
| stdout
|
13:59:36
| [2018-4-14 13:59:36] [Camera-ffmpeg] ERROR: FFmpeg exited with code 1
|
之前一切正常
{
"platform": "Camera-ffmpeg",
"cameras": [
{
"name": "Camera",
"videoConfig": {
"source": "-re -i rtsp://admin:********@192.168.123.181:554/h264/ch1/main/av_stream",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}
]
}
|
|