GleammerRay

Results 108 comments of GleammerRay

`package:web` 0.3.0 is not supported on current stable Flutter version.

Apologies for the force push, I have made these changes about a month ago and forgot that the effect failed build with the latest changes when I was trying to...

This is a very poor implementation and must be rewritten or revoked. The `memory()` constructor simply creates a new file on disk storage and plays the video back from there.

Currently I am creating a local HTTPS server with a fake certificate for encryption, which feeds video bytes into the player (see https://github.com/GlitterWare/Passy/blob/6099fdf38b8decf2693b2ae75aebf9c03a7e295e/lib/passy_flutter/widgets/passy_file_widget.dart#L199). I tried using hex playback before but...

@sevenrats I believe that they are referring to the memory function provided by mediakit. This function is poorly implemented and, in my opinion, should not be present in the library...

Currently, the `memory()` function saves the video to disk storage in order to play it. I am already looking into repairing this implementation.

Hello @Menura98 ! I have managed to implement something like this locally and it works perfectly. To play a video file from memory, I first host an HTTP server on...

For Flutter web, it might be possible to convert binary data into a blob, as mentioned at https://stackoverflow.com/questions/65821003/flutter-web-playing-uint8list-n-videoplayer.

@JagandeepBrar @hasimyerlikaya I have the same exception, it only works when I launch the executable using the absolute path. Could be related to https://github.com/dart-lang/sdk/issues/32901. I think it was working with...

@JagandeepBrar thank you so much! I didn't know it wasn't compiling because it was failing to find the library. I am not making any changes to my building environment, but...