Question

I have a problem in my Jplayer. It has to be paused after 30 seconds so it can work properly. I don't know why this happens or how to solve it. Any help is appreciated, thanks.

my radio URL: https://2mdotnet.com/portal/business/cms/radio

Was it helpful?

Solution

I can't connect to your stream at all to help you debug this, but if it is working for you, it sounds like the server isn't flushing a large buffer of data to the client upon connect.

If you have a live radio stream, it is common for the server to keep a buffer (around 1MB or so) so that when a client connects, the server will fill the client buffer as quickly as possible, allowing the client to start playback as soon as possible.

Also, is there any particular reason you're serving the stream over HTTPS? While this will work in browsers, other players will have difficulty. In addition, there is extra overhead for sending the stream this way. If you don't need HTTPS for the stream, I recommend not using it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top