Wowza Community

RTSP to Live Hardware Encoder

Hi All,

I’m trying to connect Wowza to hardware encoders from ACTI and BOSCH by RTSP + RTP.

After some trial, I’ve been able to get the SDP informations, but, when I run the rtplive client application, Wowza don’t ever try to connect to the devices (I’m monitoring connection with Ethereal).

Here are the SDP, anyone can help me?

BOSCH

v=0
o=- 0 0 IN IP4 192.168.2.205
s=LIVE VIEW
t=0 0
m=video 0 RTP/AVP 36
c=IN IP4 0.0.0.0
a=rtpmap:36 H263-1998/90000
a=control:rtsp://192.168.2.205

ACTI

v=0
o=- 1217440375980000 1 IN IP4 192.168.2.202
s=Session streamed by RTP/RTSP server
i=ACTI.COM Streaming Media v
t=0 0
a=tool:ACTI.COM Streaming Media v2005.03.31
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:Session streamed by RTP/RTSP server
a=x-qt-text-inf:ACTI.COM Streaming Media v
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=245;config=000001B0F5000001B509000001000000012000C888B0E0E0FA62D089028307
a=control:track1
m=audio 0 RTP/AVP 111
c=IN IP4 0.0.0.0
a=rtpmap:111 L16/8000
a=control:track2

Some other notes:

These devices don’t provide a way to get the SDP file, I’ve been able to capture the SDP infos by spoofing packets of data with ethereal, and compile them in a textual file. I used VLC, which is able to display the video streams, to analyze the sessions.

Here are the RTSP capture conversation:

VLC connected to rtsp://192.168.2.205/

OPTIONS rtsp://192.168.2.205/ RTSP/1.0
CSeq: 6
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
Cseq: 6

DESCRIBE rtsp://192.168.2.205/ RTSP/1.0
CSeq: 7
Accept: application/sdp
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
Cseq: 7
Cache-control: no-cache
Content-Type: application/sdp
Content-Length: 156

v=0
o=- 0 0 IN IP4 192.168.2.205
s=LIVE VIEW
t=0 0
m=video 0 RTP/AVP 36
c=IN IP4 0.0.0.0
a=rtpmap:36 H263-1998/90000
a=control:rtsp://192.168.2.205

SETUP rtsp://192.168.2.205 RTSP/1.0
CSeq: 8
Transport: RTP/AVP;unicast;client_port=3488-3489
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;unicast;server_port=3028-3029;client_port=3488;ssrc=4294967295;mode=PLAY
Cseq: 8
Session: 30160

PLAY rtsp://192.168.2.205/ RTSP/1.0
CSeq: 9
Session: 30160
Range: npt=0.000-
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
Cseq: 9
Session: 30160

TEARDOWN rtsp://192.168.2.205/ RTSP/1.0
CSeq: 10
Session: 30160
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 Ok

Cseq: 10

VLC connected to rtsp://192.168.2.202:7070/

OPTIONS rtsp://192.168.2.202:7070 RTSP/1.0
CSeq: 1
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 1
Date: Fri, Aug 01 2008 11:34:43 GMT
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, SET_PARAMETER

DESCRIBE rtsp://192.168.2.202:7070 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 2
Date: Fri, Aug 01 2008 11:34:43 GMT
Content-Base: rtsp://192.168.2.202:7070//
Content-Type: application/sdp
Content-Length: 584

v=0
o=- 1217440375980000 1 IN IP4 192.168.2.202
s=Session streamed by RTP/RTSP server
i=ACTI.COM Streaming Media v
t=0 0
a=tool:ACTI.COM Streaming Media v2005.03.31
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:Session streamed by RTP/RTSP server
a=x-qt-text-inf:ACTI.COM Streaming Media v
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=245;config=000001B0F5000001B509000001000000012000C888B0E0E0FA62D089028307
a=control:track1
m=audio 0 RTP/AVP 111
c=IN IP4 0.0.0.0
a=rtpmap:111 L16/8000
a=control:track2

SETUP rtsp://192.168.2.202:7070//track1 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=1136-1137
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 3
Date: Fri, Aug 01 2008 11:34:43 GMT
Transport: RTP/AVP;unicast;destination=192.168.2.36;client_port=1136-1137;server_port=1042-1043
Session: 16

SETUP rtsp://192.168.2.202:7070//track2 RTSP/1.0
CSeq: 4
Transport: RTP/AVP;unicast;client_port=1138-1139
Session: 16
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 4
Date: Fri, Aug 01 2008 11:34:43 GMT
Transport: RTP/AVP;unicast;destination=192.168.2.36;client_port=1138-1139;server_port=1044-1045
Session: 16

PLAY rtsp://192.168.2.202:7070// RTSP/1.0
CSeq: 5
Session: 16
Range: npt=0.000-
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 5
Date: Fri, Aug 01 2008 11:34:43 GMT
Range: npt=0.000-
Session: 16
RTP-Info: url=rtsp://192.168.2.202:7070//track1;seq=38259,url=rtsp://192.168.2.202:7070//track2;seq=30570

TEARDOWN rtsp://192.168.2.202:7070// RTSP/1.0
CSeq: 6
Session: 16
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

RTSP/1.0 200 OK
CSeq: 6
Date: Fri, Aug 01 2008 11:34:47 GMT

It would be nice to have a feature on Wowza for opening these streams by giving these “rtsp://” urls instead of a SDP file…

You don’t have the port numbers in the SDP data.

v=0
o=- 0 0 IN IP4 192.168.2.205
s=LIVE VIEW
t=0 0
m=video [port] RTP/AVP 36
c=IN IP4 0.0.0.0
a=rtpmap:36 H263-1998/90000
a=control:rtsp://192.168.2.205

Replace the [port] part in the above SDP data with the destination port of the stream.

Charlie

It looks like these encoders do not support H.264/AAC-HE. Ceratainly the ACT one does not. The MP4V-ES is not supported by the Flash player. Only MP4-AVC is supported.

The other encoder is sending H263-1998 which we do not support. There is a chance we can get this to work but we currently do not have a depacketizer for H.263. Only for H.264.

So as of right now Wowza Pro/Flash will not work with these encoders.

Charlie

It is helpful. I do want to play with this more to see if there is a simple way to make this work. I will post back if there are any developments. Too bad this didn’t just work. I appreciate your patience and the good information.

Charlie

We added this feature to Wowza Pro. Install patch10 from here:

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

As long as the server supports RTSP DESCRIBE then it should work. Also, take a look at the new documentation that is included with the patch. Search for the following settings. It describes how to setup the stream so it restarts the the stream when the SDP data changes:

<MediaCaster>
	<Properties>
		<Property>
			<Name>streamTimeout</Name>
			<Value>2000</Value>
			<Type>Integer</Type>
		</Property>
		<Property>
			<Name>sdpFileCheckFreqency</Name>
			<Value>2000</Value>
			<Type>Integer</Type>
		</Property>
		<Property>
			<Name>sdpHTTPCheckFreqency</Name>
			<Value>2000</Value>
			<Type>Integer</Type>
		</Property>
	</Properties>
</MediaCaster>

Charlie

Here are the DEBUG infos when trying to connect to Wowza and opening the stream related to the SDP file of the ACTI:

DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.484	-	-	-	-	-	-	-	open
INFO	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.5	-	-	-	-	-	-	-	handshake0: 1537
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.531	-	-	-	-	-	-	-	Handshake[1]: length:1919
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.531	-	-	-	-	-	-	-	Handshake[2]: length:383
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.547	-	-	-	-	-	-	-	cmd: connect
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.547	-	-	-	-	-	-	-	queryStr: 
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.562	-	-	-	-	-	-	-	Loading Application.xml: file:///C:/www/Wowza/conf/Application.xml
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	load module: name:base class:com.wowza.wms.module.ModuleCore
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): publish
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getVersion
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): pause
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getRepeaterOriginUrl
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getStreamType
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setRepeaterOriginUrl
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setStreamType
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setBufferTime
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getLastStreamId
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): play
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): receiveAudio
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): receiveVideo
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getClientID
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): FCPublish
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): FCUnpublish
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): closeStream
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): createStream
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): deleteStream
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getStreamLength
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): releaseStream
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): seek
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	load module: name:properties class:com.wowza.wms.module.ModuleProperties
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getAppInstanceProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getApplicationProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getClientProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): getStreamProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setAppInstanceProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setApplicationProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setClientProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.578	-	-	-	-	-	-	-	  add method (method): setStreamProperty
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	load module: name:logging class:com.wowza.wms.module.ModuleClientLogging
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (method): logDebug
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (method): logError
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (method): logInfo
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (method): logWarn
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	load module: name:flvplayback class:com.wowza.wms.module.ModuleFLVPlayback
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (event): onDisconnect
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (event): onConnect
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (event): onConnectAccept
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (event): onConnectReject
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  add method (method): checkBandwidth
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	SharedObjectReadAccess: *
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	SharedObjectWriteAccess: *
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	StreamReadAccess: *
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	StreamWriteAccess: *
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	StreamAudioSampleAccess: 
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	StreamVideoSampleAccess: 
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	explodeStorageDir: ${com.wowza.wms.AppHome}/content=C:\www\Wowza/content
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	validateStoragePath: start: C:\www\Wowza\content
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	explodeStorageDir: =
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	validateStoragePath: start: 
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.594	-	-	-	-	-	-	-	  parent: null
INFO	application	app-start	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	_definst_	rtplive/_definst_
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectapp=rtplive
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectflashVer=WIN 9,0,124,0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectswfUrl=file:///C:/www/Wowza/examples/NativeRTPVideoStreaming/client/nativertp.swf
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connecttcUrl=rtmp://localhost/rtplive
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectfpad=false
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectcapabilities=15.0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectaudioCodecs=1639.0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectvideoCodecs=252.0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectvideoFunction=1.0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.625	-	-	-	-	-	-	-	  connect: connectpageUrl=file:///C:/www/Wowza/examples/NativeRTPVideoStreaming/client/nativertp.html
INFO	session	connect-pending	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3456	3073	0.141	-	-	-	-	-	-	127.0.0.1	-
INFO	session	connect	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3456	3073	0.188	-	-	-	-	-	-	127.0.0.1	-
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.687	-	-	-	-	-	-	-	cmd: createStream
INFO	stream	create	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3527	3359	0.016	-	9142	0	0	0	0.0	-	-
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.703	-	-	-	-	-	-	-	cmd: play
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.703	-	-	-	-	-	-	-	cmd: setBufferTime
DEBUG	stream	setbuffertime	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3581	3400	0.032	acti202.sdp	9142	0	0	584	0.0	750	-
INFO	stream	play	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3581	3400	0.032	acti202.sdp	9142	0	0	584	0.0	acti202.sdp	-
INFO	stream	stop	2008-08-01	15:06:42	1119286796	127.0.0.1	-	3581	3400	0.032	acti202.sdp	9142	0	0	584	0.0	acti202.sdp	-
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.719	-	-	-	-	-	-	-	sendPlayStatus: ltc:0 atc:0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.719	-	-	-	-	-	-	-	sendPlayStop: ltc:0 atc:0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.719	-	-	-	-	-	-	-	send: size:726 ltc:0 atc:0
DEBUG	server	comment	2008-08-01	15:06:42	-	-	-	-	-	45.719	-	-	-	-	-	-	-	filter:7 throttleWindow:-1 frontWindow:0[2000:4000:6000:6000] seq:0[4]

It would be nice to have a feature on Wowza for opening these streams by giving these “rtsp://” urls instead of a SDP file…

I’ll second that … the SDP stuff is complete voodoo.

Sorry, I did not fully understand your first post. Now I do. Take a look at the instructions for the Haivision Oscar:

http://www.wowza.com/forums/showthread.php?t=1354

In Wowza Pro 1.5.2 we added the ability to connect to an rtsp source. I have not tested anything beyond the Haivison Oscar but I did try and implement it in a generic way. See if this setup works with your encoders.

Charlie

Ok, I try and let you know in ten minutes…

It seems that it negotiate which port to use using RTSP:

Look at this RTSP Setup Request (using VLC):

SETUP rtsp://192.168.2.205 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=2112-2113
User-Agent: VLC media player (LIVE555 Streaming Media v2008.05.12)

and the relative response of the encoder:

RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;unicast;server_port=4708-4709;client_port=2112;ssrc=4294967295;mode=PLAY
Cseq: 3
Session: 87

Which port is to be used on the SDP m= ??

I’m going to spent another hour on it, if I find somthing interesting I will post it, else, I hope these info could help on improving Wowza features.

It is not still working, but the overal situation it is better, maybe I’m near the solution:

here the RTSP negotiation by Wowza (Bosch encoder, later I’ll try the Acti one)

DESCRIBE rtsp://192.168.2.205:554/ RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.5.2 build7671)
RTSP/1.0 200 OK
Cseq: 1
Cache-control: no-cache
Content-Type: application/sdp
Content-Length: 156
v=0
o=- 0 0 IN IP4 192.168.2.205
s=LIVE VIEW
t=0 0
m=video 0 RTP/AVP 36
c=IN IP4 0.0.0.0
a=rtpmap:36 H263-1998/90000
a=control:rtsp://192.168.2.205
SETUP rtsp://192.168.2.205:554//rtsp://192.168.2.205 RTSP/1.0
Transport: RTP/AVP;unicast;client_port=6970-6971
CSeq: 2
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.5.2 build7671)
RTSP/1.0 200 OK
Transport: RTP/AVP/UDP;unicast;server_port=4741-4742;client_port=6970;ssrc=4294967295;mode=PLAY
Cseq: 2
Session: 24269
PLAY rtsp://192.168.2.205:554// RTSP/1.0
Session: 24269
CSeq: 3
Range: npt=0.000-
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.5.2 build7671)
RTSP/1.0 200 OK
Cseq: 3
Session: 24269
following is the first UDP packet received after received OK --> 
User Datagram Protocol, Src Port: 4742 (4742), Dst Port: 6970 (6970)
	Source port: 4742 (4742)
	Destination port: 6970 (6970)
	Length: 1318
0000   00 15 58 ce 6b 29 00 07 5f 71 db 95 08 00 45 00  ..X.k).._q....E.
0010   05 3a b1 8e 00 00 40 11 3d e3 c0 a8 02 cd c0 a8  .:....@.=.......
0020   02 24 12 86 1b 3a 05 26 00 00 80 24 00 01 2f d2  .$...:.&...$../.
0030   b1 30 ff ff ff ff 04 00 80 02 0c 08 30 39 b5 70  .0..........09.p
0040   72 c0 87 14 fc 30 1d 1f 40 33 7c 7f e3 8a 68 7c  r....0..@3|...h|
0050   e1 b5 3f 0c 07 81 6e 42 18 bf bf 2c 73 6a f4 b0  ..?...nB...,sj..
0060   1c d0 21 e1 ed 07 7c 08 84 39 17 12 b5 c1 6b f6  ..!...|..9....k.
0070   06 3f fc 88 0f fd 3a 35 02 c2 4a 5f f5 c1 8b 02  .?....:5..J_....
0080   1c 1f 26 4a 1d 32 7c ae da 0f 70 0b f3 ff 2b a3  ..&J.2|...p...+.
0090   f2 f5 e8 10 82 c3 af 84 31 fc 68 bc b1 50 31 a0  ........1.h..P1.
00a0   47 8d 7b de 04 48 aa f7 1a 40 21 85 0f cf fd 08  G.{..H...@!.....
00b0   7c 01 e2 5d 2f cf 97 a9 9d e2 8f 14 2a 3e 4a 3d  |..]/.......*>J=
00c0   56 0a 70 62 c0 87 0e 54 12 81 83 fa f0 25 14 44  V.pb...T.....%.D
00d0   90 29 7d ff 59 10 f5 5a 74 10 50 46 3d 56 06 4b  .)}.Y..Zt.PF=V.K
00e0   1c 4a 8a 52 ca 37 1a 11 a6 1c 06 1f e1 53 f2 c8  .J.R.7.......S..
00f0   87 bf 03 20 c5 81 00 f1 f5 35 7a 0e 50 11 12 22  ... .....5z.P.."
0100   a0 a0 8d 8e e4 60 c3 fa 42 b1 57 ff 1f 53 fe 51  .....`..B.W..S.Q
0110   e9 50 e0 58 3e a6 81 9e a4 f0 d8 29 22 40 08 c2  .P.X>......)"@..
0120   c2 20 f8 29 7e ff 78 fa 9a 06 41 cb 02 1f 53 f0  . .)~.x...A...S.
0130   32 82 4e 96 3c 95 02 08 38 71 26 a4 41 41 8d 02  2.N.<...8q&.AA..
0140   e1 0b fa 00 1f fe 7f 8f a9 ab 8c 07 d4 fc 0c d4  ................
0150   1e 05 b1 0f 60 25 11 08 34 3c 3d fe fe b1 f5 37  ....`%..4<=....7
0160   1b a8 21 61 c2 31 ed 63 f5 07 81 cd 02 20 e8 33  ..!a.1.c..... .3
0170   c0 2e 22 42 e8 14 54 66 fc b2 35 2a da d0 62 c0  .."B..Tf..5*..b.
0180   81 cd 02 22 1e fc 0c 95 03 1a 05 5e 46 0b 02 35  ...".......^F..5
0190   9b a0 e4 01 40 82 c5 fc b1 10 f7 e0 64 1c b0 21  ....@.......d..!
01a0   f1 ed 5c a8 58 49 d1 b7 47 25 a6 48 df ff c2 c5  ..\.XI..G%.H....
01b0   04 03 df 87 d0 ae 0c 07 c7 bf 0f 87 07 88 48 91  ..............H.
01c0   15 8d ca 86 9f ed d0 4c ff 59 00 f7 fa 0c e8 08  .......L.Y......
01d0   d4 79 4f eb 25 99 83 22 5d 48 93 46 e1 69 2e 82  .yO.%.."]H.F.i..
01e0   31 1b fe f7 05 df ef 1f 53 f5 cb 05 44 03 df ae  1.......S...D...
01f0   03 89 c2 f2 76 06 f0 6a fd d5 80 7b f8 d3 90 0f  ....v..j...{....
0200   68 19 2c 06 38 08 8c 7d 4f d7 2a 16 13 02 e4 99  h.,.8..}O.*.....
0210   08 35 c0 2f ff 7e 59 00 f5 58 98 7c 7b f2 72 66  .5./.~Y..X.|{.rf
0220   8a e1 82 54 60 af e8 60 fe 0f 78 0b f2 82 05 3f  ...T`..`..x....?
0230   06 44 08 b0 4e 42 3d 56 95 00 b0 94 91 a0 67 80  .D..NB=V......g.
0240   45 3f ee 7e 58 f0 f6 83 a2 04 3e a7 eb a0 1c 9e  E?.~X.....>.....
0250   21 60 6e 28 21 9d 5c 66 fb c0 4c 7f 58 e6 d5 eb  !`n(!.\f..L.X...
0260   60 58 2f 19 db ad 95 0b 08 1b 10 e8 b0 72 36 d0  `X/..........r6.
0270   d8 68 fc 0b 27 f7 8f a6 10 ca c5 c4 03 61 58 e0  .h..'........aX.
0280   54 3a 0b 37 f2 07 e3 8a c8 48 c3 80 16 40 1c 00  T:.7.....H...@..
0290   b2 20 7c 7f df 8b 02 37 f3 93 e9 68 22 34 17 13  . |....7...h"4..
02a0   36 bb 41 e0 bc 82 91 12 96 87 0c b9 f9 f8 66 b2  6.A...........f.
02b0   a4 76 02 21 58 b8 be a5 a0 44 42 01 c4 fd e2 10  .v.!X....DB.....
02c0   4a 2b d0 f9 91 a3 f1 c7 f5 9a 5c 46 9c 54 89 f4  J+........\F.T..
02d0   6d 15 15 8d 4c 50 00 d4 25 6d 0d c1 59 4c bf b2  m...LP..%m..YL..
02e0   28 7f 4c ac 5d c1 fa ae f3 53 8e 02 92 88 1e a0  (.L.]....S......
02f0   e1 3a cc b6 0f d5 50 2e ba e1 b9 11 2b f1 df f5  .:....P.....+...
0300   92 82 d0 90 3b 6c 64 46 0d 07 fe 74 6a 45 d0 66  ....;ldF...tjE.f
0310   c0 42 48 20 59 ff f2 3a 50 16 12 08 1c a5 03 02  .BH Y..:P.......
0320   12 d0 88 84 2b 7f ff 59 20 75 45 a4 80 d1 80 9f  ....+..Y uE.....
0330   22 48 38 17 11 06 e0 27 ff 58 73 f7 23 44 03 49  "H8....'.Xs.#D.I
0340   03 52 42 2a 21 02 d0 8c 16 9f ef e7 23 05 99 16  .RB*!.......#...
0350   24 44 f2 30 b0 8c 16 8f f0 21 52 0c 7e a7 80 34  $D.0.....!R.~..4
0360   8c 84 90 1a ff f2 17 d3 af e7 24 0c 49 22 04 18  ..........$.I"..
0370   14 91 ad a0 ad 17 91 05 5f ef e1 62 c9 52 94 36  ........_..b.R.6
0380   42 4a 8c 60 45 c4 c8 05 64 28 c1 58 4e fe 88 6a  BJ.`E...d(.XN..j
0390   f8 b2 70 68 ff c6 84 a1 da c5 81 51 10 74 e2 34  ..ph.......Q.t.4
03a0   65 43 90 a5 f9 10 44 fe b2 80 f4 42 ba 17 14 07  eC....D....B....
03b0   a7 49 81 f8 ff 24 c4 d3 ac 9f 7f 6c 4c fc b2 72  .I...$.....lL..r
03c0   b4 23 69 02 d2 7e a6 06 6f fc 68 4b 8c 14 f1 21  .#i..~..o.hK...!
03d0   e2 60 b5 ff a2 67 f5 94 05 c4 c1 c8 a0 9c 3b e0  .`...g........;.
03e0   7e 70 a3 9d 6c 17 0f 87 5f 96 49 d0 ec 62 47 d0  ~p..l..._.I..bG.
03f0   fc 5c 4c 0c e0 0b 47 89 85 ef c1 63 fa 62 42 92  .\L...G....c.bB.
0400   32 12 c6 5b 0c c9 11 38 8f ff ac 8b 3f d3 11 05  2..[...8....?...
0410   64 01 f8 76 34 22 42 09 a4 3f fc 25 7f 70 3e 0d  d..v4"B..?.%.p>.
0420   17 fd 0a 87 5c 3e 3b 3a f7 e0 a5 fc 2f e3 e1 c0  ....\>;:..../...
0430   b4 7b 41 ec ff 22 3e 43 a1 f1 58 84 71 f7 fd 64  .{A..">C..X.q..d
0440   01 49 06 87 80 b4 22 44 1b ac 32 23 0e 85 df e3  .I...."D..2#....
0450   57 f5 91 f0 3e a0 20 8c 42 e6 02 b2 90 90 87 ee  W...>. .B.......
0460   22 4f d1 a3 f9 13 fa c9 50 2e 89 18 50 52 54 1a  "O......P...PRT.
0470   8c 89 99 10 85 e5 17 74 42 48 09 bf ed 02 63 fb  .......tBH....c.
0480   cc 7e bf 03 80 a9 0d 5a 24 c7 4b ea 41 b1 11 ff  .~.....Z$.K.A...
0490   f5 82 87 3f 07 03 17 e0 59 f5 a0 61 3f 3d 40 bc  ...?....Y..a?=@.
04a0   a5 a5 43 22 99 d4 f1 28 2b dc b4 ad b9 d6 53 82  ..C"...(+.....S.
04b0   d4 a6 2e 0f a7 ff fb fa ca 01 eb 01 28 04 c2 40  ............(..@
04c0   d0 58 46 99 74 e3 70 a1 ff 02 c8 13 92 a6 3c 49  .XF.t.p.......<I
04d0   c0 7b 3f c8 83 41 59 13 22 bf ff f0 a9 64 8d 53  .{?..AY."....d.S
04e0   24 9a 0d 07 f8 b0 8b 80 c8 7f 0a 88 81 ef ff 7e  $..............~
04f0   80 b0 7e 59 1a 26 43 f3 a4 9c d0 67 7f cf 91 83  ..~Y.&C....g....
0500   dc 02 46 1d 80 bf fe 91 3f 2c 90 11 86 a4 5c 10  ..F.....?,....\.
0510   06 e3 32 52 a6 5a 16 12 05 8f c9 3a 88 56 fe f2  ..2R.Z.....:.V..
0520   22 52 32 02 20 ea 8b c9 b7 a2 af f3 8f e0 f7 80  "R2. ...........
0530   ac 8f 16 80 ce 7f 98 23 e8 98 90 6e 60 98 ad 24  .......#...n`..$
0540   1c 15 1a ff 44 03 ff ce                          ....D...

here is the result of the trial on the ACTI,

(url of the stream inserted in the Input box of the “NativeRTPClient”: rtsp://192.168.2.202:7070/

DESCRIBE rtsp://192.168.2.202:7070/ RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.5.2 build7671)
RTSP/1.0 200 OK
CSeq: 1
Date: Fri, Aug 01 2008 17:09:24 GMT
Content-Base: rtsp://192.168.2.202:7070//
Content-Type: application/sdp
Content-Length: 584
v=0
o=- 1217440375980000 1 IN IP4 192.168.2.202
s=Session streamed by RTP/RTSP server
i=ACTI.COM Streaming Media v
t=0 0
a=tool:ACTI.COM Streaming Media v2005.03.31
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:Session streamed by RTP/RTSP server
a=x-qt-text-inf:ACTI.COM Streaming Media v
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=245;config=000001B0F5000001B509000001000000012000C888B0E0E0FA62D089028307
a=control:track1
m=audio 0 RTP/AVP 111
c=IN IP4 0.0.0.0
a=rtpmap:111 L16/8000
a=control:track2
SETUP rtsp://192.168.2.202:7070//* RTSP/1.0
Transport: RTP/AVP;unicast;client_port=6970-6971
CSeq: 2
User-Agent: Wowza Media Server Pro (Wowza Media Server Pro10 1.5.2 build7671)
RTSP/1.0 404 Stream Not Found
CSeq: 2
Date: Fri, Aug 01 2008 17:09:24 GMT

Ok, thank you very much for to moment!

I hope the information I provided could be of some help on the development process!

Cristiano