Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player_avplay] Update readme #818

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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