<div dir="ltr"><div class="gmail_default" style="font-size:small"><p dir="auto">I am connected to an ip camera live.
When property protocols is set for TCP, every 8 seconds I receive an EOS signal. When not set to TCP the signal is not sent.</p>
<pre class="gmail-code gmail-highlight gmail-js-syntax-highlight gmail-plaintext gmail-white" lang="plaintext"><code><span id="gmail-LC1" class="gmail-line" lang="plaintext">let src = gst::ElementFactory::make("rtspsrc", None).map_err(|_| MissingElement("filesink")).unwrap();</span>
<span id="gmail-LC2" class="gmail-line" lang="plaintext">src.set_property("location", &uri)</span>
<span id="gmail-LC3" class="gmail-line" lang="plaintext">    .expect("setting rtspsrc location property failed");</span>
<span id="gmail-LC4" class="gmail-line" lang="plaintext">src.set_property("latency", &3000u32)</span>
<span id="gmail-LC5" class="gmail-line" lang="plaintext">    .expect("setting rtspsrc latency property failed");</span>
<span id="gmail-LC6" class="gmail-line" lang="plaintext">src.set_property("timeout", &8000000u64)</span>
<span id="gmail-LC7" class="gmail-line" lang="plaintext">    .expect("setting rtspsrc timeout property failed");</span>
<span id="gmail-LC8" class="gmail-line" lang="plaintext">src.set_property_from_str("protocols", "tcp");</span></code></pre></div><div><div class="gmail_default" style="font-size:small">The ip camera is on the local network with me. If I do not set protocols to tcp the behavior does not occur. Tried changing the latency and the timeout, no change. It is EVERY 8 seconds. is-live does not accept a property change but should be set to true by default.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Just to be clear about current installations: </div><div class="gmail_default" style="font-size:small">gstreamer1.0-plugins-base is already the newest version (1.14.5-0ubuntu1~18.04.1).</div><div class="gmail_default" style="font-size:small">gstreamer1.0-plugins-good is already the newest version (1.14.5-0ubuntu1~18.04.1).</div><div class="gmail_default" style="font-size:small">libgstreamer-plugins-base1.0-dev is already the newest version (1.14.5-0ubuntu1~18.04.1).</div><div class="gmail_default" style="font-size:small">libgstreamer1.0-dev is already the newest version (1.14.5-0ubuntu1~18.04.1). </div><div class="gmail_default" style="font-size:small">gstreamer1.0-libav is already the newest version (1.14.5-0ubuntu1~18.04.1). </div><div class="gmail_default" style="font-size:small">gstreamer1.0-plugins-bad is already the newest version (1.14.5-0ubuntu1~18.04.1). </div><div class="gmail_default" style="font-size:small">gstreamer1.0-plugins-ugly is already the newest version (1.14.5-0ubuntu1~18.04.1). </div><div class="gmail_default" style="font-size:small">libgstrtspserver-1.0-dev is already the newest version (1.14.5-0ubuntu1~18.04.1).</div></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div><br></div></div></div></div></div>