Product
Player
Question
In iOS, for Bitmovin source custom error, we are getting event.data as nil. Sometimes we are receiving data content. . In Android and Roku, they are receiving data always so that they can check the http status inside the data and evaluate the value. But in iOS, the data value returns nil most of the time. Is it possible to receive the value always.
(BMPSourceErrorEvent?) event = 0x00000003017d7180 {
ObjectiveC.NSObject = {
isa = BMPSourceErrorEvent
}
name = “onSourceError”
code = .BMPSourceErrorCodeGeneral
message = “Source Error.”
timestamp = 1724315870.7499239
data = nil
}