kevglass / floom

MIT License
14 stars 1 forks source link

Bug: Hang when trying to save the video #19

Open rgarat opened 1 year ago

rgarat commented 1 year ago

The app got stuck when trying to save the video (mp4, no audio)

image

When trying to close the app, it crashed, but the avatar stayed on, if I click on the avatar y gives an error.

image

kevglass commented 1 year ago

Is that repeatable or a one off? Also which version?

rgarat commented 1 year ago

It is repeatable for me, I am on 1.1.3 (perhaps showing the version number somewhere on the UI would be a good idea to help bug reporing)

image

I tried to check if using webm would work better, with webm it didn't crash but there is something weird happening, since the videos are 0kb and not playing

kevglass commented 1 year ago

Hmm, the mp4.webm is the transition file before ffmpeg converts it to MP4 - so ffmpeg must be failing to do the conversion. If it's a 0 length file I guess thats not surprising. Why you're getting a zero length file 🤷

Have you disabled system audio recording maybe?

kevglass commented 1 year ago

Not that, just checked it.

This was working for you previously though right?

kevglass commented 1 year ago

Could you try 1.1.4 - it's got a bit more error checking in, maybe give us a clue if you have time.

rgarat commented 1 year ago

image

this happened with mp4 and webm

kevglass commented 1 year ago

I take it that was the only error :( Just means it didn't get any recording at all - but no error from the media recorder.