videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
137 stars 14 forks source link

Video Canvas Should be optional for player #47

Closed LeifAndersen closed 6 years ago

LeifAndersen commented 6 years ago

If you want to use the player to play sound, you probably don't want to draw to the screen, and don't need a video-canvas. As such, it should really be optional. And also should be able to be set as a parameter when constructing the video-player-server% object.

LeifAndersen commented 6 years ago

Commit c11010d77102f5e6697e9c5ce340cf3bfd491ca5 fixes this.