i have a ipcam that give's me a rtsp stream, now i cant put that link into a webpage for other people to watch.
so i'm looking now for a way to convert that rtsp stream to something all(most) browser support without having to install extra software.
my question is, is this posible with vlc? and how?
i got a server up and running for converting the stream but i have no idea how to do it, i tried doing it true the gui of vlc (media->streaming->netwerk-> etc) but i cant connect to the stream from outside my server, nor can i watch the stream from the server itself if i set up a basic webpage like this.
Code: Select all
<video width="320" height="240" controls>
<source src="http://127.0.0.1:18181/dscam001" type="video/mp4">
</video>
btw i'm a noob at vlc and video streaming/converting.... if its possible explain like i'm 5?
thnx