-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any idea how to embed this Live Webcam? #767
Comments
This streams works via HLS format. It's hard to get something good from HLS. Because it's not real time format... This is the best I can suggest in a short time. ffmpeg:
webcamromania: -headers referer:https://player.webcamromania.ro/ -i {input}
streams:
tmp1: ffmpeg:https://p.webcamromania.ro/piataromanab/tracks-v1/mono.m3u8#input=webcamromania#video=h264 It's working terribly. Needs to add delays. But go2rtc doesn't work with delays. It only works in real time mode. |
This is part from go2rtc config. go2rtc build-in to this integration. You should to learn how to config and use it. |
Oh, ok, I understand... So, there is no easy way. |
Once you figure out how to edit the config, it's a 15 second task to change it. |
Hi!
I have this live webcam https://webcamromania.ro/webcam-orase/webcam-piata-romana-bucuresti/
And I would like to add it to my dashboard, but I can't get it to work.
Any help, please?
Thanks!
The text was updated successfully, but these errors were encountered: