[Bug 797103] rtmp: Don't set debug callback of librtmp depending on debug level

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 9 13:29:57 UTC 2018


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

--- Comment #3 from Seungha Yang <pudding8757 at gmail.com> ---
(In reply to Tim-Philipp Müller from comment #2)
> Well, debug categories can be enabled at runtime, in which case this
> wouldn't work any longer.
> 
> It's also a big unexpected really, I think one wouldn't expect the
> application to use librtmp directly as well. How/why are you using it?

My server side application actually uses both librtmp directly and also
rtmpsink in the identical process actually :( To pull rtmp packet from remote,
I uses librtmp directly with customized rtmp packet handler, but the handler is
not suitable to be implemented in rtmpsrc.

The problem is gstreamer rtmp plugin replaces already installed librtmp debug
callback regardless of "rtmp" debug level.

-- 
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