Skip to content

Commit

Permalink
[video_player_avplay] Update readme (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Feb 17, 2025
1 parent 777966d commit 8ea7516
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Update readme.

## 0.5.16

* Automatically rotates video player based on device orientation.
Expand Down
5 changes: 5 additions & 0 deletions packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Note that `video_player_avplay` uses a compiled dynamic library, the api-version
<manifest package="xxx" version="1.0.0" api-version="6.0">
```

> [!NOTE]
> This plugin does not provide OS version compatibility.
> When you build an application with this plugin, version-specific [dynamic libraries](https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay/tizen/lib/armel) are packaged together based on the api-version information in tizen-manifest.xml.
> If you are planning to distribute an application that includes this plugin, you will need to build a TPK package for each TizenOS version (api-version in tizen-manifest.xml). Please refer to the [Samsung Developers](https://developer.samsung.com/smarttv/develop) for information on TizenOS versions by [TV model groups](https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html).

Note that if you play dash streams, please add dash format when creating the player:
```dart
VideoPlayerController.network(
Expand Down

0 comments on commit 8ea7516

Please sign in to comment.