I have a camera that streams UDP packets (RTP-UDP) to my Flask webapp. Flask then converts this into an RTSP link that can be viewed over VLC/any RTSP player. I would now like to view the same feed on a web browser.
I am completely lost as to how I would use Janus on my Flask app. I've gone through the streaming Nodejs example (but barely understand what's happening) -- what would the steps for live streaming on a Flask app be? Any help would really be appreciated!