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:
<a class="moz-txt-link-freetext" href="rtsp://192.168.1.64:554/user=admin&password=xxxxxxxx&channel=1_stream=1.sdp?realstream">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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel