Firefox on iPhone

kindco

Member
Hello,
Does Web SDK work in Firefox on iOS? In "Streamer" example we get "FAILED: Local error" message (see attachment), and in our project we get the following error:
navigator.mediadevices.enumeratedevices is not a function. (in 'navigator.mediadevices.enumeratedevices()', 'navigator.mediadevices.enumeratedevices' is undefined)
 

Attachments

Max

Administrator
Staff member
Good day.
Unfortunately, WebRTC (with related media DOM elements) is not supported in third party browsers on iOS. This is Apple policy. You can play HLS only in Firefox or Chrome on iOS device, and cannot publish anything.
So, please use iOS Safari.
 
Top