I'm working on browser, where just want to play video and audio online, without download entire data into the some tmp buffer like MemoryInputStream or file, or load the chunks and cleanup the pool manually.
Found some useful widgets like Video and MediaControls for audio, but I can't find the solution to simply stream the data directly, for SocketConnection.
Should I really write this implementation for myself or maybe some library extension do that for subjects above? I heard about GStreamer, but not sure what is it. Looks like it's wanted for GTK 3, but I'm beginner in this ecosystem, want just simple API to implement native widgets from the kit.