Some times HLS player doesn't work on safari that why we used WSPlayer, is it possible to output sound by separate channel ?Good day.
WSPlayer uses PCMU audio codec, it is only suitable for speech. Please consider to use WebRTC (Opus audio codec) or HLS (AAC audio) to play streams in Safari browser on Mac and iOS, in this case you'll get a better sound quality.
Please check if you set up the following options:Some times HLS player doesn't work on safari
hls_min_list_size=2
hls_discontinuity_enabled=true
hls_preloader_enabled=true
periodic_fir_request=true
periodic_fir_request_interval=2000
No. WSPlayer is obsolete and intended to use in very old Safari versions where neither WebRT no HLS are supported.that why we used WSPlayer, is it possible to output sound by separate channel ?
Thank you I will try this optionsPlease check if you set up the following options:
Also if you publish WebRTC streams from browser and play them by HLS, please set the following option to regularly request key frames from browser (every 2 seconds)Code:hls_min_list_size=2 hls_discontinuity_enabled=true hls_preloader_enabled=true
No. WSPlayer is obsolete and intended to use in very old Safari versions where neither WebRT no HLS are supported.Code:periodic_fir_request=true periodic_fir_request_interval=2000