@kevingodell/node-red-mp4frag published to npm

Better late than never :slightly_smiling_face:
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?