<div dir="ltr">Hi <span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Katariina,</span><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Is that theoretically possible? You would have to possibly resend a portion of the video a countless number of times via TCP. That would mean you would have to save the file and share it at any moment. This is why streaming video gets sent via UDP but a saved file gets sent in pieces via TCP. </span></div><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Thanks,</span></div><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">~Ben</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 6, 2018 at 9:43 AM, vk_gst <span dir="ltr"><<a href="mailto:venkateshkuppan26@gmail.com" target="_blank">venkateshkuppan26@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">1. Did you try to save the file on the Nvidia TX2 board itself? Replace your<br>
tcpclientsink to a filesink. Check if you are able to play back the saved<br>
file. In that case you can be sure that there are no issues at the<br>
transmission side. <br>
<br>
2. You are using 'nvjpegenc' at the transmission side. So you must also use<br>
the corresponding decoder to 'nvjpegenc' at the receiving side, before you<br>
store it to a file. Search for appropriate 'jpegdec' element for your<br>
usecase.<br>
<br>
3. Try to stream the video you receive at the reception side using<br>
autovideosink. I also think, you might be required to match the caps when<br>
you try to stream or save the video at the reception side. To get the caps,<br>
run the command at the transmission side with '-v' option (gst-launch-1.0<br>
-v), and use the caps at the reception side.<br>
<br>
4. You can also try using UDP instead of TCP which might be faster when you<br>
are using wireless link. I have successfully streamed live video using UDP<br>
on Freescale imx6 board.<br>
<br>
<br>
Regards. <br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></div></blockquote></div><br></div>