<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Josh<div class=""><br class=""></div><div class="">Yes that indeed sounds like IFrames are not being sent. To send an Iframe every second (assuming a 30fps stream) you could, for example:</div><div class=""><br class=""></div><div class="">x264enc key-int-max=30</div><div class="">vp8enc keyframe-max-dist=30</div><div class=""><br class=""></div><div class="">Michael</div><div class=""><a href="http://www.ridgerun.com" class="">www.ridgerun.com</a></div><div class=""><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 14, 2019, at 10:48 PM, josh <<a href="mailto:josh@caffeinatedkiwi.com" class="">josh@caffeinatedkiwi.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I'm trying to stream a local RTSP stream which is encoded in H.264 to a<br class="">chrome browser using H.264 or VP8. The trouble I'm having is the video<br class="">starts out green until I put my hand over the lens and remove then the video<br class="">is normal. I have tested the RTSP stream in VLC and it plays normally. It<br class="">happens with both H.264 and VP8. Below is the pipeline code. I read on<br class="">another forum I may need to wait for an iframe in the RTSP stream but I'm<br class="">not sure how to do that. Any suggestions would be appreciated.<br class=""><br class="">webrtcbin bundle-policy=max-bundle name=sendrecv " STUN_SERVER " rtspsrc<br class="">location=<a href="rtsp://192.168.1.240:554/live2.sdp" class="">rtsp://192.168.1.240:554/live2.sdp</a> ! rtph264depay ! h264parse<br class="">config-interval=1 ! queue ! decodebin ! videoconvert ! queue ! x264enc !<br class="">rtph264pay ! queue !<br class="">application/x-rtp,media=video,encoding-name=H264,payload=100 ! sendrecv.<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">--<br class="">Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" class="">http://gstreamer-devel.966125.n4.nabble.com/</a><br class="">_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</div></div></blockquote></div><br class=""></div></body></html>