OlegKunitsyn / libshout-java

Libshout binding for streaming audio to Icecast servers from Java applications
MIT License
41 stars 14 forks source link

Weird behavior for displaying meta data #26

Open plehal opened 3 years ago

plehal commented 3 years ago

I am seeing weird behavior in displaying "current playing" meta data . When I run my program from eclipse it displays everything just fine. however, the the same program is run from built jar files using the same icecast server , it does not display that meta data. Are there any specific non-documented ports/features etc which are only active while in eclipse? It is hard to debug as no errors are thrown.

OlegKunitsyn commented 2 years ago

Did you find a solution?