geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
755 stars 199 forks source link

How to connect websocket , mqtt , .. WWW online #30

Open huukhoa1412 opened 4 years ago

huukhoa1412 commented 4 years ago

How to connect websocket , mqtt , .. WWW online RTSP online Internet Sorry .My English very bad.

kennycoder commented 4 years ago

websockets and mqtt are unrelated to this. This here is an implementation of RTSP protocol. If you have the knowledge you can add mqtt implementation yourself to talk with other services. To access RTSP stream via public internet, and I suppose you want to do it from your home network, just map the rtsp port on your router to have public external access, that's all.