AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

Audience side video streaming is not working in SDK 4.1.6 #39

Closed RabertD closed 1 year ago

RabertD commented 1 year ago

While am upgrading my SDK to 4.1.6 from 3.7.0. Am getting below error

Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatibility mapping behavior in the near future

Also audience side video streaming is not working when we broadcast from native mobile app. Its working fine when broadcast from web

Screenshot 2023-05-02 at 1 46 53 PM
maxxfrazer commented 1 year ago

Hi @RabertD try follow the getting started guide, or one of the guides you can find on the AgoraIO-Community and that should clear up the issue for you. Some things aren't clear such as when setClientRole or setChannelProfile are called in your code sample, so I can't quite tell why you're having that issue.

Failing that, feel free to open an issue on the Support page, which can also be found on the console: https://agora-ticket.agora.io/

RabertD commented 1 year ago

setChannelProfile and setClientRole both are calling in the viewDidLoad

RabertD commented 1 year ago

Seems the problem was in simulator. but its working fine in real devices