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

is main profile supported #1

Closed peererror closed 6 years ago

matijagaspar commented 6 years ago

Sadly no.

Reason is lack of support from brodway.js

https://github.com/mbebenita/Broadway/issues/145

Using native player has other issues (like required mpeg container that induces greater latency).

Optimal solution would be using native player and VP8 or VP9 codec, however rpi has no hardware encoding of those codecs.