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.
Subfolder: <some configurable location>/<stream key>/<stream start time in rfc3339>.webm
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 -
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.<some configurable location>/<stream key>/<stream start time in rfc3339>.webm
<some configurable location>/<stream key>_<stream start time in rfc3339>.webm
rfc3339 encode characters not fit for path characters that being
/
and:
encoded to-