You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debug messages are enabled in rtspv2.RTSPClientOptions, I see many messages of the form:
2021/04/17 07:10:12 [Unsupported NAL Type 6]
These appear to be Supplemental Enhancement Information (SEI) NAL types for H.264.
Would it be beneficial to simply note in the code that these are not currently supported, instead of logging these messages for NAL Type 6 specifically? Other unsupported NAL types would continue to be logged.
The text was updated successfully, but these errors were encountered:
When debug messages are enabled in
rtspv2.RTSPClientOptions
, I see many messages of the form:These appear to be Supplemental Enhancement Information (SEI) NAL types for H.264.
Would it be beneficial to simply note in the code that these are not currently supported, instead of logging these messages for
NAL Type 6
specifically? Other unsupported NAL types would continue to be logged.The text was updated successfully, but these errors were encountered: