After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764251 - rtmpsrc: Add timeout property
rtmpsrc: Add timeout property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-27 01:22 UTC by Yann Jouanin
Modified: 2016-03-27 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add timeout option to rtmpsrc (3.17 KB, patch)
2016-03-27 01:22 UTC, Yann Jouanin
committed Details | Review

Description Yann Jouanin 2016-03-27 01:22:03 UTC
Created attachment 324824 [details] [review]
Patch to add timeout option to rtmpsrc

rtmpsrc is based on librtmp, but the timeout option is not exposed

Attached a patch to make this option available, the default value is taken from librtmp documentation (120s)
Comment 1 Sebastian Dröge (slomo) 2016-03-27 08:57:07 UTC
commit 9554e1c666e8a986ad80f1b37cc4d7018de48a4e
Author: Yann Jouanin <yjo@witbe.net>
Date:   Sun Mar 27 03:11:45 2016 +0200

    rtmpsrc plugin : add timeout option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764251