Fix width and height in manifest

This commit is contained in:
Omar Roth 2019-04-11 22:31:45 -05:00
parent 5de300fb35
commit a2ab6b89f1

View File

@ -4157,7 +4157,7 @@ get "/api/manifest/dash/id/:id" do |env|
bandwidth = fmt["bitrate"]
itag = fmt["itag"]
url = fmt["url"]
height, width = fmt["size"].split("x")
width, height = fmt["size"].split("x")
xml.element("Representation", id: itag, codecs: codecs, width: width, height: height,
startWithSAP: "1", maxPlayoutRate: "1",