Hi i have a RTSP stream (video) coming from my Rasberry Pi and want to stream to a browser for clients to view without using plugins such as flash. From my understanding of webRTC and it's P2P nature both peers need to connect to a signalling server before they are connected to each other.
Is there a way to set it so that one peer (The media stream coming from the RPi) is always connected and awaiting another peer to signal the server.
Websockets would be preferable but I don't know how to use them in this way, if it's even possible.
Thanks for any help in advance!