justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
183 stars 242 forks source link

MissingPluginException #56

Closed BhavyKoshti9spl closed 3 years ago

BhavyKoshti9spl commented 3 years ago

E/MediaMetadataRetrieverJNI(16929): getFrameAtTime: videoFrame is a NULL pointer E/flutter (16929): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method data on channel video_thumbnail)

0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)

#1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:332:12) #2 VideoThumbnail.thumbnailData (package:video_thumbnail/video_thumbnail.dart:67:27) #3 FeedScreenState.getVideoView (package:turf_talk/ui/home_and_associate_screens/feed_screen.dart:1034:22)
justsoft commented 3 years ago

Did you try to play the video by other tools or load it by the builtin browser?

laowangDemon commented 2 years ago

I have the same question

HongZhiQing commented 1 year ago

I have the same question