webrtc
webrtc copied to clipboard
RTSP and gstreamer
Hello everyone I'm trying but without success to add an RTSP url and convert to vp8
videoSrc := flag.String("rtspsrc",
location="rtsp://admin:[email protected]:554/Streaming/Channels/102/" ! rtph264depay ! h264parse ! avdec_h264, "GStreamer video src")
can anyone give any suggestions?