pellju

Results 6 comments of pellju

Alright, thank you for your confirmation!

Hi @kixelated, and thank you for your reply! Sorry, it has been quite a busy week for me, so apologizes for a late reply. I noticed you had merged #315...

Tested running `just all` (and `just bbb`) on Debian (running the current `main`-branch) and Node 22.13.1. `http://localhost:4443` still returns 404, but `http://localhost:8080` returns the bbb-video (after running `just bbb` separately)....

Greetings kixelated! This happened with Chrome and Firefox (when accessing over LAN), and the reason is quite clear: ![Image](https://github.com/user-attachments/assets/4198f17e-e7c4-4ba1-a526-c6a0fad2c21f) Basically, the MoQ Demo tries to fetch fingerprint from `http://localhost:4443`, so...

Greetings @kixelated! I did some changes to my local setup (latest version of `main`). I changed all the `localhost`-related values in `justfile` to `192.168.1.185` (the LAN IP-address of the devices...

Greetings @kixelated, and apologizes for a very late reply. I managed to get this work as wanted to. Apparently, HTTPS-connection to `moq-web` was required. I had to modify _webpack.config.mjs_ to...