GNOME Bugzilla – Bug 738990
Want API to query current rtsp-server backlog state e.g. to adjust bitrate
Last modified: 2018-07-23 15:06:43 UTC
It would be very helpful if there was a way to access the rtsp-servers current back log state ( and/or receive an event if there is too much backlog ) , this way the server can dynamically adapt the bitrate in case of slower networks.
gst_rtsp_watch_send_message() returns ENOMEM when the backlog is full (this is the event to indicate that there is too much backlog). There is no way to ask for the currently queued bytes/messages, a patch to add such an api would be welcome.
Hello Mr Taymans. Actually, I upload a path for this. bug #740024 https://bugzilla.gnome.org/show_bug.cgi?id=740024 Could you review this patch. After done, I'm going to implement something to use this api in this library.
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 740024 ***