OpenIPC / majestic

Majestic Community edition integration kit
MIT License
32 stars 5 forks source link

Streaming from Hi3516EV200 breaks Majestic #198

Closed ivar777 closed 4 days ago

ivar777 commented 6 days ago

Issue description

After few hours of streaming on both channels majestic stops to respond and loses login information (logread becomes flooded with Error from accept() call: No file descriptors available and WebUI returns 501 Internal Server Error). SSH works fine and if we manually kill majestic and start it again - everything works fine.

Video streaming is using ffmpeg (TCP and/or UDP based RTSP).

Steps to reproduce

  1. Start ffmpeg stream on both channels
  2. Wait for couple of hours (usually inside of two hours)
  3. logread will become flooded with Error from accept() call: No file descriptors available message and web interface will return Internal Server Error message upon opening.

Required information

Information to attach

skilurius commented 6 days ago

Please update to the newest firmware build and test it again.

ivar777 commented 6 days ago

Hey, I did (using web interface) but I got the same version as before.

Firmware Version 2.3.11.09-lite Build master+d844676, 2023-11-09 Majestic master+052247d, 2023-11-09 Web UI master+f9bc33d, 2024-08-08

skilurius commented 6 days ago

Please use ssh to connect to the camera and run: sysupgrade -k -r

ivar777 commented 6 days ago

Kernel updated to 01:54:47 2024-09-11 RootFS updated to master+88d3b14, 2024-09-10

I will test and report back.

Thank you!

ivar777 commented 4 days ago

Hey, upgraded version fixed the issue! You may close this report.

Thank you.