[Bug 796842] srt: Allow the host name "localhost"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 15:08:37 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796842

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373101|none                        |reviewed
             status|                            |

--- Comment #7 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 373101:
 --> (https://bugzilla.gnome.org/review?bug=796842&attachment=373101)

The problem is that name resolution is a blocking operation here.. and
gst_*src_start() shouldn't be blocking. That would mean moving the thing to the
async api .. with gst_base_src_set_async() and then create a thread if the name
resolution is blocking and then call gst_base_src_start_complete() when it's
done.

I guess for the sink it's already in the streaming thread, so it doesn't matter
as much.

Also, we awnt to merge clientsink/serversink into a srtsink and the same at the
source, there is a branch on github that does vaguely that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list