Skip to content
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

Open
pickonedev opened this issue Oct 30, 2024 · 5 comments
Open

Any idea how to embed this Live Webcam? #767

pickonedev opened this issue Oct 30, 2024 · 5 comments
Labels
question Further information is requested

Comments

@pickonedev
Copy link

pickonedev commented Oct 30, 2024

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!

@AlexxIT AlexxIT added the question Further information is requested label Oct 30, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 30, 2024

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.

@pickonedev
Copy link
Author

pickonedev commented Oct 30, 2024

I understand.

Can you please give me the complete dashboard card? I don't understand how to add this :-) sry, noob here

image

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 30, 2024

This is part from go2rtc config. go2rtc build-in to this integration. You should to learn how to config and use it.
It's advanced user case.

@pickonedev
Copy link
Author

Oh, ok, I understand... So, there is no easy way.
Thanks

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 31, 2024

Once you figure out how to edit the config, it's a 15 second task to change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants