Reply To: Java iTunes client and transcoding

#5033
DylanMuir
Participant

Hmm, you’re right.

Here’s the error I get when using the internal player from GIT, when attempting to play a transcoded file:

org.git.player.PlayerException: Gain control not supported
at org.git.player.JavaPlayer.play(JavaPlayer.java:256)
at org.git.player.JavaPlayer.play(JavaPlayer.java:178)
at org.git.client.swing.GetItTogether$18.construct(GetItTogether.java:908)
at org.git.client.swing.SwingWorker$2.run(SwingWorker.java:109)
at java.lang.Thread.run(Thread.java:613)

I presume this relates to the gain equalisation that iTunes supports. Any chance of switching off gain information being sent to the GetItTogether client?

DRM