[Bug 784989] qtdemux: cannot play file downloaded from vimeo: no valid frames found
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 28 09:43:57 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=784989
--- Comment #25 from Paul Wise <pabs3 at bonedaddy.net> ---
I have a different file, but if I re-download it with youtube-dl 2018.06.18-1.1
I get the same file:
$ md5sum Zendegi-9827433.mp4
06118309ee9748bc1ab1bc38d8ef39db Zendegi-9827433.mp4
However, when I use youtube-dl 2018.06.18-1.1 without my set of arguments I get
your file and playing that works:
$ youtube-dl https://vimeo.com/9827433
[vimeo] 9827433: Downloading webpage
[vimeo] 9827433: Extracting information
[vimeo] 9827433: Downloading webpage
[vimeo] 9827433: Downloading JSON metadata
[vimeo] 9827433: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 9827433: Downloading fastly_skyfire m3u8 information
[vimeo] 9827433: Downloading akfire_interconnect_quic MPD information
[vimeo] 9827433: Downloading akfire_interconnect_quic MPD information
[vimeo] 9827433: Downloading fastly_skyfire MPD information
[vimeo] 9827433: Downloading fastly_skyfire MPD information
[dashsegments] Total fragments: 12
[download] Destination:
Zendegi-9827433.fdash-fastly_skyfire_sep-video-16680098.mp4
[download] 100% of 15.73MiB in 00:36
[dashsegments] Total fragments: 12
[download] Destination:
Zendegi-9827433.fdash-fastly_skyfire_sep-audio-16680098.m4a
[download] 100% of 1.24MiB in 00:07
[ffmpeg] Merging formats into "Zendegi-9827433.mp4"
Deleting original file
Zendegi-9827433.fdash-fastly_skyfire_sep-video-16680098.mp4 (pass -k to keep)
Deleting original file
Zendegi-9827433.fdash-fastly_skyfire_sep-audio-16680098.m4a (pass -k to keep)
pabs at chianamo ~ $ gst-play-1.0 Zendegi-9827433.mp4
Press 'k' to see a list of keyboard shortcuts.
Now playing /home/pabs/Zendegi-9827433.mp4
Redistribute latency...
Redistribute latency...
Redistribute latency...
0:00:01.1 / 0:01:06.0
pabs at chianamo ~ $ md5sum Zendegi-9827433.mp4*
f267346569716f8aeafbe0673236acae Zendegi-9827433.mp4
If I pass the extra arguments I mentioned above to youtube-dl then I get a file
that works in vlc/ffplay but not in gst-play:
$ youtube-dl --hls-prefer-native --prefer-ffmpeg --format best
https://vimeo.com/9827433
[vimeo] 9827433: Downloading webpage
[vimeo] 9827433: Extracting information
[vimeo] 9827433: Downloading webpage
[vimeo] 9827433: Downloading JSON metadata
[vimeo] 9827433: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 9827433: Downloading fastly_skyfire m3u8 information
[vimeo] 9827433: Downloading akfire_interconnect_quic MPD information
[vimeo] 9827433: Downloading akfire_interconnect_quic MPD information
[vimeo] 9827433: Downloading fastly_skyfire MPD information
[vimeo] 9827433: Downloading fastly_skyfire MPD information
[dashsegments] Total fragments: 12
[download] Destination: Zendegi-9827433.mp4
[download] 100% of 16.97MiB in 00:32
$ md5sum Zendegi-9827433.mp4
06118309ee9748bc1ab1bc38d8ef39db Zendegi-9827433.mp4
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list