using gstreamer to for an IP camera in html

R C cjvijf at gmail.com
Thu May 2 02:41:52 UTC 2019


Hello all,


I managed to use VLC to connect to an IP camera and stream to a 
http/html page;

In VLC:

- media

- open network stream

-  stream: 
rtsp://192.168.1.64:554/user=admin&password=xxxxxxxx&channel=1_stream=1.sdp?realstream

- destination 192.168.1.110:8080

- transcoding: Video: H.264 + MP3 (MP4)


then on the linux box I have an html video 'tag' like:

<video id="video" src="http://192.168.1.110:8080" autoplay="autoplay" 
width="640" height="480"></video>

(although it doesn't really stream, it is stuck in a frame.).


Is there a way to accomplish the same thing using gstreamer (and also 
actually have a stream that's not stuck).


thanks,


Ron

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190501/0f5031ca/attachment.html>


More information about the gstreamer-devel mailing list