Results 37 comments of Curid

> The problem, however is when you want to streaming this services to HLS clients. Why not send it directly over HLS or DASH? What's the point of using a...

It's a bit buggy at the moment. I tried to mark it as a draft. The only modified react-script is `./web/react-scripts/config/webpack.config.js`. There's probably a better way to change it.

> Is the ./ really necessary? So can't I just do `` instead of `?` wtf, now it works without it. > You committed react-scripts, which should not be in...

The routing just worked before. That's why I shared it. It should be doable to search the path for the root. Maybe save it in local storage and validate it...

The root must be identifiable in some way, `/#/` or `/:/` If we only had a single sub directory depth then we could use the last `/`

I came up with another way to do it. It's a bit dirty but should be reliable.

@binwiederhier I got everything working now. It works surprisingly well.

> I'm just going to say it like it is, don't be mad lol, don't worry I know it's bad. What if the server injects the full `base_url` into `index.html`?...

> When you publish a message via PUT/POST, the client doesn't pass the base URL in the HTTP request. Does the server need to know the base URL for messages...