Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCustom video player (Videojs) #1238
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Yes, we use VideoJS with WebTorrent in PeerTube. See the plugin we made https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/assets/player/peertube-videojs-plugin.ts (that we use here: https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/app/videos/%2Bvideo-watch/video-watch.component.ts#L286). Basically you just need to call |
This comment has been minimized.
This comment has been minimized.
|
Yes, I forgot to add that you need this monkey patch with VideoJS >= 6. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did anyone figured out how to use the .renderTo function with videojs lib?