[Newbie] Pushing a local WebRTC stream to a server for broadcasting

Hi all,

I have an mobile ionic application which connects to a camera in my local network.
The stream is something like: ws://xxx.xxx.xxx.xxx:8090//stream/webrtc
Of course, this stream is only accessible within my network.
I want to push this websocket forward, to a NodeJS server which I’m trying to put online on Heroku.

I want to retrieve a public url so people can spectate the camera when I broadcast it.

Is there anyone with a quick solution for this (or some tips to help me out?)
You could also see this as a minor ‘job-offer’. If someone wants to help me out with this, I’m willing to pay for it, as I am really new to this!

Thanks in advance!