Wowza Community

RTSP onDemand/Live Streaming using Wowza 2.2.3

Hi,

I am an avid user of Wowza and have recently upgraded to Wowza 2.2.3.

I am trying to do an RTSP onDemand and Live broadcast, I am using Wirecast for the live broadcast.

With both onDemand and Live I get the audio and not the video. This is also the case with the Wowza Demo: rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov

I have followed the following instructions to the letter and still only get the audio even though both audio and video are available: https://www.wowza.com/docs/how-to-use-telestream-wirecast-live-encoder-with-wowza-streaming-engine

Any suggestions?

Thanks in advance,

Anadi.

What player are you trying to use and on what platform?

Charlie

There is a good chance that Real Player will not work. Real player is spotty.

For QuickTime player you must turn off acceleration:

https://www.wowza.com/docs/how-to-configure-apple-quicktime-player-for-rtsp-rtp-playback-on-windows)

The other two should just work. I have an Android with 2.1 and it works great. Blackberry works as well. Try again our test stream:

http://www.wowza.com/mobile.html

Charlie

Then it is most likely a UDP routing issue. For some reason UDP is not able to traverse your firewall/router. I might try running your mobile device on a different network (behind a different router/firewall). Unfortunetly, Android only support RTP over UDP. Which can be a problem with some network setups.

Charlie

Anadi,

Have you enabled port 554 (default rtsp port)? If not, use port 1935:

rtsp://184.72.239.149:1935/vod/mp4:BigBuckBunny_175k.mov

To use port 554, change /conf/VHost.xml /HostPort /Port from “1935” to “1935,554”. Then restart Wowza.

Then this can work:

rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov

Richard

Oh, I assumed that was yours. Yes, the Wowza demo does have 554 enabled.

That page use html anchor (a) tags and rtsp urls. Do the videos on that test page play in the device you are testing when you open that html page?

Richard

Hi Charlie,

I have tried using Real Player 11.1.3 & Quicktime Player 7.6.9, both on Windows 7 And Vista.

I have also tried on the Android 2.1 and the Blackberry Storm (I think it is the 9500).

Thanks,

Anadi

Hello Charlie,

OK, maybe I am doing something very wrong. I still cannot get the streams plaing in the Android or Blackberry. I was, and am, using the swowza streams: http://www.wowza.com/mobile.html

Also, I have created an HTML page with the following. When I open this using either the Android or Blackberry it will not work:

CLICK ME

Thanks again,

Anadi.

Hello Richard,

Thank you for your reply.

Yes I have already enabled port 554 on our server. What is interesting is the URL: rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov is one of yours found in your example page: http://www.wowza.com/mobile.html

We have the same problem with our wowza server and resorted to one of your streams and found the same issue?

Thanks again,

Anadi.