View Single Post
Old 04-10-2020, 09:50 PM   #29
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 910
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by knc1 View Post
Maybe not.
gStreamer is GNU LGPL
IE: proprietary code can link to/from it at runtime.
But if this "sink" code is compiled into gStreamer, then the code is no longer proprietary.

Now that question can be resolved using one of the ELF header file viewers.
Hmm...
"readelf" would be one of the tools.
Note: you don't have to have the tool(s) on the Kindle, when you find the library (or executable) file you are interested in, just copy it to somewhere that you do have the tools.
There is most likely even "web interface" sites that will run readelf for you (if you happen to be "Windows handicapped".

I wrote too soon, there is a "work-alike" tool for readelf on other systems now:
Ref: http://elfparser.com/download.html
I have access to it, but understanding its output is another thing entirely. Attached to this post is a zip containing the readelf output and the binary itself in case there are other tools you want to investigate it with.

If we can determine how to use this library we should be able to play any audio stream by converting it to an acceptable WAV stream and routing it to the mixer to pass on to the connected audio output.

Thank you four your guidance any any assistance you may offer me in this effort.

Dave
Attached Files
File Type: zip libgstmixersink.so.1.0.zip (14.4 KB, 386 views)

Last edited by dhdurgee; 04-10-2020 at 09:54 PM.
dhdurgee is offline   Reply With Quote