[Vuejs]-Live streaming using videojs-record and videojs

0πŸ‘

βœ…

I gave up and ended up using Jitsi instead of videojs-record. I had to run it with an iframe within Vue, but it succeed where all the rest failed.

I’ve spent the last 18 days trying to make a live stream by myself, when I could make Jitsi work with my project in almost one single night. I recommend their Docker, it’s pretty easy to set up.

https://github.com/jitsi/docker-jitsi-meet

Leave a comment