As stated in:
https://github.com/opencardev/aasdk/blob/newdev/protobuf/aap_protobuf/service/media/sink/MediaSinkService.proto
the first field ofAVChannelData is MediaCodecType and not AVStreamType
it represents the codec used and works only because 1 is PCM and 3 is H264 (ref https://github.com/opencardev/aasdk/blob/newdev/protobuf/aap_protobuf/service/media/shared/message/MediaCodecType.proto)
can you please fix it?
(i saw it even in some of your docs, but ican't find it now)
As stated in:
https://github.com/opencardev/aasdk/blob/newdev/protobuf/aap_protobuf/service/media/sink/MediaSinkService.proto
the first field ofAVChannelData is MediaCodecType and not AVStreamType
it represents the codec used and works only because 1 is PCM and 3 is H264 (ref https://github.com/opencardev/aasdk/blob/newdev/protobuf/aap_protobuf/service/media/shared/message/MediaCodecType.proto)
can you please fix it?
(i saw it even in some of your docs, but ican't find it now)