djcenk adlı üyeden alıntı: mesajı görüntüle
Merhaba
Aşağıdaki sayfada bulunan modülde ufak bir edit yapıp compile edebilecek bir arkadaş ücretli veya ücretsiz yardımcı olursa memnun olurum

Live code example for Wowza Streaming Engine software 4.4.0 and later

https://www.wowza.com/docs/how-to-co...ple-hls-stream

Hi,

For shoutcast streams, you will need to modify that module, since if you dump out the AMFDataList string of the incoming shoutcast stream, you may see that the metadata string is tagged with "onMetaData", while the module is testing for "onTextData".

if (!metaDataStr.equalsIgnoreCase("onTextData")) break;


Since it does not match, the module is breaking from the loop instead of continuing with adding the text as ID3. If you add a test for onMetaData instead, and use the metadata item for your textData, you should be able to include this as ID3.

teşekkürler
skype yazdım ozelden mesaj atar mısınız?