<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 23, 2016 at 10:26 AM, 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 20:07 -0400, Aaron Boxer wrote:<br>
><br>
> On Thu, Sep 22, 2016 at 4:21 PM, Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:<br>
> > 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>
> > 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>
><br>
> Thanks, yes. I would like to create the following components:<br>
><br>
> 1) read DCP file from disk and demux using asdcplib, a separate library using openssh<br>
> 2) store uncompressed video and audio in container <br>
> 3) stream using RTSP protocol to VLC client<br>
><br>
> I chose RTSP because I would like the VLC client to be able to seek, rewind, ff, pause.<br>
<br>
</span>Ok, so start by looking at similar demuxers and then get an idea how to<br>
wrap the API of that library in GStreamer. If you need any help with<br>
details then, just ask here :)<br>
<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>
> > 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>
><br>
> I would prefer raw video, as long as VLC client supports it.<br>
<br>
</span>Well, you'll have to try that then :) GStreamer supports raw video over<br>
RTP just fine.<br></blockquote><div> </div><div><br></div><div>Awesome, thanks!<br></div><div> </div></div><br></div></div>