Replies: 2 comments 1 reply
-
There isn't much info here, but I am going to assume you would like to view a web page that shows your video. If you have WebRTC enabled you can open the URL something like https://my.server.com:8889/Path/To/Stream "HTTP(S)" will depend on if you have set up certificates for encryption. To view an RTMP stream, you would have to use a client like VLC or something using a similar URL like rtmp://my.server.com:1935/Path/To/Stream By default, correct me if I am wrong, without a browser plugin, you cannot view RTMP streams directly in a browser. |
Beta Was this translation helpful? Give feedback.
-
Hello, raw video tags do not support real-time video streams by themselves, they need to be initialized through JavaScript. Since this is too complex for most users, the README suggests two approaches:
|
Beta Was this translation helpful? Give feedback.
-
Question
Would love some instruction on how i can consume the feeds in my own raw video element in the browser.
Beta Was this translation helpful? Give feedback.
All reactions