<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 4:21 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Do, 2016-09-22 at 15:48 -0400, Aaron Boxer wrote:<br>
><br>
> Thanks. DCP is a container for video and audio, and other metadata. I would like to create<br>
> a plugin that decompresses the video, and then streams over an existing protocol,.<br>
<br>
</span>So you want to write a demuxer for DCP, that is then outputting the<br>
JPEG2000 video stream (and the audio), and gets the input via filesrc<br>
or anything else?<br></blockquote><div><br></div><div>Thanks, yes. I would like to create the following components:<br><br></div><div>1) read DCP file from disk and demux using asdcplib, a separate library using openssh<br></div><div>2) store uncompressed video and audio in container <br></div><div>3) stream using RTSP protocol to VLC client<br><br></div><div>I chose RTSP because I would like the VLC client to be able to seek, rewind, ff, pause.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
> So, my question is: what is the best streaming format to use, once I decompress ?<br>
> For example, are there lossless video streaming formats ? Lossless because the original<br>
> is "visually lossless", so don't want to lose too much image quality.<br>
<br>
</span>You could use ffv1, Dirac/VC2, JPEG2000, dnxhd, prores, huffyuv, just<br>
raw video, ... It depends on how you want to transmit it and what<br>
software is on the other side.<br></blockquote><div><br></div><div>I would prefer raw video, as long as VLC client supports it.<br><br></div>Cheers,<br></div><div class="gmail_quote">Aaron<br></div><div class="gmail_quote"><br><br><br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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>
<br></blockquote></div><br></div></div>