Corrado Steri
New Member
I have a camera that outputs an udp stream to a certain port i can set. Would it be possible for the server to take this stream and publish it on a web page? (like it does with RTSP streams).
Corrado
Corrado
gst-launch-1.0 -e videotestsrc ! queue ! videoconvert ! x264enc ! flvmux streamable=true ! queue ! rtmpsink location='rtmp://WCS_IP:1935/live/myStream'