Glimesh / broadcast-box

A broadcast, in a box.
MIT License
1.46k stars 83 forks source link

Have stream(s) sent into file(s) #175

Open wolfcomp opened 3 months ago

wolfcomp commented 3 months ago

Have each stream sent into a .webm file as it's already encoded for said container and have it labeled, or subfolder, based on the stream key and when the stream started.

  1. Subfolder: <some configurable location>/<stream key>/<stream start time in rfc3339>.webm
  2. No subfolder: <some configurable location>/<stream key>_<stream start time in rfc3339>.webm

rfc3339 encode characters not fit for path characters that being / and : encoded to -

gedw99 commented 1 month ago

This would be awesome !!