Wowza Community

When in android rtsp streaming wi-fi as well in which the play is not 3G.

When in android rtsp streaming wi-fi as well in which the play is not 3G.

/ Conf / vod / Application.xml how to set up, please?

Take care

There is nothing different to setup on Wowza or the device for wifi vs 3g. You are either connect to wifi or connected to 3g. It will work the same either way, except that wifi can handle higher bitrates.

Richard

Make sure UDP ports 6970 - 9999 are open.

And try adding forceInterleaved Property to Application.xml /MediaCaster Properties set to “true”, to use TCP.

<MediaCaster>
<!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->
<Properties>
<Property>
	<Name>forceInterleaved</Name>
	<Value>true</Value>
	<Type>Boolean</Type>
</Property>
</Properties>
</MediaCaster>

Test rtsp with VLC 1.05

Does our Mobile sample work?:

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

Richard

Answer Thank you.

If so, why vod files in a wi-fi and 3G in your do not play at all?

I installed the server wowza media server as a firewall and can only allow 1935 port. Do you have to do with it?

And RTSP / RTP UDP Configuration want to know how to.

[Internal-ip-address] </ RTSPBindIpAddress>

[External-ip-address] </ RTSPConnectionIpAddress>

[External-ip-address] </ RTSPOriginIpAddress>