Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Silver 1.5.6
#2
(11-02-2022, 01:34 PM)noobsoftware Wrote: WebRTC seems to be broken when using the camera and audio. Datachannels work fine.

On Ventura? or everything?

I just tried a WebRTC test page with your Silver build and the crash said this:

"This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data."

I guess you need to add that key to the Info.plist to use WebRTC on Ventura?

I added the following to the Info.plist and it seemed to detect everything, although I did not actually run an app:

Code:
<key>NSCameraUsageDescription</key>
<string>Camera access allows usage by WebRTC enabled web applications.</string>

Further testing with other pages, audio seems to work... output video works... but webcam video, while it doesn't crash like before it gives an error code.
Reply


Messages In This Thread
Silver 1.5.6 - by noobsoftware - 11-02-2022, 01:34 PM
RE: Silver 1.5.6 - by dbsoft - 11-02-2022, 07:34 PM
RE: Silver 1.5.6 - by noobsoftware - 11-03-2022, 10:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)