Sort dash representations by framerate

This commit is contained in:
Omar Roth 2019-08-02 15:24:38 -05:00
parent 004246124b
commit 5680d5a7be
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -4493,7 +4493,7 @@ get "/api/manifest/dash/id/:id" do |env|
end
audio_streams = video.audio_streams(adaptive_fmts)
video_streams = video.video_streams(adaptive_fmts)
video_streams = video.video_streams(adaptive_fmts).sort_by { |stream| stream["fps"].to_i }.reverse
XML.build(indent: " ", encoding: "UTF-8") do |xml|
xml.element("MPD", "xmlns": "urn:mpeg:dash:schema:mpd:2011",