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
i'm using plugin NoSIP for call between mobile (Android -> Android, Android -> iOS). I have problem with rotation video (Android have 270, iOS have 90)
In logs janus
janus[18277]: [rtp.c:janus_rtp_header_extension_parse_video_orientation:202] 03 --> c=0, f=0, r1=1, r0=1
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 31698
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 31698
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 3924
janus[18277]: [rtp.c:janus_rtp_header_extension_parse_video_orientation:202] 01 --> c=0, f=0, r1=0, r0=1
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 3924
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 3924
janus[18277]: -- X bit is set!
janus[18277]: -- I bit is set!
janus[18277]: -- M bit is set!
janus[18277]: -- -- PictureID: 3924
The NoSIP plugin is still missing the fixes that were made to the SIP plugin in #1928.
When plugins pass packets to the core, we now strip all extensions that are part of the RTP packets themselves: they need to be set in a dedicated structure, since they need to be merged with other extensions only the core knows about. This means plugins need to be aware of extensions: #1928 did it for SIP, as I said, but NoSIP still doesn't have it. As a result, you should be able to see te extension on the way out, but not on the way in.
I'll check how complex it is to copy the same feature in the NoSIP plugin too.
Hi,
i'm using plugin NoSIP for call between mobile (Android -> Android, Android -> iOS). I have problem with rotation video (Android have 270, iOS have 90)
In logs janus
But in Android parse frame
And have logs
Question
Plugin NoSIP can set in default value rotation?
The text was updated successfully, but these errors were encountered: