You must really love building transcoding infra. 😂

Reply to this note

Please Login to reply.

Discussion

This app will do transcoding locally, that's the plan anyway, and just upload content to blossom servers.

This kind of app is the reason why i spent so much time rebuilding zap.stream in rust from scratch, so that i would have the skills to actually make something like an instagram or tiktok. I guess its time..

Nice... What are you building the app with then? Tauri?

Flutter

I thought that was Dart

Yea the UI will be Dart (Flutter) and all the native code will be Rust

Do you mean that you compile Rust and Dart and Flutter runtime into the same binary and can ship both iOS and Android apps?

Its a flutter app with some rust libs and FFI bindings and it works on all platforms (as long as you made cross-platform libs)

I didn't realize you could do that with Flutter