DingDongSoLong4

Results 39 comments of DingDongSoLong4

Oops, forgot about NULLs being a pain in SQL. Should be fixed now.

I haven't noticed any jerkiness, but my PC is relatively powerful so the buffer builds up quite quickly. I copied all the video transcode quality-related ffmpeg options straight through from...

Thanks! I initially didn't split the HLS/DASH stuff out because the `live.ts` hackery wasn't playing nicely with the updated `source-selector.ts`, but that was quite early on so the version of...

Yeah the circular vite fix is just a one liner, can't say I understand why it gives that warning in the first place but that gets rid of it so...

Alright I've split out all the transcoding stuff from here into a separate PR - let me know if you'd like me to split it up even further.

Is this on the version with the dash support or not? Both HLS and DASH split the transcode into 2 second segments for streaming which means that if the encoding...

Fixed the big buttons and hover issue. The progress bar is part of videojs itself so I've just force-removed the hover glow to fix it. The disappearing progress bar issue...

Alright I think I've fixed those scrubbing issues now, thanks for the testing and feedback.

I don't have a Handy so you'll need to test it, but I took a look at what player events get fired when scrubbing a transcoded stream vs a direct...

The reason (at least how I see it) for this whole DASH/HLS overhaul is to no longer need to use the hacky `live.ts` videojs plugin which more or less emulates...