artths
artths
How can I add this while using just Video class without implementing PlayerObserver?
It would be great if `EventChannel` was setup during widget creation inside the `Video` class, so we can create `Video` instance anywhere while having notifications out of the box. Then...
Okay. I just don't like we need to implement `PlayerObserver` in order to get notifications, it should be not connected together. Moreover, I just tried to implement `PlayerObserver` and got...
Same, just tried latest version and still no notifications. I call `listenForVideoPlayerEvents(viewId);`, where can be error?
Yes, it works if passing null, but will enter useless state if we supply some broken link to it: ``` Video _videoPlayer = Video( url: "http://some_site.com/broken_link.mp4", ); ``` Native view...
Also this check should be removed from `didUpdateWidget` ``` if (widget.url == null || widget.url.isEmpty) { _disposePlatformView(); } ``` Because it will crash player when I just want to pause...
Sorry, was working on another project. I created PR with the changes you propose in `_onMediaChanged()` and also in native part, because it crashes if I supply null url since...
Also doesn't seem to work on RTX 20 series.
@secretwpn I'm also getting null urls, can you fix it please?
In my case, holes also appear randomly on RGB camera images (Scene) in the form of randomly shaped white spots, on DepthPerspective it is a spot with a constant maximum...