aws-samples / amazon-ivs-broadcast-android-sample

MIT No Attribution
10 stars 8 forks source link

Does the broadcast SDK support external camera access through WiFi connection? #51

Open sunchi666 opened 12 months ago

sunchi666 commented 12 months ago

Hello, does the Android device integration broadcast SDK support access to external cameras connected through WiFi? After connecting to an external camera through WiFi, the connected device cannot be found using the BroadcastSession. listAvailableDevices method. Thank you

dang-tommy commented 11 months ago

Hi @sunchi666, unfortunately if the device isn't discoverable with listAvailableDevices it's unlikely that it's currently supported.

In the mean time, please consider using custom image sources. This guide describes how to use custom image sources to control the image input from your application.