mylisabox / flutter_mjpeg

Flutter widget to show mjpeg stream from URL
BSD 2-Clause "Simplified" License
30 stars 23 forks source link

Is it work with videos without extensions? #28

Open ingvilow opened 1 year ago

ingvilow commented 1 year ago

I have a live stream which is without extensions and I am trying to use you package (because my video is MJPEG format) but I am getting error: "Invalid codec"

jaumard commented 1 year ago

Yes it doesn't care about extensions, just the stream data. There is no "Invalid codec" message in this library so not sure how I can help without more info