vhost support #13

Open
opened 2025-03-19 20:25:32 +00:00 by trysdyn · 0 comments
Owner

OvenMediaEngine can do it according to the docs. Need to get OE on the same page. Right now we're assuming in several places in the code that everything uses the default vhost, which is equal to the FDQN assigned to the host. This isn't workable for future plans.

We should likely move to no default and having to explicitly define whatever hosts you use. This will be a breaking change if we do.

Alternatively we can grab the URL used on connect, check it against a list of vhosts, and if it's not there, call it default instead.

OvenMediaEngine can do it according to the docs. Need to get OE on the same page. Right now we're assuming in several places in the code that everything uses the default vhost, which is equal to the FDQN assigned to the host. This isn't workable for future plans. We should likely move to no default and having to explicitly define whatever hosts you use. This will be a breaking change if we do. Alternatively we can grab the URL used on connect, check it against a list of vhosts, and if it's not there, call it default instead.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: trysdyn/ovenemprex#13
No description provided.