GNOME Bugzilla – Bug 761353
Cannot play live videos from FOSDEM
Last modified: 2016-02-03 23:44:39 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
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.
How was it fixed?