Getting metadata of url-stream but *Not* with player #1041
-
I'm working on a web-radio (listener) ... (almost) everything is working - thanks for this GREAT library. This is part of my code: ..... defines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are not providing any data to the MetaDataOutput. You can do this e.g. with a MultiOutput like in this example The player class has the volume control and metadata support already built in. There I am using a callback method of the StreamCopy to provide the data. |
Beta Was this translation helpful? Give feedback.
You are not providing any data to the MetaDataOutput. You can do this e.g. with a MultiOutput like in this example
The player class has the volume control and metadata support already built in. There I am using a callback method of the StreamCopy to provide the data.