Sort dash representations by framerate
This commit is contained in:
		| @@ -4493,7 +4493,7 @@ get "/api/manifest/dash/id/:id" do |env| | |||||||
|   end |   end | ||||||
|  |  | ||||||
|   audio_streams = video.audio_streams(adaptive_fmts) |   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.build(indent: "  ", encoding: "UTF-8") do |xml| | ||||||
|     xml.element("MPD", "xmlns": "urn:mpeg:dash:schema:mpd:2011", |     xml.element("MPD", "xmlns": "urn:mpeg:dash:schema:mpd:2011", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth