-
Notifications
You must be signed in to change notification settings - Fork 4
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
Manipulate Youtube Audio #1
Comments
we can now stream youtube videos as mp4 html5 embeds in our react framework. we should be able to connect it to the web audio api now. |
Playback with audio works fine for standalone players, but connecting the videos to createMediaElementSource() results in a CORS error. Enabling 'crossOrigin="anonymous"' on the html5 video player results in the video failing to load. Without |
No description provided.
The text was updated successfully, but these errors were encountered: