Hi,
I'm searching for wowza alternative and found nimble streamer and wmspanel.
But before migrate to nimble/wmspanel(as lightweigt and cheaper solution) i need to verify few requirments
1. Does Nimble support udp mpeg-ts(udp://224.1.1.1:3000) and output pull rtmp?
2. Does Nimble support udp mpeg-ts(udp://224.1.1.1:3000) and output pull HLS?
3. Does Nimble is capable to remove session id(wowza has httpRandomizeMediaName:false,see below)
4. Does Nimble support similar fnctionality as cupertinoCalculateChunkIDBasedOnTimecode provide(see below). This allow 2 separate Wowza instances to generate absolutelly same chunks while using same input(used for redundancy/failover)
5. Does Nimble support similar fnctionality as cupertinoOnChunkStartResetCounter provide(see below)
3 4 and 5 are HLS related
From wowza docs:
httpRandomizeMediaName - Set this property to true to help to ensure that the chunks in live streams are unique if the encoder is restarted.
cupertinoOnChunkStartResetCounter - Set this property to true to reset the continuity counter in each media chunk that's generated. This helps to ensure that each generated chunk is identical. When disabled (false), the continuity counter is incremented in each media chunk to help track packet loss in TCP transmissions.
cupertinoCalculateChunkIDBasedOnTimecode - LiveStreamPacketizers property cupertinoCalculateChunkIDBasedOnTimecode to turn on chunk ID numbering based on incoming packet time
Regards