Sound and Camera on Websocket with Mobile iOS Safari Browser

cheinan

Member
Hello,

When i am not using the HLS player, and i am using instead
Websocket and HTML5 Canvas in Mobile iOS Safari Browser,
In order to play a video stream from another Browser (for example chrome webRTC on windows).
Can i also play sound on Mobile iOS Safari Browser?
Dose the Mobile iOS Safari Browser user can broadcast video or sound?

Thanks
Cheinan
 

Max

Administrator
Staff member
Can i also play sound on Mobile iOS Safari Browser?
Yes, you can.
Do you have any issues with sound playing on iOS Safari?

When you play a stream on iOS Safari over Websockets, you have to press UI button to unlock audio playback.
If you didn't press any button, iOS Safari will not play audio.

It is implemented in our default samples:
https://wcs5-eu.flashphoner.com/client2/examples/demo/streaming/embed_player/sample.html
https://wcs5-eu.flashphoner.com/client2/examples/demo/streaming/player/player.html
if you play on iOS Safari, you have to press 'Play' button to activate audio.

Dose the Mobile iOS Safari Browser user can broadcast video or sound?
It should work starting from iOS Safari 11 beta
iOS Safari 9.x and 10.x can't publish video from camera and microphone.
 
Top