[Config Support]: No live view for Foscam camera in Safari #13807
-
Describe the problem you are havingI get no live view (I just have the spinning thing) in Safari for a Foscam camera (probably R4M but not 100% sure).
If I change Go2RTC settings for this camera from the raw rtsp stream to ffmpeg, with video=copy or video=h264, I get a working live view in Safari, but using the secondary stream (I can see that because the timestamp is bigger), whereas Chrome, Edge and Firefox on the Mac always show the primary stream. This is workable for me for now - I use Safari mostly, and exclusively on iPhone and iPad. Version0.14.1-f4f3cfa Frigate config filego2rtc:
streams:
Aiguebelle_Baie: # <- for RTSP streams
- ffmpeg:rtsp://user:pswd@192.168.51.102:554/videoMain#video=copy#
# - rtsp://user:pswd@192.168.51.102:554/videoMain#media=video #
Aiguebelle_Baie_small: # <- for RTSP streams
- rtsp://user:pswd@192.168.51.102:554/videoSub
cameras:
Aiguebelle_Baie: #Name for your comment
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Aiguebelle_Baie #The Stream you want to monitor
roles:
- record
- path: rtsp://127.0.0.1:8554/Aiguebelle_Baie_small #The Stream you want to monitor
roles:
- detect
detect:
enabled: true # Detection is disabled
fps: 5Relevant Frigate log outputNothing seemingly relevant hereRelevant go2rtc log outputNothing seemingly relevant hereFrigate statsNo response Operating systemDebian Install methodDocker Compose Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
What audio codec is your camera sending? Check out the camera settings recommendations in the docs. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks🙏. ...and I had put an extra "#" in the camera's URL after "#video=copy" 🙈. |
Beta Was this translation helpful? Give feedback.
Thanks🙏.
(according to VLC) the camera outputs PCM MU LAW (mlaw), mono, 8kHZ/16bit. I do not want to use the camera's audio but couldn't find how to disable it in the Foscam app.
...and I had put an extra "#" in the camera's URL after "#video=copy" 🙈.
I removed it and it seems to work very well now in Safari.