My gstreamer app is dependant on ability to receive a stream over udp SSM. I found that currently gstreamer doesn't support it. Here's the bug # 652711 submitted in June 2011 and updated last time on November 2014. I'm just wondering if there's any plans to add the support for SSM. I really appreciate any help on this topic.
|
On Wed, 2016-08-31 at 14:11 -0700, mguinzbourg wrote:
> My gstreamer app is dependant on ability to receive a stream over udp SSM. I > found that currently gstreamer doesn't support it. Here's the bug # 652711 > submitted in June 2011 and updated last time on November 2014. I'm just > wondering if there's any plans to add the support for SSM. I really > appreciate any help on this topic. As you can see in the bug report, this is blocking on GLib getting support for the API we need here. Once it's added to GLib, we can merge our side of that feature. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (949 bytes) Download Attachment |
Hi Sebastian, thanks a lot for the quick answer. Do you think we have any hope for the SSM support in a near future? Or is it possible to get this moving in any other way? Michael On 1 September 2016 at 02:29, Sebastian Dröge-3 [via GStreamer-devel] <[hidden email]> wrote: On Wed, 2016-08-31 at 14:11 -0700, mguinzbourg wrote: |
You can always write a piece of code that uses features you need on your own and connect it to the rest of the pipeline using appsrc/appsink. m. On 1 września 2016 at 23:47:17, mguinzbourg ([hidden email]) wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by mguinzbourg
On Thu, 2016-09-01 at 14:44 -0700, mguinzbourg wrote:
> Hi Sebastian, > > thanks a lot for the quick answer. Do you think we have any hope for > the SSM support in a near future? Or is it possible to get this > moving in any other way? You could help getting it integrated into GLib, see the bug reported linked from the one for GStreamer. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (949 bytes) Download Attachment |
Free forum by Nabble | Edit this page |