PDA

View Full Version : [ViX_Misc] Doesn't show show names in SHOUTcast plugin



zukon
12-02-23, 00:34
Hi!

There is probably a bug in servicemp3.cpp: in plugins like SHOUTcast it only shows titles as long as you don't switch to another station. After the change, it stops displaying the title and artist (and therefore the cover art). If you exit and re-enter the plugin and select a station, it starts showing the titles again and again as long as you don't change the station.

I checked with old OpenVIX and it works, I checked with new OpenATV and OpenPLI and it works too (I used the same version of SHOUTcast everywhere).

Case GST_MESSAGE_ASYNC_DONE is only called on 1 stream being played, after that it doesn't appear anymore.

The log shows:
[SHOUTcast] EVENT ==> 10
but in servicemp3.cpp there is no case GST_STATE_CHANGE_NULL_TO_READY (or case GST_STATE_CHANGE_READY_TO_NULL).

I don't program in C++ (only Python) but I hope what I gave will help to solve the problem ;)

Regards!