Hello. This is what we need:
Wowza’s Live Stream Record, that’s accessible from the following URL:
http://127.0.0.1:8086/livestreamrecord/index.html
…is recording streams perfectly fine splitting files by duration.
The only thing is that the filename that it outputs is:
“name.stream_2014-02-09-16.19.09.017-PST_0.mp4”
Basically we need help customizing the filename:
-
We need to remove “.stream” part of the name.
-
We need to remove MINUTES, SECONDS and MILLISECONDS from the file name.
-
We need to remove the TIMEZONE from the file name.
All we would like to have in our file name are:
-
Name of the stream without extension .stream.
-
we would like to have YEAR-MONTH-DAY-HOUR in the file name as well.
After clean up, above Filename should basically look this way:
“name-2014-02-09-16.mp4”
That’s all we would like. Our streams definitely should be split by duration of one hour and recorded into the custom path that we specify for each channel that we record. We record multiple channels.
We would like to be able to still use the following User Friendly Recording Module of WOWZA while filenames should be customized:
http://127.0.0.1:8086/livestreamrecord/index.html
Thank you.