GStreamer and RAOP – III
Looks like I’m bumping into some pretty large issues. I’m really not that familiar with multimedia.
I’ve made another code dump. This is a (hopefully correctly working) bzr branch. You can find it here.
I’m currently still experiencing the problems from my last post: I’m streaming way too fast, and I have no idea how control GStreamer in this way, or if it’s even necessary. I don’t see JustePort doing it.
I have an Apple Lossless “encoder” (uncompressed ALAC; it just slaps a header on it, and byteswaps), but I’m not sure if it’s actually doing things correctly. I should really start verifying individual elements for correctness.
The main sink element also doesn’t clean up at all, but that’s for later.
The result of all this is that I can connect, set up a session and pump stuff to the Airport, but it’s not at all playing anything.
Would be swell if someone could lend a hand at this point. Motivation is slowly sinking again, here.