-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create invidious.io #18
Conversation
I didn't think about the split track at first |
|
No option for audio track in player, tried latest build |
The type of audioTrack is string |
Have tried this still not working showing type error not a function at watch audioTrack: res.audioStreams[0].map((item) => item.url), This also not working audioTrack: res.audioStreams[0]?.url || "", |
In the latest commit, my test has been working normally, but this extension always needs to be opened multiple times, otherwise access will fail. |
audioTrack field will be audioTrack: res.audioStreams?.[0]?.url, right? |
Just one, type is string |
Still getting some tcp error and buffer issue after audio track addition
It should work fine, right? |
Api changed so no more buffer
LGTM |
Audio and video both are seperated since there is no option for audio tracks , I don't know how to add it also subtitle are not able to open. You can merge if video only is not an issue.
Api docs with json schema for stream api: https://piped-docs.kavin.rocks/docs/api-documentation/