I have an IP camera that streams continuously via RTSP and I'd like to display that stream in a DOM element in my Vue.js app. I can access the stream using a GStreamer pipeline and sink it either locally or on a tcp server but I can't get it to display in my Vue.js app. Has anybody tried this?