Glimesh / rtmp-ingest

RTMP Ingest for Glimesh.tv -- Work in progress!
MIT License
8 stars 3 forks source link

Capture a jpeg of a keyframe every x seconds #3

Closed clone1018 closed 2 years ago

clone1018 commented 3 years ago

We need to save a complete keyframe every couple of seconds for each stream and store it for potential thumbnailing. Glimesh requires a thumbnail for every stream.

clone1018 commented 2 years ago

This was introduced in https://github.com/Glimesh/rtmp-ingest/pull/10 however there's many h264 decode errors thrown from the decoder when trying to piece together the data. We need to look at the FTL project to figure out how it plucks out the correct data to use.

clone1018 commented 2 years ago

Resolved in https://github.com/Glimesh/rtmp-ingest/commit/848c17996ee2c9d239484a72dbf8dc714471c810#diff-d0ed5bb23908b60f0b96d47caef7e950634aaa4b09eb6e0e77312c4583adaedeR323-R326