131 / h264-live-player

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

Timestamp Metadata #58

Closed awdrone closed 6 years ago

awdrone commented 6 years ago

Looking for a way to decode timestamps to sync metadata on the client end maybe through a websocket, or pipe on the encoder end. Is it possible to make this happen or decode the epoch timestamps on the client end?

131 commented 6 years ago

You can easily append any kind of metadata to the frame buffer (as each frame is splitted by the server)