You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[10/5/2024, 7:25:42 AM] [CameraUI] ERROR chodba: FFmpeg prebuffer process exited with error! (null) - [rtsp @ 0x3760440] method SETUP failed: 406 Not Acceptable - - rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1: Server returned 4XX Client Error, but not one of 40{0,1,3,4} -
Describe the bug
My TP-Link Camera C100 stopped working
To Reproduce
Check my config
Expected behavior
It shall work as my other cameras.. C200 and C310
Logs
{
"name": "CameraUI",
"port": 8582,
"atHomeSwitch": false,
"logLevel": "info",
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"http": {
"active": false,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"ssl": {
"active": false
},
"options": {
"videoProcessor": "/usr/lib/node_modules/homebridge-camera-ui/node_modules/ffmpeg-for-homebridge/ffmpeg"
},
"cameras": [
{
"name": "chodba",
"manufacturer": "TP-Link",
"model": "C100",
"serialNumber": "1234",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"forcePrebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"source": "-i rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1",
"audio": true
},
"videoConfig": {
"source": "-i rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1",
"subSource": "-i rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1",
"stillImageSource": "-i rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1",
"readRate": false,
"rtspTransport": "tcp",
"maxStreams": 2,
"maxFPS": 25,
"vcodec": "copy",
"acodec": "libfdk_aac",
"stimeout": 10,
"audio": true,
"debug": true
},
"smtp": {
"email": "chodba"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
},
],
"platform": "CameraUI"
}
Screenshots
[10/5/2024, 7:25:42 AM] [CameraUI] ERROR chodba: FFmpeg prebuffer process exited with error! (null) - [rtsp @ 0x3760440] method SETUP failed: 406 Not Acceptable - - rtsp://username:redirected-for-privacy@192.168.50.19:554/stream1: Server returned 4XX Client Error, but not one of 40{0,1,3,4} -
Environment
The text was updated successfully, but these errors were encountered: