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 761353 - Cannot play live videos from FOSDEM
Cannot play live videos from FOSDEM
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.6.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-31 08:22 UTC by Lionel Landwerlin
Modified: 2016-02-03 23:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lionel Landwerlin 2016-01-31 08:22:36 UTC
Maybe there is something special about the way the streamer works. VLC manages to play the video though.

$ GST_DEBUG=3 totem rtmp://stream-a.fosdem.org:1935/play/fosdem+k4401cam
0:00:00.218147871  1980 0x561b6854ca90 WARN                    rtmp :0:: HandShake: client signature does not match!
0:00:01.550890653  1980 0x561b68d95720 WARN                flvdemux gstflvdemux.c:501:gst_flv_demux_parse_metadata_item:<flvdemux0> unsupported array element type 3
0:00:01.550906894  1980 0x561b68d95720 WARN                flvdemux gstflvdemux.c:309:gst_flv_demux_parse_metadata_item:<flvdemux0> failed reading tag name
0:00:01.550922703  1980 0x561b68d95720 WARN                flvdemux gstflvdemux.c:602:gst_flv_demux_parse_tag_script:<flvdemux0> failed reading a tag, skipping
0:00:01.552889082  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.556176010  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.556364712  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.556470534  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.556693650  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.557987379  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.561476595  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.562078413  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
0:00:01.564157491  1980 0x561b68d95720 ERROR               flvdemux gstflvdemux.c:1128:gst_flv_demux_parse_tag_audio:<flvdemux0> got AAC audio packet before codec data
Comment 1 Tim-Philipp Müller 2016-01-31 10:23:51 UTC
Can't seem to access the streams from the FOSDEM network, so would be great if you could save a stream with

 gst-launch-1.0  rtmpsrc location=rtmp://... ! gdppay ! filesink location=rtmp-flv.gdp

and put it somewhere? Thanks.
Comment 2 Sebastian Dröge (slomo) 2016-02-03 23:44:39 UTC
How was it fixed?