Zerpico/libShout-csharp

Streaming Freeze

JasonNtr opened this issue · 4 comments

I run this code in Visual Studio 2022.
I can connect to Icecast server , transmission starts but freezes after a few seconds.
I have tried with several songs in mp3 and ogg format , but nothing can completely stream.
it get stuck here: icecast.Send(buff, read);

I run this code in Visual Studio 2022. I can connect to Icecast server , transmission starts but freezes after a few seconds. I have tried with several songs in mp3 and ogg format , but nothing can completely stream. it get stuck here: icecast.Send(buff, read);

Does the user with whom you log in have permission to send? Maybe its read-only permissions

Please check that you are using the correct mp3 file and the format is set

icecast.Format=Libshout.SHOUT_FORMAT.SHOUT_FORMAT_MP3;