OpenVisualCloud / Media-Communications-Mesh

MCM enables efficient, low-latency media transport for media microservices.
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Issue on setting up MCM cluster with k8s on ubuntu 22.04 #104

Open yshashix opened 6 months ago

yshashix commented 6 months ago

I have followed steps mentioned in the Readme https://github.com/OpenVisualCloud/Media-Communications-Mesh/blob/main/docs/setup-mcm-with-k8s.md after creating docker container of media proxy, sample application, IMTL manager and running deployment/setup.sh. Please see attached image and logs for reference. HW used: Intel(R) Core(TM) i7-8809G CPU @ 3.10GHz OS: ubuntu 22.04 Docker version: 25.0.4 Minikube version: v1.32.0 , k8s version: v1.28.3 mcm k8 installtion issue Screenshot from 2024-03-12 18-30-01

logs.txt

Mionsz commented 5 months ago

Hello @yshashix, The know-how will be updated as soon as possible. For now please just repeat the steps but instead using minikube image load execute eval $(minikube docker-env) in you terminal session before building the images - they will be then included in minikube docker context automatically.

Mionsz commented 2 months ago

@tunicashashi Can you confirm that this helped in your case? I encourage users to give us extended feedback or commit to the project by yourself :). We finally managed to release new version of MCM that fixes a lots of issue and at the same time Intel® Tiber™ Broadcast Suite https://github.com/OpenVisualCloud/Intel-Tiber-Broadcast-Suite was released, and it integrates FFmpeg and other tools available on https://github.com/OpenVisualCloud.

yshashix commented 2 months ago

@Mionsz thanks for the update and sharing the Tiber Broadcast link. I didn't get much time to try fix you have suggested but when I have time, I will try the new version.