So, I'm trying to use NewPipe in a frontend with videojs, unfortunately, the extractor doesn't provide enough information to create a dash manifest for 1080p playback.
Is there any way to add the following to the VideoStream?
itag
codec
width
height
fps
initRange
indexRange
bitrate // different from averageBitrate
They are already in the JSON response, and youtube-dl already does this, so I don't see why not.