Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream error with Ezviz H8C Camera #886

Open
casajaguar opened this issue Dec 29, 2023 · 1 comment
Open

Stream error with Ezviz H8C Camera #886

casajaguar opened this issue Dec 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@casajaguar
Copy link

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

  • Node.js Version: vX.X
  • Homebridge Version: vX.X
  • Camera UI Version: vX.X
  • Operating System: XXX
  • Browser: XXX
@casajaguar casajaguar added the bug Something isn't working label Dec 29, 2023
@mkz212
Copy link
Contributor

mkz212 commented Jul 29, 2024

🎉 A new version of camera.ui

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants