Better late than never
I'll finish on this: we had to add a CSS to the <head>
site section Dashboard so that the video is not stretched / crushed:
<style>
.ui-mp4frag-video {
object-fit: contain !important;
/*object-fit: scale-down !important;*/
}
</style>
https://discourse.nodered.org/t/beta-testing-nodes-for-live-streaming-mp4/33743/293?u=superninja
Is it still necessary or did you integrate it into the latest ui-mp4frag
?