Hello
We had some complaints about broadcasters using Mac Os and Safari. The error thrown was "invalid Constraint".
We follow the forum answers, and make that fix setting ideal on width and height constraints, and disabling the constraint normalization for Safari (Step 8):
But now, after fix the issue, the viewers can not play the video using HLS, just WEBRTC when broadcaster is using Old versions from Mac Os and Safari.
Just to clarify:
Systems where the issue occours:
Mac OS High Sierra - Safari 11
Mac OS High Sierra - Safari 13
Any idea what could be?
We had some complaints about broadcasters using Mac Os and Safari. The error thrown was "invalid Constraint".
We follow the forum answers, and make that fix setting ideal on width and height constraints, and disabling the constraint normalization for Safari (Step 8):
But now, after fix the issue, the viewers can not play the video using HLS, just WEBRTC when broadcaster is using Old versions from Mac Os and Safari.
Just to clarify:
- Users can play videos in HLS for all other broadcasters environment.
- We use hooks request to validate the streaming access, even to HLS.
- We are using the 0.5.28.2753.150 Web SDK version
- We are using the 5.2.832 Server Version
- Our HLS settings:
Code:
hls_list_size=3
hls_min_list_size=2
hls_time=2
hls_time_min=2000
hls_auto_start=true
hls_preloader_enabled=true
hls_auth_enabled=true
client_acl_property_name=our_secret
hls_auth_token_cache=10
hls_segment_name_suffix_randomizer_enabled=true
Mac OS High Sierra - Safari 11
Mac OS High Sierra - Safari 13
Any idea what could be?
Last edited: