Wowza Community

RTSP stream works on desktop but not on Nokia S40 device

Hi,

We have setup rtsp streams using the EC2 AMI and S3 storage. They are H.264 baseline and AAC audio MP4 streams. I can stream them on the quick time but not on the Nokia Phone. I always get “No response” messsage on the phone.

I have tried

  1. very low bitrate settings

  2. Mono Audio

  3. The above with 3gp container.

Any idea what could be causing this?

The phone seems to play rtsp stream of the same cofiguratio streamed by another rtsp server(not wowza).

Thanks,

Deepika

It is usually UDP ports. Some RTSP clients fail-over to TCP others can’t. Take a look at this guide:

https://www.wowza.com/docs/how-to-troubleshoot-rtsp-rtp-playback

See if the test stream in the mobile test works. That’s coming from an EC2 server with all UDP ports open’

Richard

Hi

Which version of Android do you have?

I think you have to be using version 4.0 or above to play Apple HLS on an Android phone if that’s what you’re trying to do?

If you are trying to play over rtsp not Apple HLS, do you have a firewall for this server blocking rtsp?

You can find a troubleshooting guide for rtp/rtsp here,

https://www.wowza.com/docs/how-to-troubleshoot-rtsp-rtp-playback

Let us know how you get on with the guide and if you need more assistance.

Jason

It is usually UDP ports. Some RTSP clients fail-over to TCP others can’t. Take a look at this guide:

https://www.wowza.com/docs/how-to-troubleshoot-rtsp-rtp-playback

See if the test stream in the mobile test works. That’s coming from an EC2 server with all UDP ports open’

Richard

Hi,

I had port :1935 in the rtsp url, once I removed that, it started working. Thanks!