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 683990 - Improve ClutterGstPlayer live media handling
Improve ClutterGstPlayer live media handling
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on: 682502 682503
Blocks:
 
 
Reported: 2012-09-13 21:59 UTC by Andre Moreira Magalhaes
Modified: 2013-03-26 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andre Moreira Magalhaes 2012-09-13 21:59:37 UTC
ClutterGstPlayer could grow an API to check whether the currently playing uri is a live media.

On top of that ClutterGstPlayer already handles GST_BUFFERING messages, but it ignores GST_BUFFERING_LIVE. Ideally the buffering percentage for live streams should be informed to the user.

The branch at
http://cgit.collabora.com/git/user/andrunko/clutter-gst.git/log/?h=live-streaming
contains some proposed improvements for this.
Comment 1 Lionel Landwerlin 2013-03-26 11:01:11 UTC
Pushed to master, Thanks.