Skip to content

Commit

Permalink
fix: fmp4
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Jul 15, 2024
1 parent 46f6f88 commit 689ab25
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ private record StreamUriInfo(string Protocol, string Format, RoomPlayInfoStreamC

string baseUrl = info.Codec.BaseUrl!;

if (info.Format is @"fmp4")
{
baseUrl = baseUrl.Replace(@"_bluray", string.Empty);
}

for (long i = 0; i < result.LongLength; ++i)
{
result[i] = new Uri(uriInfo[i].Host + baseUrl + uriInfo[i].Extra);
Expand Down

0 comments on commit 689ab25

Please sign in to comment.