When using notifyOnChangeOnly: true, if the stream passes UTC data, the metadata event is triggered due to the change in time between requests causing a false update which essensially ignores the notifyOnChangeOnly option.
Would it be possible/resonable to make it so that the UTC data does not trigger the metadata event?
Or preferably change the functionality to be able to add a list of metadata to cause the update such as notifyOnChangeOnly: ['StreamTitle'] - This example only triggering the event when there is a change in the stream title.
When using
notifyOnChangeOnly: true
, if the stream passesUTC
data, the metadata event is triggered due to the change in time between requests causing a false update which essensially ignores thenotifyOnChangeOnly
option.Would it be possible/resonable to make it so that the
UTC
data does not trigger themetadata
event?Or preferably change the functionality to be able to add a list of metadata to cause the update such as
notifyOnChangeOnly: ['StreamTitle']
- This example only triggering the event when there is a change in the stream title.