Miroslav Pejic

Results 80 comments of Miroslav Pejic

Hi @loranger, I agree with you, I tried your image on Ubuntu it works quite well, but on `macOs` (Monterey v12.4) it has some annoyances. Error ```bash mirotalksfu | node:internal/errors:466...

hi @loranger, On startup. build and run log output ```bash miroslavpejic@MacBook-Pro-di-Miroslav ~/g/t/mirotalksfu (main)> sw_vers ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 miroslavpejic@MacBook-Pro-di-Miroslav ~/g/t/mirotalksfu (main)> docker --version Docker version 20.10.16, build aa7e414...

Hi Loranger, Steps to reproduce it ```bash # Immagine someone want to try MiroTalk without docker $ git clone https://github.com/miroslavpejic85/mirotalksfu.git $ cd mirotalksfu $ cp app/src/config.template.js app/src/config.js $ npm install...

Hey Loranger, don't worry, I'm also on holiday. Regarding your docker-compose.yaml is ok for me ;) How about keeping `ubuntu:20:04` on Dockerfile? ```Dockerfile FROM ubuntu:20.04 WORKDIR /src # gcc g++...

Hey @loranger, Thank you for the boss :) I like your last proposal, the image is much smaller. ```bash mirotalksfu-npm latest 07d45c4258be 27 minutes ago 437MB ``` For now I...

Hi Loranger, In the end I did like this: - I have mounted the two main folders of the MiroTalk with docker-compose, so that all the changes made are reproduced...

Thanks so much for your valuable feedback!

Hi Loranger, It's nice to hear you again and Thank you so much, seems very good now! The image size is also reduced, from `803MB` to `574MB` and I test...

Check it out: https://github.com/muaz-khan/RecordRTC/wiki/Record-Multiple-Streams-Into-Single-File Related issue: https://github.com/miroslavpejic85/mirotalk/issues/81