[Config Support]: MSE not available for one camera #20564
Replies: 1 comment 28 replies
-
|
Your issue with the "einfahrt" camera not showing MSE as an option is likely related to your go2rtc stream configuration. Looking at your config, there are a few potential issues:
To troubleshoot: Check the go2rtc web interface: Navigate to port 1984 in your browser to access go2rtc's web interface and click Try forcing H264 encoding: Update your einfahrt stream configuration to: go2rtc:
streams:
einfahrt1:
- ffmpeg:rtsp://Camera1User:[email protected]:88/videoMain#video=h264#hardwareCheck for transcoding needs: If the stream format is different or incompatible, you may need to re-encode the video using FFmpeg parameters (1): go2rtc:
streams:
einfahrt1:
- rtsp://Camera1User:[email protected]:88/videoMain
- "ffmpeg:einfahrt1#video=h264#hardware"The fact that your stream works in VLC and go2rtc's web interface but not as MSE in Frigate suggests a codec compatibility issue with your browser. When Frigate falls back to low bandwidth mode (jsmpeg), it's because MSE cannot decode the stream properly (2). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Hey everyone!
I have spent most of the weekend trying to solve this issue but I just can't find what is causing this behavior.
My problem is the following: I have set up 3 cameras Fisch, Einfahrt and Garten.
All 3 are set up to run through go2rtc which also works perfectly fine for Fisch and Garten, but Einfahrts stream is still running over jsmpeg instead of MSE.
The stream coming out of go2rtc works perfectly in VLC, ffplay or the go2rtc web interface.
Thanks in advance for any help!
Version
0.16.2-4d58206
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
The camera causing problems is a FOSCAM FI9902P.
The other two are a Reolink E1 Outdoor (Garten) and a Yi Home y211ga (Fisch) which is running the yi-hack-Allwinner-v2.
Beta Was this translation helpful? Give feedback.
All reactions