Hello,
I was wondering whether it is possible to pass a h.264 bitstream as input to the flutter_video_player ? And if yes, how it could be done.
The reason I need to do this is because I want to _receive a stream using the srt protocol, _which is currently not supported by the video_player.
My first approach was to store the incoming stream as temp file and pass its reference to the player. But it didn't work so far.
I would really appreciate any help.