Skip to content

Commit 33938df

Browse files
authored
[video_player_avplay] Upgrade pigeon (#851)
1 parent 0ed1577 commit 33938df

File tree

9 files changed

+1400
-867
lines changed

9 files changed

+1400
-867
lines changed

packages/video_player_avplay/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.22
2+
3+
* Upgrade pigeon to 25.3.1.
4+
15
## 0.5.21
26

37
* Upgrade native player.

packages/video_player_avplay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.
1212

1313
```yaml
1414
dependencies:
15-
video_player_avplay: ^0.5.21
15+
video_player_avplay: ^0.5.22
1616
```
1717
1818
Then you can import `video_player_avplay` in your Dart code:

packages/video_player_avplay/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class _DrmRemoteVideoState2 extends State<_DrmRemoteVideo2> {
330330
drmConfigs: const DrmConfigs(
331331
type: DrmType.playready,
332332
licenseServerUrl:
333-
'http://test.playready.microsoft.com/service/rightsmanager.asmx',
333+
'https://test.playready.microsoft.com/service/rightsmanager.asmx',
334334
),
335335
);
336336

0 commit comments

Comments
 (0)