<div dir="ltr">Hi,<br>
I wrote simple plugin(demultiplexer), which reads from a file stored rtp streams and demultiplex it. My pipeline:<br>
gst-launch-1.0 filesrc location=file.RAW ! mydemux ! application/x-rtp ! rtph264depay ! fakesink<br>
rtph264depay generate a lot of critical errors, like this:<br>
(gst-launch-1.0:26999): GStreamer-CRITICAL **: gst_segment_to_running_time: assertion 'segment->format == format' failed<br>
<br>
It works fine, when I do two pipelines:<br>
<br>
gst-launch-1.0 filesrc location=file.RAW ! mydemux ! udpsink<br>
gst-launch-1.0 udpsrc ! rtph264depay ! fakesink<br>
<br>
How can I set segment's format in my pipeline(or in my plugin)?<br>
Thanks for your help!<br>
<br>
Best regards,<br>
Marcin Kolny<br clear="all"><br>-- <br>Pozdrawiam<br>Marcin Kolny
</div>