plugins
plugins copied to clipboard
Flutter plugins for Tizen
Dear Samsung Team, in our MPD (attached) we got three audio tracks. Two for 'de' and one 'en'. 1) de audio 2.0 2) de audio 5.1 3) en audio 2.0...
I'm having issues with HLS playback using the video_player and video_player_tizen packages. I'm not using any encryption or DRM for streaming, and I want to know if the API version...
I tried to play an HLS video with video_player_tizen, but when the video quality automatically updated to 1080P, the playback started stuttering significantly. I assume the video was played using...
I'm trying to play a Widevine DRM-protected video using the video_player_videohole package. The DRM configs only allows specifying the type and licenseServerUrl, but my content also requires a DRM token...
Interfaces that require verification: - [x] plusplayer_h plusplayer_create() - [x] int plusplayer_open(plusplayer_h handle, const char* uri); - [x] int plusplayer_prepare_aync(plusplayer_h handle) - [x] int plusplayer_set_prepare_async_done_cb(plusplayer_h handle, plusplayer_prepare_async_done_cb prepare_async_done_cb, void* userdata);...
Main changes: - Support parsing SMPE-TT(sidecar) subtitle attributes. - Support image format subtitles.
Hi Flutter-Tizen team! I’m using the 'video_player_avplay: 0.5.26' plugin to play video streams in my tv Samsung Tizen app. the player seems to work fine when i try a VOD...
sqlite3 offers higher performance and is hoped to be supported.
https://github.com/flutter-tizen/plugins/blob/305276e1639756ea8f9d9c492af974efc0de5f16/packages/tizen_app_control/lib/src/app_control.dart#L160-L175 In tizen_app_control's `sendLaunchRequest()`, user can specify a `replyCallback`. When a `replyCallback` is specified, the embedder's app_control calls the reply callback and returns `Success()` (response). If the application receiving `app_control_send_launch_request()`...