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
Describe the bug
Now I’m trying to add an EZVIZ H8C and receiving an error in home bridge console like this:
"Camera:: FFmpeg prebuffer process exited with error! (null) - Cannot determine format of input stream 0:0 after EOF - Error marking filters as finished - “
Stream configuration is OK in VLC. I tried with lots of them that are working OK and sending in H264 in vlc media information.
Logs
Jardin: FFmpeg prebuffer process exited with error! (SIGKILL) - Last message repeated 1 times - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes - - Last message repeated 15 times - [rtsp @ 0x7f73c58137c0] Error parsing AU headers - - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes - - Last message repeated 8 times - [rtsp @ 0x7f73c58137c0] - Error parsing AU headers - - Last message repeated 1 times - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes -
A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 .
This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).
Describe the bug
Now I’m trying to add an EZVIZ H8C and receiving an error in home bridge console like this:
"Camera:: FFmpeg prebuffer process exited with error! (null) - Cannot determine format of input stream 0:0 after EOF - Error marking filters as finished - “
Stream configuration is OK in VLC. I tried with lots of them that are working OK and sending in H264 in vlc media information.
To Reproduce
My config is:
"name": "Jardin",
"manufacturer": "EZVIZ",
"model": "H8C",
"serialNumber": "12345679",
"motion": true,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"forcePrebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://admin:[email protected]:554",
"subSource": "-i rtsp://admin:[email protected]:554",
"stillImageSource": "-i rtsp://admin:[email protected]:554",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"videoanalysis": {
"active": true
},
"motionTimeout": 15,
"smtp": {
"email": "Jardin"
},
"mqtt": {}
Expected behavior
Camera stream to be added
Logs
Jardin: FFmpeg prebuffer process exited with error! (SIGKILL) - Last message repeated 1 times - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes - - Last message repeated 15 times - [rtsp @ 0x7f73c58137c0] Error parsing AU headers - - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes - - Last message repeated 8 times - [rtsp @ 0x7f73c58137c0] - Error parsing AU headers - - Last message repeated 1 times - [rtsp @ 0x7f73c58137c0] Too short RTP/HEVC packet, got 0 bytes -
My config is:
"name": "Jardin",
"manufacturer": "EZVIZ",
"model": "H8C",
"serialNumber": "12345679",
"motion": true,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"forcePrebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://admin:[email protected]:554",
"subSource": "-i rtsp://admin:[email protected]:554",
"stillImageSource": "-i rtsp://admin:[email protected]:554",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"videoanalysis": {
"active": true
},
"motionTimeout": 15,
"smtp": {
"email": "Jardin"
},
"mqtt": {}
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: