GNOME Bugzilla – Bug 686009
rtmpsink: handle RTMP_Write() return value correctly
Last modified: 2012-10-12 22:40:05 UTC
Created attachment 226313 [details] [review] Fix patch Incorrect RTMP_Write return value check. When RTMP_Write can't write data to server return value is negative (-1) Version of librtmp is 2.4 (current)
Thanks, pushed: commit 6d0d209a28bfb88e61bba1cb32bd24c1bfd8f485 Author: Sergey N. Gorshkov <sng@setevisor.tv> Date: Fri Oct 12 10:57:44 2012 +0400 rtmpsink: handle RTMP_Write() return value correctly Error might also be negative (-1). Unclear if 0 should be fatal as well though. https://bugzilla.gnome.org/show_bug.cgi?id=681111 https://bugzilla.gnome.org/show_bug.cgi?id=686009
*** Bug 681111 has been marked as a duplicate of this bug. ***