plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Flutter plugins for Tizen

Results 53 plugins issues
Sort by recently updated
recently updated
newest added

Problem playing widevine. What works: works fine - cenc mpeg dash content with public proxy content https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_uhd.mpd proxy https://proxy.uat.widevine.com/proxy?provider=widevine_test works partialy - cbcs mpeg dash content with public proxy -...

bug
p: video_player_videohole

Hi, Tried to use the device manager to view the logs of my Tv device (not emulator), but nothing shows logs. The SDB and device manager recognizes the device without...

Hi all, the license callback works fine and is called. Also the plugin gets the ey from license server, but player does not decrypt the stream. I created an example...

p: video_player_videohole

Hi all, if we start a static playlist DASH/FMP4 stream, the player jumps random to the end of playlist and stops. There is no specific time in stream when this...

p: video_player_videohole

Hi all we got issues with DASH live stream playlist. The stream starts fine. But the player does not fetch any new audio segments after initial buffering. As a consequence,...

p: video_player_videohole

The video player, manages sometimes to retrieve the subtitles that are nested on the DASH url, and sometimes it doesn't. In addition to that, it appears that it only reads...

p: video_player_videohole

Here's my code : ``` asTizenController().addListener(() { var state = asTizenController().value; String error = state.errorDescription??""; if (state.isPlaying) { _eventStreamController.add(PlayEvent(this, PlayerStatus.PLAYING, null)); } else if (state.hasError) { _errorStreamController.add(PlayError(error, null, this, false));...

To use the youtube_player_iframe plugin on Tizen devices, - You shouldn't use the latest plugin code since it depends on webview v4. Instead, use the commit [`e6a81014c8dd5fd862bd7325fa50e55574c2e38e`](https://github.com/sarbagyastha/youtube_player_flutter/commit/e6a81014c8dd5fd862bd7325fa50e55574c2e38e). - Manually update...

proposal

## Description As a Flutter developer I'm used to using a [`GestureDetector` ](https://api.flutter.dev/flutter/widgets/GestureDetector-class.html) to listen to user gesture inputs. Where I pass callbacks and I don't have to deal with...