We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #6 and #7 were merged, replacing the HTTP server with a base64 data: uri, content from the GrayJay app doesn't play:
data:
2023-11-30 15:26:41.614 T:63 debug <general>: AddOnLog: inputstream.adaptive: Ignore HDCP status setting value: 0 2023-11-30 15:26:41.614 T:63 info <general>: AddOnLog: inputstream.adaptive: [Repr. chooser] Resolution set: 1910x1005, max allowed: 1910x1005, Adjust refresh rate: 0 2023-11-30 15:26:41.614 T:63 error <general>: AddOnLog: inputstream.adaptive: CURLOpen returned an error, download failed: data:application/xml+dash;base64,... 2023-11-30 15:26:41.614 T:63 debug <general>: AddOnLog: inputstream.adaptive: CSession::~CSession() 2023-11-30 15:26:41.614 T:63 error <general>: CVideoPlayer::OpenInputStream - error opening [data:application/xml+dash;base64,... 2023-11-30 15:26:41.614 T:63 info <general>: CVideoPlayer::OnExit() 2023-11-30 15:26:41.614 T:63 debug <general>: AddOnLog: inputstream.adaptive: Close()
The text was updated successfully, but these errors were encountered:
This only happens with content, not url (Nebula from GrayJay app works, YouTube and Odysee don't)
content
url
Sorry, something went wrong.
No branches or pull requests
After #6 and #7 were merged, replacing the HTTP server with a base64
data:
uri, content from the GrayJay app doesn't play:The text was updated successfully, but these errors were encountered: