Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webrtc adaptor compatibility issue after upgradation #4019

Open
yashtandon113 opened this issue Mar 1, 2022 · 1 comment
Open

Webrtc adaptor compatibility issue after upgradation #4019

yashtandon113 opened this issue Mar 1, 2022 · 1 comment
Assignees

Comments

@yashtandon113
Copy link
Contributor

User upgraded server from old version (v2.2.1) to latest v2.4.2.1 and in their application they have initialized the WebRTC adaptor to get stream and it was working fine with older version but after upgradation it is not working.

@golgetahir
Copy link
Contributor

Hi all,

The situation here is that the customer is using customized version of the SDK and the compatibility issue is related with that. There are no compatibility issue for webrtc_adaptor in between the versions 2.2.1 and 2.4.2.1 at the features that are being included in the 2.2.1. You can test the compatibility with this method:

  • Install 2.2.1
  • Download 2.4.2.1 zip file
  • Go to your /usr/local/antmedia/webapps/LiveApp/js folder
  • Replace webrtc_adaptor.js with the 2.4.2.1 version zip files <ant_2.4.2.1_zip_file>/webapps/LiveApp/js/webrtc_adaptor.js
  • Check the basic features

You will see that the pages are working in 2.2.1 with 2.4.2.1's webrtc_adaptor.js and vice versa. For the other scenario you may get some logs since 2.4.2.1 has more features than 2.2.1 but the basic functionality is intact.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants