GNOME Bugzilla – Bug 683990
Improve ClutterGstPlayer live media handling
Last modified: 2013-03-26 11:01:11 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.
Pushed to master, Thanks.