[Camera Support]: Archos Hello7 with Wallpanel MJPEG stream #14918
Replies: 3 comments 5 replies
-
go2rtc is reporting EOF, which just means that there's not enough data for it to continue processing. Perhaps you could try a single stream with ffmpeg in your go2rtc config:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have set my config this way (to reduce fps to 5) : in VLC, I can see the rtsp stream from go2rtc ( rtsp://192.168.y.y:8554/archos ) at 5fps but take forever to start. in Frigate, no picture, but some error messages:
|
Beta Was this translation helpful? Give feedback.
-
Hi ! Side question: interesting this GOP topic, in case of high GOP and low FPS: can this explain longer time to show up pictures in Frigate interface? (if so, now I know why some of my camera are slow to show up) |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
Hello,
In addition to my RTSP camera, I have an Archos Hello7 (home tablet?) that run Wallpanel browser to display some nodered dashboard.
Wallpanel offers to use the android camera to stream what it sees by mjpeg (480x640) that I set to 5 FPS (it can do more)
It is a poor camera (no night view, very reduced resolution), but it sees some angle where I have no other cam, so why not get use of it.
The Mjpeg stream works very well on VLC ( http://:2971/camera/stream ).
When it comes to Frigate, it's an other story.
Sometimes it works, sometimes not.
I have this message looping in my Frigate log:
in go2rtc logs, I see this:
warning 2024-11-11 09:41:04 startup github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=ffmpeg:archos#video=h264#hardware
Is there any mean to improve this? (or to have more information on what cause this "Ffmpeg process crashed unexpectedly" ?
Note: I'm aware it's a pretty poor conditions, I don't expect a lot from this camera and I can live without it. But still: the mjpeg stream is quite stable in VLC, so maybe I'm very close to make it stable in Frigate too.
Also the low resolution is both an disadvantage and an advantage: as it's indoor, image is still quite usable and I would expect a low impact on ressource needed for conversion.
Version
0.14.0-da913d8 (docker)
What browser(s) are you using?
Firefox 131.0.3
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
warning 2024-11-11 09:41:04 startup github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=ffmpeg:archos#video=h264#hardware
FFprobe output from your camera
Frigate stats
No response
Operating system
Debian
Install method
Docker CLI
Object Detector
Coral
Network connection
Mixed
Camera make and model
Archos Hello7 (android tablet) with Wallpanel.
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
You can in metrics screenshot that this camera gets back to work around 11:28 (I did nothing special).
Beta Was this translation helpful? Give feedback.
All reactions