No Audio on Iphone 4s ios 10.3.2 websokcet player

Max

Administrator
Staff member
There is a restriction for WS Player audio functionality in iOS Safari. Audio will be played only if playback is initiated by an action from the user.
With the Embed player demo, audio will not be played when ‘Test now’ is tapped and playback is auto started, but it will appear if stop and then resume playback.

With Player demo - https://wcs5-eu.flashphoner.com/demo2/player - playFirstSound() is called when Start is tapped, and audio is played from the 1st attempt.
https://github.com/flashphoner/flas.../examples/demo/streaming/player/player.js#L86
 

RKM

New Member
Thanks Max. Yes, It is working the way you suggested. How can we enable audio with Play Start button in custom player page?
 
Top