Skip to content

Commit

Permalink
Server: Only on iPhone...
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Feb 26, 2024
1 parent d70156a commit 47ad20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public HttpResponse onViewSpecificMedia(SoraHttpSession session) {
vCodec = VideoCodec.H264_HIGH;
aCodec = AudioCodec.AAC;
quality = VideoQuality.FHD;
} else if (userAgent.contains("Safari/")) {
} else if (userAgent.contains("iPhone")) {
container = ContainerFormat.HLS;
vCodec = VideoCodec.H264_HIGH;
aCodec = AudioCodec.AAC;
Expand Down

0 comments on commit 47ad20e

Please sign in to comment.