[Bug 715078] Critical message when second consumer connects to shared RTSP media factory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 24 21:04:30 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=715078
  GStreamer | gst-rtsp-server | git

Andrey Utkin <me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major

--- Comment #1 from Andrey Utkin <me at andrey-utkin.pp.ua> 2013-11-25 05:04:27 UTC ---
In a case of two or more concurrent consumers, such RTSP server leaks file
descriptors. With fast-reconnecting script instances like below, and monitoring
/proc/$SERVER_PID/fdinfo contents, you may monitor it.

I=0; while true; do I=$(( I + 1 )); echo -e "\n\n\nI=$I\n\n\n"; DISPLAY=:0
ffmpeg -i rtsp://localhost:8554/test -t 5 -codec copy -f null /dev/null -y;
sleep 1; done

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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