Yotter
Yotter copied to clipboard
Resolutions higher than 720p
Currently, the maximum resolution seems to be 720p?
Yes. This needs some work! I think this shouldn't be hard to address
Can we automatically select the available dash quality or something like invidious?
Not right now, but I will be working on it.
We should ideally have a quality selector like how newpipe does, including support for webm.
Yes, I think I know how we can do this. I will work on it on the following days.
I did a lot of research on this recently, you'll need to generate a dash manifest for this to even work, otherwise you'll get a video without any audio.
And it will be impossible for clients without javascript to play these streams.
Hm... I see. Thank you! I will leave this issue for now, I am focusing on having everything working fine for now as I have a limited time!
I'm really interested into this issue. Once this will be implemented I might consider switching https://yewtu.be from Invidious to Yotter.
This needs some work, and I currently don't have any time to code... Maybe in a week or so I will be able to start dedicating time to Yotter and get all these features done.
This is fortunately possible to implement with youtube-dlc
. However, from my research, videojs
does not support remuxing for WEBM streams.
This is also the reason why invidious only has support for mp4 files. (and it's 50kbps audio bitrate)
You can take a look at https://github.com/GilgusMaximus/yt-dash-manifest-generator to see how it should be done to mp4 files.
This is why I've decided to try to create yet another proxy. One that will mux 2 streams using ffmpeg
.
However, I would like some feedback for the hacky fix I made in https://piped.kavin.rocks/, another WIP alternative youtube frontend.
Just tell me what browser you use, if the audio is stuttering during videoplayback, and a log of the numbers you see in your dev tools console.
This has support for WebM streams and uses a similar approach to what cloudtube does.
@FireMasterK I'm not getting any audio on Piped.