hi,<div><br></div><div>i&#39;m new to gstreamer, so i&#39;m wondering if it&#39;s possible to make a 16bit lossless gray channel rtp stream. I did some research and thought about to use jpeg2000(jp2kenc,rtpj2kpay,etc.), but jp2kenc supports only 8bit grey images.</div>
<div>Also i checked jpeg-ls(ffenc_jpegls), but with gst-inspect i can&#39;t get the caps, but ffmpeg should support 16bit gray. Sadly i can&#39;t get ffenc_jpegls to work, even the simplest thing doesn&#39;t work:</div><div>
<br></div><div>gst-launch --gst-debug=2 videotestsrc ! video/x-raw-rgb,format=RGB3,width=800,height=600,framerate=30/1 ! ffenc_jpegls ! fakesink </div><div><div><br></div><div>gives this error: </div><div>basesrc gstbasesrc.c:2574:gst_base_src_loop:&lt;videotestsrc0&gt; error: Internal data flow error.</div>
</div><div><br></div><div>What&#39;s my mistake here, how should this work ?</div><div>But generally do you think jpeg-ls would be a better choice than jpeg2000 for my goal, or maybe i should try to extend jp2kenc to 16bit grey ?</div>
<div><br></div><div>help is highly appreciated,</div><div>max</div>