Hi,
I was using Janus 0.7.3 and now upgrading to 0.12.2
I am facing one issue in my iOS clients.
My client is sending two H264 profiles in SDP as below
a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c34
a=fmtp:98 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e034
0.7.3 is sending back below as answer
a=fmtp:96 profile-level-id=42e01f;packetization-mode=1
0.12.2 is sending
a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c34
Is there any way to force 42e01f like 0.7.3 because some of my android clients are not able to decoce 640c34 and this failing to render video.
I tried setting up h264_profile while creating room but since 42e01f is not offered by iOS client it is not setting that in answer.
Thank you