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 659919 - Gstreamer playbin2 can't do Youtube video streaming
Gstreamer playbin2 can't do Youtube video streaming
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.36
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-23 08:08 UTC by sunshine_uyl
Modified: 2011-09-23 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log file (80.76 KB, text/plain)
2011-09-23 08:10 UTC, sunshine_uyl
Details

Description sunshine_uyl 2011-09-23 08:08:58 UTC
I use Gstreamer playbin2 to play http://www.youtube.com/watch?v=tDWgt8Asj68. But it fails. The following error message lists brief fail error. Please refer the attached log file for detail log message.

W/GstPlayer(  551): [835], WARN      descriptions.c:987:gst_pb_utils_get_codec_description: No description available for media type: text/html
D/GstPlayer(  551): [835], DEBUG     gsturidecodebin.c:1447:proxy_unknown_type_signal: unknown-type signaled
W/GstPlayer(  551): [835], WARN      gsturidecodebin.c:867:unknown_type_cb: warning: No decoder available for type 'text/html'.
D/GstPlayer(  551): [835], DEBUG     gstdecodebin2.c:2855:gst_decode_chain_is_complete: Chain 0x3aec38 is complete: 1
D/GstPlayer(  551): [835], DEBUG     gstdecodebin2.c:3210:gst_decode_bin_expose: Exposing currently active chains/groups
W/GstPlayer(  551): [835], WARN      gstdecodebin2.c:3231:gst_decode_bin_expose: No suitable plugins found
W/GstPlayer(  551): [835], WARN      gstdecodebin2.c:3233:gst_decode_bin_expose: error: no suitable plugins found
Comment 1 sunshine_uyl 2011-09-23 08:10:17 UTC
Created attachment 197322 [details]
log file
Comment 2 Sebastian Dröge (slomo) 2011-09-23 10:01:02 UTC
You need something to parse the HTML of youtube and extract the media location, for example the totem youtube plugin can do that and then uses playbin2 to play back the media.