You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @HuanyuZang,
I am aware that I neglected the RTSP streamsync project and that it requires some maintenance (at least upgrades of the dependencies). I can not promise anything since my time is quite limited. But I have it on my mind.
Regarding your concrete error, it says that wget and make are not installed. Have you installed wget and make in the Docker image (apt-get update && apt-get install -y wget make)?
Hi @LukasBommes @sfmt-auto
Thanks for you repo, this is very impressive. I'm using another repo https://github.com/LukasBommes/rtsp-streamsync/tree/master which is rely on this repo and that helps me to get synchronized frames from ip camera stream.
I'm trying to build a docker image which is based on ubuntu 20.04. So, I changed the Dockerfile of rtsp-streamsync repo
to
cuz I wanna try if the docker image based on ubuntu 22.04 can be directly used on 20.04
but i got this error:
I'm wondering does this repo provide docker image based on ubuntu 20.04 or do you have any suggestions on why is this error?
Any comments will be helpful!
Thank you!
The text was updated successfully, but these errors were encountered: