You must really love building transcoding infra. 😂
So i started to build a TikTok like app, i've spent about a week on it so far and it seems to work quite well actually, you can try it out on android and let me know what you think.
If you want to post content here you can use zap.stream or olas to create shorts.
Does anybody want to see this developed further?
https://play.google.com/store/apps/details?id=io.nostrlabs.freeflow
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