131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

Do you know how to support other profile except baseline? #72

Closed likezjuisee closed 5 years ago

131 commented 5 years ago

h264 baseline is mostly about having no b-frame (frame that are optimized for the next keyframe). I guess it's a good fit for a real-time video format. I do not think broadway will support something else.