sipcapture / homer7-docker

HOMER 7 Docker Images
92 stars 84 forks source link

hom7-rtc-janus no access to Janus Demos #100

Closed marsanti closed 3 years ago

marsanti commented 3 years ago

Hi community! I'm new using stuff like that, but i'm trying to understand a bit more. I want to use the hom7-rtc-janus to see some demos, to understand how it work and to implement in my scenario. I was watching that youtube video: https://www.youtube.com/watch?v=auutg9cou4I&t=769s&ab_channel=Meetecho.

So i have few questions about, Why when i'm setting up the docker-compose it says that the config variable is not set?

image

what am i suppose to do?

The second question is: when everything is done, I tried to get into Janus Demos following that file: https://github.com/sipcapture/homer7-docker/blob/master/hepop/hom7-rtc-janus/README.md , but whenever I surf to MYSERVERIP:8080 it gives me "Connection denied".

Do i miss something? maybe changing something in the config files?

if you help me i'll appreciate it.

(and sorry for stupid questions)

EDIT: i have only access to Grafana ( MYSERVERIP:3000 )

lmangani commented 3 years ago

Hi @BillSegate those presentations are a bit outdated, in the latest docker containers HOMER is served on port 9080 - that's where you should start. If you can describe more what you're trying to achieve and what you're using in your scenario, I'd be happy to share ideas and update a few examples.

lmangani commented 3 years ago

@BillSegate my bad the link you used is for a HEADLESS homer, so Grafana is the only interface to the data ;) So you are basically only going to be using our capture backend tools to convert events to loki + timeseries

marsanti commented 3 years ago

@lmangani thank you for your fast answer! What should I do to populate the databases to see stats in grafana?

lmangani commented 3 years ago

I have no idea what your setup is - this demo is designed to capture Janus events and store them into Loki as well as timeseries for streams extracted from Janus event type 34

lmangani commented 3 years ago

@BillSegate did you manage to resolve? Happy to help you if more details are available