Joscha Henningsen

Results 75 comments of Joscha Henningsen

We currently don't transcode (all) our videos into multiple resolutions as this produces a very high load on our servers. To make sure the network bandwidth really is your problem,...

Can you try clicking the `Beta` button below a livestream and seek back a few seconds? Your browser might be able to use the extra buffer to compensate for the...

Any reason not to remove melody all together?

Let's start with this for testing :) ### Live viewers for a course: ```flux from(bucket: "live_stats") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "viewers") |> filter(fn:...

Nice, so that renders the snippets in the frontend, right?

I pushed a few tiny fixes, this is what it looks like on my end now: https://user-images.githubusercontent.com/44805696/197293618-63b5ddf1-c97f-495c-8634-7036d2e81fbf.mp4 I couldn't find out why your url didn't change, can you verify the...

> I noticed small very short flickering I think the fullCalendar needs some time to render the events unfortunately :/

@alexanderstephan nice catch! Apparently `AddEventSource` already triggers `RefetchEventSources` internally so the call was redundant.

Fixed that as well, thanks :) @alexanderstephan