hey yall!
trying to deploy my web app that uses webrtc from @whitphx 's creation and running into several issues. my web app is (https://workoutwizard.streamlit.app/) and everytime i access the webcam it’s always on a loading screen.
it works fine on local host, except i tried it on http://192.168.7.247:8501/ and it gave me a Error: navigator.mediaDevices is undefined. It seems the current document is not loaded securely.
going on the webrtc-streamlit docs (GitHub - whitphx/streamlit-webrtc: Real-time video and audio streams over the network, with Streamlit.), it says to deploy the web app using Streamlit community cloud to fix this issue, which I’ve already done. just want to find a way to access the user’s webcam.
any thoughts?