Jason Gray
Jason Gray
Well I still can't figure out how to turn it off once it's enabled but I have come up with kinda a work around. The working code I have still...
Putting in a lot of overtime at work. I'll do something with it this coming weekend when I get some time. That will also give me a chance to test...
@JSkier21 your gtk version isn't remotely relevant in this case. That error is returned directly from Pandora. It's problem on their side.
Pithos uses the JSON API. At this point the JSON API would probably be considered "legacy". I'd be willing to bet that Pandora is dedicating less computer power/content servers and...
@TingPing, I started over and switched back to just using playbin. I was getting random memory leaks with the custom pipeline?
So how would we do that? Write the player in C and write our own python bindings for it?
My theory is that the buffer isn't always getting properly cleared. If you let songs finish on their own for the most part there's no real leak. But if you...
Playbin seems to workaround this because it generates a new pipeline for every song and I assume unrefs the entire old pipeline?
@TingPing I think I figured out the memory leak. In my previous pipeline I had the queue2 element after the decodbin element. Moving it in front of decodebin seems to...
@TingPing I think I'm pretty much done with this if you could take a look at it please? It does use the downloadbuffer element but in using it myself over...