mase
Joined: 31 May 2009 Posts: 16
|
Posted: Mon Jun 08, 2009 9:12 pm Post subject: libshout - metadata does not change if more than 2 streams |
|
|
Hi!
I am sending multiple streams using libshout to an icecast2 server.
To send the metadata, I am using the function
| Code: |
| shout_set_metadata(mStream, mMetadata); |
mStream is a pointer to an shout_t object.
If more than 2 of such objects exist, the metadata is only changed
once. When the title changes, and the function to send is called,
the metadata stays on the old values. No send error is returned by
libshout. If running only 2 streams, everything works ok.
What can be wrong? Could it be a wrong setting on the server? |
|