-
I was just wondering if you can recommend something to me or guide me that how i can display rtsp stream video on web page i just want to display live cameras on browser in the simplest form. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This project is probably exactly what you are after. |
Beta Was this translation helpful? Give feedback.
-
Since there's now a HLS server integrated into rtsp-simple-server, you can add the stream to the configuration file: paths:
stream:
source: rtsp://sourceurl And then visit
|
Beta Was this translation helpful? Give feedback.
-
BTW, the rtsp-simple-server approach also supports audio, which |
Beta Was this translation helpful? Give feedback.
This project is probably exactly what you are after.
https://github.com/deepch/RTSPtoWeb