Replies: 1 comment 1 reply
-
I understand that the configurationBox value is the value of AVCDecoderConfigurationRecord and is being sent. This value needs to be used as output by VideoToolbox, I think the reason why NMS can't parse it lies elsewhere. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's an open source RTMP server that I use for quick testing in the local network: NMS. It parses AVC sequence header when video data arrives here and extracts profile, level, width and height here from the AVC header. When I'm trying to publish using HK, that method fails to extract the data from the header. Looks like the muxer doesn't include much into the header.
AVCDecoderConfigurationRecord
defines multiple different fields to be included. Would it be beneficial to do so?Beta Was this translation helpful? Give feedback.
All reactions