matijagaspar / ws-avc-player

Video player for browser that is able to play realtime low latency h264 video stream from websocket.
BSD 3-Clause "New" or "Revised" License
156 stars 48 forks source link

Question: how to change the canvas size? #5

Closed arodrigoca closed 4 years ago

arodrigoca commented 5 years ago

Hi, currently I´m using this player for research purposes.

I would like to know how you can change the canvas size, so it's not stretched like the one in the example code. Thank you so much.

matijagaspar commented 4 years ago

Yeah I handle the sizing a bit awkwardly in the lib, will fix, you can override it with !important on css props

matijagaspar commented 4 years ago

Check branch: https://github.com/matijagaspar/ws-avc-player/tree/1.0.0-beta1