Wowza Community

How to multicast stream using an input flow of rtsp?

Hello. I am install Wowza media server 3.

I could rtsp stream using on an input of multicastes according to this decision(multicast-to-rtsp): https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

But how to make on the contrary(rtsp-to-multicast), I do not understand.

https://www.wowza.com/docs/how-to-get-multicastpublish-addon-multicast-and-unicast-streams-to-udp-and-rtsp

In this decision it is unclear, what Application.xml to use. What shall be streamtype?

Where to specify an input flow? where to specify an output flow?

Thank you.

I add application.xml and parametrs.

i configure incoming rtsp stream content/mpegts.stream: rtsp://localhost:5544/qw

i configure output multicast stream conf/multicastmap.txt: myStream={name:mpegts.stream,video:239.1.0.1:10000,isRTPWrapped:false}

after i start in localhost:8086/streammanager application streamname mpegts.stream i see this log.

INFO server comment - RTPMediaCaster.streamTimeout[1398720:lv/definst:mpegts.stream]: timeout:12000 diff:12002 reason:

101

INFO server comment - RTPMediaCaster.resetConnection[1398720:lv/definst:mpegts.stream]:

INFO server comment - RTPMediaCaster.closeRTPSession[1398720:lv/definst:mpegts.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - RTPSessionTracker.remove[rtsp://localhost:5544/qw]: 0:true

INFO stream unpublish mpegts.stream -

INFO server comment - ModuleMulticastPublish.onStreamUnPublish[lv/definst]: mpegts.stream

INFO server comment - ModuleMulticastPublish.stopStream[lv/definst]: {RTPDestination: name: “destination”, audio: 239.

1.1.0:10000, video: 239.1.1.1:10000, ttl: 63, isRTPWrapped: true}

INFO stream stop mpegts.stream -

INFO stream destroy mpegts.stream -

INFO stream destroy mpegts.stream -

INFO server comment - RTPMediaCaster.Reconnector[1398720:lv/definst:mpegts.stream]: start: 4

INFO server comment - RTPSessionTracker.add[rtsp://localhost:5544/qw]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:null sessionTimeout:0

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[lv/definst]: RTSP/RTP re-streaming. Success

, received SDP data.

INFO stream create - -

INFO stream publish mpegts.stream -

INFO server comment - ModuleMulticastPublish.onStreamPublish[lv/definst]: mpegts.stream

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost:5544/qw

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1:5544/qw

INFO server comment - RTPMediaCaster.Reconnector[1398720:lv/definst:mpegts.stream]: done: 4

INFO vhost vhost-stop defaultVHost -

INFO application app-stop definst lv/definst

INFO server comment - RTPMediaCaster.shutdown[1398720:lv/definst:mpegts.stream]: mpegts.stream

INFO server comment - RTPMediaCaster.disconnect[1398720:lv/definst:mpegts.stream]

INFO server comment - RTPMediaCaster.closeRTPSession[1398720:lv/definst:mpegts.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO stream unpublish mpegts.stream -

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - ModuleMulticastPublish.onStreamUnPublish[lv/definst]: mpegts.stream

INFO server comment - ModuleMulticastPublish.stopStream[lv/definst]: {RTPDestination: name: “destination”, audio: 239.

1.1.0:10000, video: 239.1.1.1:10000, ttl: 63, isRTPWrapped: true}

INFO server comment - RTPSessionTracker.remove[rtsp://localhost:5544/qw]: 0:true

INFO stream destroy mpegts.stream -

INFO server comment - ModuleMulticastPublish.onAppStop[lv/definst]

what am I doing wrong?

Thank you

I think what you are trying to do was working in a previous post, but not in most recent.

Stepping back, first, putting ModuleMulticastPublish aside, start the source in StreamManager and test it in a player like the Wowza LiveVideoStreaming player.

if you are starting the source successfully, with ModuleMulticastPublish in place, it will publish as configured when the source is started in stream manager.

If you are doing multicast, you can playback in VLC locally or from another computer on the LAN if it supports multicast.

Richard

Can you revert to what you had when you posted this?:

That was right.

Richard

Is rtsp://127.0.0.1/jetix.ts a live stream being published by your Live555 app? Wowza doesn’t support .ts files.

Richard

Wowza does not support vod streaming of .ts files, or vod streaming from rtsp source. VLC could probably stream a .ts file to Wowza as a live mpeg-ts stream. Here is an example using sample.mp4

https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts

Richard

First, can you playback the stream in LiveVideoStreaming example player, unicast over RTMP?

For multicast, are you testing with VLC locally or on a network that supports multicast?

It would help to revert to INFO level logging.

Richard

Change isRTPWrapped:true to isRTPWrapped:false, and then the stream should only require one port.

One thing, you can take out the LiveStreamPacketizers, because the incoming stream is wrong video and audio codec for any of the HTTP clients.

<LiveStreamPacketizers></LiveStreamPacketizers>

I suppose that mpeg4 part 2 and G711_MULAW should work with what you are trying to do: output to udp to playback in VLC. In every other context these codecs would not work. If you can play the source in VLC it should work.

Richard

Is this the map file in the last test?

myStream={name:mpegts.stream,video:239.1.0.1:10000,isRTPWrapped:false}

If so, it should be this:

mpegts.stream={name:mpegts.stream,video:239.1.0.1:10000,isRTPWrapped:false}

What exactly happens in VLC? When you look at Tools > Codec Info, is there any audio and/or video codec info? Is there any data in the Statistics tab?

Can you test the exact same setup but using FMLE with h.264 video and mp3 audio as the input (which is what I just did), and change mpegts.stream to mySream everywhere. If that works with no other change, then my assumption that this will work with mpeg4 part 2 is wrong.

Richard

It’s the last example in the package readme.html

# Incoming stream myStream will be published as MPEG-TS to address:
#  239.1.0.1:10000
myStream={name:myStream,stream:239.1.0.1:10000,isRTPWrapped:false}

Richard

Do you have 4 streams enabled in your transcoder template?

Hi

You add the & ('s) to the Application.xml of the live application that you wish to change the streams to multicast.

which you have managed to do shown in your 2nd post,

The problem is that Wowza can’t connect to the IP Camera, the configuration of this multicast module is fine.

Jason

Hi

You add the & ('s) to the Application.xml of the live application that you wish to change the streams to multicast.

which you have managed to do shown in your 2nd post,

The problem is that Wowza can’t connect to the IP Camera, the configuration of this multicast module is fine.

Jason

I can show rtsp via vlc this url rtsp://localhost:5544/qw

In Wowza i configure file content/mpegts.stream: rtsp://localhost:5544/qw

Why wowza can not connect rtsp and do`nt restream multicast?

Sorry, i don`t understand why? :frowning:

If i change input stream rtsp to multicast mpegts.stream file udp://239.5.5.5:1234 (no rtsp://localhost:5544/qw)

output udp://239.1.0.1:10000

i see this log. what am I doing wrong?

NFO server comment - RTPMediaCaster.Reconnector[16398807:live2/definst:mpegts

stream]: start: 1

NFO server comment - HTTPStreamManager.onHTTPRequest: Publish stream successful

y started [live2/definst]: flv:mpegts.stream

NFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live2

definst]: URI: udp://239.5.5.5:1234

NFO stream create - -

NFO stream publish mpegts.stream -

NFO server comment - MulticastTransport.bind[live2/definst]: 239.5.5.5/1234

NFO server comment - RTPMediaCaster.Reconnector[16398807:live2/definst:mpegts

stream]: done: 1

NFO server comment - MulticastTransport.firstPacket: 239.5.5.5/1234

NFO server comment - RTPDePacketizerMPEGTS.handleRTPPacket: IMPORT: programID[p

g:0x1,filter:none]

NFO server comment - RTPDePacketizerMPEGTS.handleRTPPacket: IMPORT: audioPID[pr

:0x1,pid:0x44,filter:none]: streamType:AAC:15 audioLanguage:uknown

NFO server comment - RTPDePacketizerMPEGTS.handleRTPPacket: IMPORT: videoPID[pr

:0x1,pid:0x45,filter:none]: streamType:H264:27

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: chunkDurationTarget: 10000

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: chunkDurationTolerance: 500

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: playlistChunkCount:4

NFO server comment - MediaStreamMap.getLiveStreamPacketizer: Create live stream

packetizer: sanjosestreamingpacketizer:mpegts.stream

NFO server comment - SanJosePacketHandler.startStream[live2/definst/mpegts.st

eam]

NFO server comment - LiveStreamPacketizerSanJose.handlePacket[live2/definst/m

egts.stream]: Video codec: H264

NFO server comment - LiveStreamPacketizerSanJose.handlePacket[live2/definst/m

egts.stream]: Audio codec: AAC

NFO server comment - LiveStreamPacketizerCupertino.init[live2/definst/mpegts.

tream]: chunkDurationTarget: 10000

NFO server comment - LiveStreamPacketizerCupertino.init[live2/definst/mpegts.

tream]: chunkDurationTolerance: 500

NFO server comment - LiveStreamPacketizerCupertino.init[live2/definst/mpegts.

tream]: audioGroupCount: 3

NFO server comment - LiveStreamPacketizerCupertino.init[live2/definst/mpegts.

tream]: playlistChunkCount:3

NFO server comment - MediaStreamMap.getLiveStreamPacketizer: Create live stream

packetizer: cupertinostreamingpacketizer:mpegts.stream

NFO server comment - CupertinoPacketHandler.startStream[live2/definst/mpegts.

tream]

NFO server comment - LiveStreamPacketizerCupertino.handlePacket[live2/definst

mpegts.stream]: Video codec:H264 isCompatible:true

NFO server comment - LiveStreamPacketizerCupertino.handlePacket[live2/definst

mpegts.stream]: Audio codec:AAC isCompatible:true

NFO server comment - LiveStreamPacketizerCupertino.handlePacket[live2/definst

mpegts.stream][mp4a.40.2]: AAC Audio info: {AACFrame: codec:AAC, channels:2, fr

quency:48000, samplesPerFrame:1024, objectType:LC}

NFO server comment - MediaStreamMap.getLiveStreamPacketizer: Create live stream

packetizer: smoothstreamingpacketizer:mpegts.stream

NFO server comment - LiveStreamPacketizerSmoothStreaming.startStream[live2/_def

nst_/mpegts.stream]

NFO server comment - LiveStreamPacketizerCupertino.handlePacket[live2/definst

mpegts.stream][avc1.77.30]: H.264 (Video may not be playable on older iPhone an

iPod touch devices where Baseline/Level 3.0 or lower is required) Video info:

H264CodecConfigInfo: codec:H264, profile:Main, level:3.0, frameSize:368x272, di

playSize:362x272, frameRate:25.0, PAR:68:69}

NFO server comment - LiveStreamPacketizerSmoothStreaming.flushPendingAudio: Bit

ate[live2/definst/mpegts.stream]: 130180

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:0 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:1 count:94 duration:2006

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:2 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:3 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live2/definst/mpe

ts.stream]: Add chunk: id:1 a/v/k:595/227/2 duration:12629

NFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live2/definst/m

egts.stream]: Add chunk: id:1 a/v/k:198/226/2 duration:12629

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:4 count:94 duration:2006

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:5 count:94 duration:2005

ARN server comment - LiveStreamPacketizerSmoothStreaming.handlePacket[live2/_de

inst_/mpegts.stream]: Fragment duration greater than suggested range of 1-4 sec

nds. Adjust keyframe interval accordingly: Fragment durations: [4.4,4.6,4.4]

NFO server comment - LiveStreamPacketizerSmoothStreaming.flushPendingVideo: Bit

ate[live2/definst/mpegts.stream]: 476507

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:video id:0 count:110 duration:4400

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:6 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:7 count:94 duration:2006

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:8 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:9 count:94 duration:2005

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:audio id:10 count:94 duration:2006

NFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live2/definst/mpe

ts.stream]: Add chunk: id:2 a/v/k:679/363/2 duration:14480

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:video id:1 count:116 duration:4640

NFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live2/definst/m

egts.stream]: Add chunk: id:2 a/v/k:226/362/2 duration:14480

NFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live2/definst/mpe

ts.stream]: Add chunk: id:3 a/v/k:380/203/1 duration:8080

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:video id:2 count:112 duration:4480

NFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live2/definst/m

egts.stream]: Add chunk: id:3 a/v/k:126/202/1 duration:8080

NFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live2/definst/mpe

ts.stream]: Add chunk: id:4 a/v/k:211/113/1 duration:4480

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: chunkDurationTarget: 10000

NFO server comment - MediaStreamMap.removeLiveStreamPacketizer[live2/definst/

pegts.stream]: Destroy live stream packetizer: cupertinostreamingpacketizer

NFO server comment - MediaStreamMap.removeLiveStreamPacketizer[live2/definst/

pegts.stream]: Destroy live stream packetizer: smoothstreamingpacketizer

NFO server comment - MediaStreamMap.removeLiveStreamPacketizer[live2/definst/

pegts.stream]: Destroy live stream packetizer: sanjosestreamingpacketizer

NFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live2/definst/m

egts.stream]: Add chunk: id:4 a/v/k:70/112/1 duration:4480

NFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live2/definst/m

egts.stream]: Add chunk: id:5 a/v/k:186/298/2 duration:11920

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:video id:3 count:250 duration:10000

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: chunkDurationTolerance: 500

NFO server comment - LiveStreamPacketizerSanJose.init[live2/definst/mpegts.st

eam]: playlistChunkCount:4

NFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live2/definst/mpe

ts.stream]: Add chunk: id:5 a/v/k:560/299/2 duration:11920

NFO server comment - MediaStreamMap.getLiveStreamPacketizer: Create live stream

packetizer: sanjosestreamingpacketizer:mpegts.stream

NFO server comment - LiveStreamPacketizerSmoothStreaming.addFragment[live2/_def

nst_/mpegts.stream]: Add chunk: type:video id:4 count:202 duration:8080

NFO server comment - SanJosePacketHandler.startStream[live2/definst/mpegts.st

eam]

NFO server comment - LiveStreamPacketizerSanJose.handlePacket[live2/definst/m

Richard

I try change mpegts.stream file to rtsp://localhost:5544/qw

After start stream using Streammanager and see log:

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost:5544/qw

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1:5544/qw

INFO server comment - RTPMediaCaster.Reconnector[27253707:live2/definst:mpegts.stream]: done: 4

INFO server comment - RTPMediaCaster.streamTimeout[27253707:live2/definst:mpegts.stream]: timeout:12000 diff:12493 rea

son:101

INFO server comment - RTPMediaCaster.resetConnection[27253707:live2/definst:mpegts.stream]:

INFO server comment - RTPMediaCaster.closeRTPSession[27253707:live2/definst:mpegts.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO stream unpublish mpegts.stream -

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - RTPSessionTracker.remove[rtsp://localhost:5544/qw]: 0:true

INFO stream destroy mpegts.stream -

INFO server comment - RTPMediaCaster.Reconnector[27253707:live2/definst:mpegts.stream]: start: 5

INFO server comment - RTPSessionTracker.add[rtsp://localhost:5544/qw]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:null sessionTimeout:0

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live2/definst]: RTSP/RTP re-streaming. Succ

ess, received SDP data.

INFO stream create - -

INFO stream publish mpegts.stream -

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost:5544/qw

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1:5544/qw

INFO server comment - RTPMediaCaster.Reconnector[27253707:live2/definst:mpegts.stream]: done: 5

where there can be a problem?

I tried again steps described in the first post.

But already used other rtsp the live555 server.

Unfortunately, I have the same problems with a connection of rtsp of a flow.

Prompt please, what I do incorrectly?

INFO server comment - Wowza Media Server is started!

INFO server comment - ModuleMulticastPublish.onAppStart[lv/definst]

INFO server comment - MulticastPublishAddressMapper.init[lv/definst]: startingAddress:239.1.0.1:10000 incMode:address

INFO server comment - MulticastPublishAddressMapper.loadMapFile: entries:1

INFO application app-start definst lv/definst

INFO server comment - RTPMediaCaster.create[11794872]

INFO server comment - RTPMediaCaster.init[11794872]

INFO server comment - RTPMediaCaster.Reconnector[11794872:lv/definst:mpegts.stream]: start: 1

INFO server comment - HTTPStreamManager.onHTTPRequest: Publish stream successfully started [lv/definst]: flv:mpegts.st

ream

INFO server comment - RTPSessionTracker.add[rtsp://localhost/jetix.ts]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: SETUP: rtsp://127.0.0.1/jetix.ts

/track1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:DEE081DE sessionTimeout:0

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[lv/definst]: RTSP/RTP re-streaming. Success

, received SDP data.

INFO stream create - -

INFO stream publish mpegts.stream -

INFO server comment - ModuleMulticastPublish.onStreamPublish[lv/definst]: mpegts.stream

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost/jetix.ts

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1/jetix.ts/

INFO server comment - RTPMediaCaster.Reconnector[11794872:lv/definst:mpegts.stream]: done: 1

INFO server comment - senderReport[RTP-Info]: track1

INFO server comment - firstPacket: TCP:$0

INFO server comment - firstPacket: TCP:$1

INFO server comment - ModuleMulticastPublish.startStream[lv/definst]: {RTPDestination: name: “destination”, stream: 23

9.1.0.1:10000, ttl: 63, isRTPWrapped: true}

INFO stream create - -

INFO server comment - MulticastTransport.bind[lv/definst]: 239.1.0.1/10000

INFO server comment - MulticastTransport.bind[lv/definst]: 239.1.0.1/10001

INFO stream play mpegts.stream -

INFO server comment - RTPMediaCaster.streamTimeout[11794872:lv/definst:mpegts.stream]: timeout:12000 diff:12047 reason

:101

INFO server comment - RTPMediaCaster.resetConnection[11794872:lv/definst:mpegts.stream]:

INFO server comment - RTPMediaCaster.closeRTPSession[11794872:lv/definst:mpegts.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - RTPSessionTracker.remove[rtsp://localhost/jetix.ts]: 0:true

INFO stream unpublish mpegts.stream -

INFO server comment - ModuleMulticastPublish.onStreamUnPublish[lv/definst]: mpegts.stream

INFO server comment - ModuleMulticastPublish.stopStream[lv/definst]: {RTPDestination: name: “destination”, stream: 239

.1.0.1:10000, ttl: 63, isRTPWrapped: true}

INFO server comment - MulticastTransport.unbind[lv/definst]: 239.1.0.1/10000 sent:0 recv:0

INFO server comment - MulticastTransport.unbind[lv/definst]: 239.1.0.1/10001 sent:0 recv:0

INFO stream stop mpegts.stream -

INFO stream destroy mpegts.stream -

INFO stream destroy mpegts.stream -

INFO server comment - RTPMediaCaster.Reconnector[11794872:lv/definst:mpegts.stream]: start: 2

INFO server comment - RTPSessionTracker.add[rtsp://localhost/jetix.ts]: 1

Initialization START:

2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: socket: setReuseAddress: from:false to:true	-	-	-	3.274	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setReuseAddress: from:false to:true	-	-	-	3.274	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setReceiveBufferSize: from:8192 to:24000	-	-	-	3.274	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setSendBufferSize: from:8192 to:65000	-	-	-	3.275	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setTrafficClass: from:0 to:0	-	-	-	3.275	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setKeepAlive: from:false to:true	-	-	-	3.275	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setOobInline: from:false to:false	-	-	-	3.276	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setSoLinger: from:-1 to:-1	-	-	-	3.276	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:20	MSK	comment	server	DEBUG	200	-	config: session: setTcpNoDelay: from:false to:false	-	-	-	3.276	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	vhost	INFO	200	_defaultVHost_	Bind attempt ([any]:1935:4)	-	-	-	3.281	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	ServerHandler[_defaultVHost_:[any]:1935]: debugTCPExceptions:true	-	-	-	3.285	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	vhost	INFO	200	_defaultVHost_	Bind successful ([any]:1935)	-	-	-	3.293	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: socket: setReuseAddress: from:false to:true	-	-	-	3.297	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setReuseAddress: from:false to:true	-	-	-	3.298	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setReceiveBufferSize: from:8192 to:16000	-	-	-	3.298	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setSendBufferSize: from:8192 to:16000	-	-	-	3.299	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setTrafficClass: from:0 to:0	-	-	-	3.299	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setKeepAlive: from:false to:true	-	-	-	3.299	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setOobInline: from:false to:false	-	-	-	3.3	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setSoLinger: from:-1 to:-1	-	-	-	3.3	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setTcpNoDelay: from:false to:false	-	-	-	3.3	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	vhost	INFO	200	_defaultVHost_	Bind attempt ([any]:8086:1)	-	-	-	3.301	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	ServerHandler[_defaultVHost_:[any]:8086]: debugTCPExceptions:true	-	-	-	3.301	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	vhost	INFO	200	_defaultVHost_	Bind successful ([any]:8086)	-	-	-	3.309	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	Loading Application.xml: file:///C:/Program Files/Wowza Media Systems/Wowza Media Server 3.0.5/conf/lv/Application.xml	-	-	-	3.37	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	load module: name:base class:com.wowza.wms.module.ModuleCore	-	-	-	3.405	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getRepeaterOriginUrl	-	-	-	3.407	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getStreamType	-	-	-	3.411	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setRepeaterOriginUrl	-	-	-	3.412	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setStreamType	-	-	-	3.412	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getReferrer	-	-	-	3.412	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getPageUrl	-	-	-	3.413	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setBufferTime	-	-	-	3.413	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getStreamBitrate	-	-	-	3.413	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getStreamLength	-	-	-	3.414	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getLiveStreamPacketizer	-	-	-	3.414	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): initLiveStreamRepeating	-	-	-	3.414	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): receiveAudio	-	-	-	3.415	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): receiveVideo	-	-	-	3.415	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setLiveStreamPacketizer	-	-	-	3.416	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getClientID	-	-	-	3.416	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): createStream	-	-	-	3.417	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): initStream	-	-	-	3.417	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): pause	-	-	-	3.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getLastStreamId	-	-	-	3.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCPublish	-	-	-	3.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCSubscribe	-	-	-	3.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCUnPublish	-	-	-	3.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCUnSubscribe	-	-	-	3.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCUnpublish	-	-	-	3.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): FCUnsubscribe	-	-	-	3.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): closeStream	-	-	-	3.421	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): deleteStream	-	-	-	3.421	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): pauseRaw	-	-	-	3.422	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): play2	-	-	-	3.422	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): releaseStream	-	-	-	3.422	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setBandwidthLimit	-	-	-	3.423	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): publish	-	-	-	3.423	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getVersion	-	-	-	3.424	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): seek	-	-	-	3.424	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): play	-	-	-	3.425	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	load module: name:properties class:com.wowza.wms.module.ModuleProperties	-	-	-	3.427	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getAppInstanceProperty	-	-	-	3.428	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getApplicationProperty	-	-	-	3.428	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getStreamProperty	-	-	-	3.428	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setAppInstanceProperty	-	-	-	3.429	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setApplicationProperty	-	-	-	3.429	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setClientProperty	-	-	-	3.429	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): setStreamProperty	-	-	-	3.43	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): getClientProperty	-	-	-	3.43	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	load module: name:logging class:com.wowza.wms.module.ModuleClientLogging	-	-	-	3.431	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): logDebug	-	-	-	3.431	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): logError	-	-	-	3.432	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): logInfo	-	-	-	3.432	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): logWarn	-	-	-	3.432	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	load module: name:flvplayback class:com.wowza.wms.module.ModuleFLVPlayback	-	-	-	3.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onDisconnect	-	-	-	3.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onConnect	-	-	-	3.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onConnectAccept	-	-	-	3.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onConnectReject	-	-	-	3.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (method): checkBandwidth	-	-	-	3.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	load module: name:ModuleMulticastPublish class:com.wowza.wms.plugin.multicastpublish.ModuleMulticastPublish	-	-	-	3.44	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): startStream	-	-	-	3.443	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): stopStream	-	-	-	3.443	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onAppStart	-	-	-	3.444	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onRTPSessionCreate	-	-	-	3.444	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onStreamCreate	-	-	-	3.444	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onStreamDestroy	-	-	-	3.445	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  add method (event): onAppStop	-	-	-	3.445	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): closePublishSession	-	-	-	3.445	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): getDestinations	-	-	-	3.445	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidSignature): onRTPDescribe	-	-	-	3.446	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): onStreamPublish	-	-	-	3.446	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): onStreamUnPublish	-	-	-	3.447	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): workerRun	-	-	-	3.447	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  skip method (InvalidParameterCount): init	-	-	-	3.447	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	SharedObjectReadAccess: *	-	-	-	3.455	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	SharedObjectWriteAccess: *	-	-	-	3.456	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	StreamReadAccess: *	-	-	-	3.456	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	StreamWriteAccess: *	-	-	-	3.456	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	StreamAudioSampleAccess: 	-	-	-	3.457	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	StreamVideoSampleAccess: 	-	-	-	3.457	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	explodeStorageDir: ${com.wowza.wms.context.VHostConfigHome}/content=C:/Program Files/Wowza Media Systems/Wowza Media Server 3.0.5/content	-	-	-	3.463	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	validateStoragePath: start: C:\Program Files\Wowza Media Systems\Wowza Media Server 3.0.5\content	-	-	-	3.464	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	explodeStorageDir: ${com.wowza.wms.context.VHostConfigHome}/keys=C:/Program Files/Wowza Media Systems/Wowza Media Server 3.0.5/keys	-	-	-	3.466	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	validateStoragePath: start: C:\Program Files\Wowza Media Systems\Wowza Media Server 3.0.5\keys	-	-	-	3.466	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	explodeStorageDir: =	-	-	-	3.468	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	validateStoragePath: start: 	-	-	-	3.468	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  parent: null	-	-	-	3.468	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	ModuleMulticastPublish.onAppStart[lv/_definst_]	-	-	-	3.534	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	MulticastPublishAddressMapper.init[lv/_definst_]: startingAddress:239.1.0.1:10000 incMode:address	-	-	-	3.539	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	MulticastPublishAddressMapper.loadMapFile: entries:1	-	-	-	3.544	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	app-start	application	INFO	200	_definst_	lv/_definst_	-	-	-	3.582	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPMediaCaster.create[12468716]	-	-	-	3.591	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPMediaCaster.init[12468716]	-	-	-	3.592	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasic.rtspSessionTimeout: 15000	-	-	-	3.597	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasic.rtspConnectionTimeout: 4000	-	-	-	3.597	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPMediaCaster.Reconnector[12468716:lv/_definst_:mpegts.stream]: start: 1	-	-	-	3.599	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPMediaCaster#Reconnector.run: reconnectDelay: 100	-	-	-	3.6	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	VHost.startStartupStreams: Stream successfully started [lv/_definst_]: flv:mpegts.stream	-	-	-	3.613	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	Wowza Media Server is started!	-	-	-	3.615	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.doConnect: hostname:localhost port:554 timeout:4 rtspBindIpAddress:null path:/taxi.ts	-	-	-	3.725	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setReuseAddress: from:false to:true	-	-	-	3.729	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setReceiveBufferSize: from:8192 to:65536	-	-	-	3.729	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setSendBufferSize: from:8192 to:32768	-	-	-	3.729	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setTrafficClass: from:0 to:0	-	-	-	3.73	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setKeepAlive: from:false to:true	-	-	-	3.73	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setOobInline: from:false to:false	-	-	-	3.731	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setSoLinger: from:-1 to:-1	-	-	-	3.731	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: session: setTcpNoDelay: from:false to:false	-	-	-	3.731	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	config: connection: setConnectTimeout: from:60 to:10	-	-	-	3.732	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
DESCRIBE rtsp://localhost/taxi.ts RTSP/1.0
CSeq: 1
Accept: application/sdp
	-	-	-	3.773	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send(open): command:DESCRIBE:rtsp://localhost/taxi.ts
DESCRIBE rtsp://localhost/taxi.ts RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server 3 Trial Edition (Expires: &#1084;&#1072;&#1081; 08, 2012) 3.0.5 build1220)
	-	-	-	3.774	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionTracker.add[rtsp://localhost/taxi.ts]: 1	-	-	-	3.78	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 1	-	-	-	3.785	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	3.786	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-base: rtsp://127.0.0.1/taxi.ts/	-	-	-	3.786	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-type: application/sdp	-	-	-	3.786	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-length: 391	-	-	-	3.787	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	3.787	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	3.788	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	3.788	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	3.788	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 1	-	-	-	3.789	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	3.789	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-base: rtsp://127.0.0.1/taxi.ts/	-	-	-	3.79	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-type: application/sdp	-	-	-	3.79	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  content-length: 391	-	-	-	3.79	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
content-type: application/sdp
response: OK
protocol: RTSP/1.0
cseq: 1
status: 200
content-length: 391
content-base: rtsp://127.0.0.1/taxi.ts/
date: Fri, Apr 13 2012 12:24:21 GMT
uri: RTSP/1.0 200 OK
	-	-	-	3.791	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:DESCRIBE response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	3.792	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	v=0
o=- 1334319259549431 1 IN IP4 10.0.37.163
s=MPEG Transport Stream, streamed by the LIVE555 Media Server
i=taxi.ts
t=0 0
a=tool:LIVE555 Streaming Media v2011.11.20
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server
a=x-qt-text-inf:taxi.ts
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
b=AS:5000
a=control:track1
	-	-	-	3.792	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	DESCRIBE: SDP: trackCount:1 trackNames:[track1,header]	-	-	-	3.795	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: SETUP: rtsp://127.0.0.1/taxi.ts/track1	-	-	-	3.795	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
SETUP rtsp://127.0.0.1/taxi.ts/track1 RTSP/1.0
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
CSeq: 2
	-	-	-	3.796	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:SETUP
SETUP rtsp://127.0.0.1/taxi.ts/track1 RTSP/1.0
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
CSeq: 2
	-	-	-	3.796	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 2	-	-	-	3.799	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	3.8	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1	-	-	-	3.8	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  session: BD8715A8	-	-	-	3.801	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	3.801	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	3.801	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	3.802	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	3.802	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 2	-	-	-	3.803	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	3.803	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1	-	-	-	3.803	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  session: BD8715A8	-	-	-	3.804	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
response: OK
protocol: RTSP/1.0
session: BD8715A8
transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1
cseq: 2
status: 200
date: Fri, Apr 13 2012 12:24:21 GMT
uri: RTSP/1.0 200 OK
	-	-	-	3.804	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:SETUP response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	3.805	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	v=0
o=- 1334319259549431 1 IN IP4 10.0.37.163
s=MPEG Transport Stream, streamed by the LIVE555 Media Server
i=taxi.ts
t=0 0
a=tool:LIVE555 Streaming Media v2011.11.20
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server
a=x-qt-text-inf:taxi.ts
m=video 0 RTP/AVP 33
a=proto:RTP/AVP/TCP;interleaved=0-1
b=AS:5000
a=control:track1
	-	-	-	3.805	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:BD8715A8 sessionTimeout:0	-	-	-	3.806	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasic.getStreamInfo[lv/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.	-	-	-	4.018	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: v=0	-	-	-	4.019	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: o=- 1334319259549431 1 IN IP4 10.0.37.163	-	-	-	4.019	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: s=MPEG Transport Stream, streamed by the LIVE555 Media Server	-	-	-	4.02	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: i=taxi.ts	-	-	-	4.02	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: t=0 0	-	-	-	4.02	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=tool:LIVE555 Streaming Media v2011.11.20	-	-	-	4.021	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=type:broadcast	-	-	-	4.021	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=control:*	-	-	-	4.022	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=range:npt=0-	-	-	-	4.022	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server	-	-	-	4.022	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=x-qt-text-inf:taxi.ts	-	-	-	4.023	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: m=video 0 RTP/AVP 33	-	-	-	4.023	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=proto:RTP/AVP/TCP;interleaved=0-1	-	-	-	4.031	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: b=AS:5000	-	-	-	4.032	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	sdp: a=control:track1	-	-	-	4.032	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	LiveReceiver.onFlushNotifyClients[lv/_definst_/]: false	-	-	-	4.052	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	LiveReceiver.flushInterval[lv/_definst_/]: 50	-	-	-	4.053	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	LiveReceiver.verboseDebug[lv/_definst_/]: false	-	-	-	4.053	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	create	stream	INFO	200	-	-	_defaultVHost_	lv	_definst_	0.016	-	80	null	127.0.0.1	rtsp	-	known	1111181206	0	0	1	0	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPDePacketizerRFC3984H264.init	_defaultVHost_	lv	_definst_	4.077	-	80	null	127.0.0.1	rtsp	-	known	1111181206	0	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:21	MSK	publish	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	0.04	-	80	null	127.0.0.1	rtsp	-	known	1111181206	0	0	1	0	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	ModuleMulticastPublish.onStreamPublish[lv/_definst_]: mpegts.stream	-	-	-	4.079	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost/taxi.ts	-	-	-	4.095	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1/taxi.ts/	-	-	-	4.096	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
PLAY rtsp://127.0.0.1/taxi.ts/ RTSP/1.0
Session: BD8715A8
CSeq: 3
Range: npt=0.000-
	-	-	-	4.096	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:PLAY
PLAY rtsp://127.0.0.1/taxi.ts/ RTSP/1.0
Session: BD8715A8
CSeq: 3
Range: npt=0.000-
	-	-	-	4.096	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	RTPMediaCaster.Reconnector[12468716:lv/_definst_:mpegts.stream]: done: 1	-	-	-	4.099	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 3	-	-	-	4.106	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	4.114	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  range: npt=0.000-	-	-	-	4.115	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  session: BD8715A8	-	-	-	4.116	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=15913;rtptime=4213897615	-	-	-	4.117	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	4.117	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	4.118	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	4.118	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	4.118	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  cseq: 3	-	-	-	4.119	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:21 GMT	-	-	-	4.119	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  range: npt=0.000-	-	-	-	4.12	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  session: BD8715A8	-	-	-	4.12	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=15913;rtptime=4213897615	-	-	-	4.121	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
response: OK
protocol: RTSP/1.0
range: npt=0.000-
session: BD8715A8
cseq: 3
status: 200
date: Fri, Apr 13 2012 12:24:21 GMT
uri: RTSP/1.0 200 OK
rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=15913;rtptime=4213897615
	-	-	-	4.121	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:PLAY response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	4.122	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	senderReport[RTP-Info]: track1	-	-	-	4.124	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtcp[track1:28] {80 c8 00 06 49 b8 18 bb d3 32 99 75 d8 10 62 4d }	-	-	-	4.127	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	RTCPPACKETTYPE_SR[track1]: base:3543308661844 rtp:4213897615	-	-	-	4.13	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	INFO	200	-	firstPacket: TCP:$0	-	-	-	4.133	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 29 fb 2a f9 8f 6b 83 0e 45 47 40 00 10 }	-	-	-	4.134	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897615 sz:1316	-	-	-	4.136	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2a fb 2a f9 e0 6b 83 0e 45 47 00 12 12 }	-	-	-	4.138	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897696 sz:1316	-	-	-	4.139	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2b fb 2a f9 f9 6b 83 0e 45 47 00 11 16 }	-	-	-	4.141	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897721 sz:1316	-	-	-	4.144	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2c fb 2a fa 17 6b 83 0e 45 47 00 12 19 }	-	-	-	4.146	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897751 sz:1316	-	-	-	4.147	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2d fb 2a fa 2f 6b 83 0e 45 47 00 11 1d }	-	-	-	4.148	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897775 sz:1316	-	-	-	4.148	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2e fb 2a fa 47 6b 83 0e 45 47 00 11 12 }	-	-	-	4.149	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897799 sz:1316	-	-	-	4.149	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 2f fb 2a fa 60 6b 83 0e 45 47 00 11 19 }	-	-	-	4.151	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897824 sz:1316	-	-	-	4.151	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 30 fb 2a fa 79 6b 83 0e 45 47 00 11 10 }	-	-	-	4.152	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897849 sz:1316	-	-	-	4.153	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 31 fb 2a fa 91 6b 83 0e 45 47 00 11 17 }	-	-	-	4.153	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897873 sz:1316	-	-	-	4.154	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 32 fb 2a fa aa 6b 83 0e 45 47 00 11 1e }	-	-	-	4.154	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897898 sz:1316	-	-	-	4.155	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 33 fb 2a fa e8 6b 83 0e 45 47 00 11 15 }	-	-	-	4.155	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213897960 sz:1316	-	-	-	4.156	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 34 fb 2a fb 10 6b 83 0e 45 47 00 11 1c }	-	-	-	4.156	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898000 sz:1316	-	-	-	4.157	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 35 fb 2a fb 31 6b 83 0e 45 47 00 11 13 }	-	-	-	4.157	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898033 sz:1316	-	-	-	4.157	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 36 fb 2a fb 49 6b 83 0e 45 47 00 11 1a }	-	-	-	4.158	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898057 sz:1316	-	-	-	4.164	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 37 fb 2a fb 61 6b 83 0e 45 47 00 11 11 }	-	-	-	4.165	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898081 sz:1316	-	-	-	4.165	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 38 fb 2a fb 7b 6b 83 0e 45 47 00 11 18 }	-	-	-	4.166	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898107 sz:1316	-	-	-	4.166	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 39 fb 2a fb 99 6b 83 0e 45 47 00 11 1f }	-	-	-	4.167	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898137 sz:1316	-	-	-	4.168	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 3a fb 2a fb b1 6b 83 0e 45 47 00 11 16 }	-	-	-	4.169	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898161 sz:1316	-	-	-	4.169	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 3b fb 2a fb ca 6b 83 0e 45 47 00 11 1d }	-	-	-	4.17	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898186 sz:1316	-	-	-	4.17	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 3c fb 2a fb e3 6b 83 0e 45 47 00 11 14 }	-	-	-	4.171	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4213898211 sz:1316	-	-	-	4.172	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:21	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 3e 3d fb 2a fb fb 6b 83 0e 45 47 00 11 1b }	-	-	-	4.172	-	-	-	-

after some seconds we see:

2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 50 5a fb 3b b3 aa 6b 83 0e 45 47 00 12 33 }	-	-	-	16.279	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4214993834 sz:1316	-	-	-	16.279	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 50 5b fb 3b b4 5e 6b 83 0e 45 47 00 11 18 }	-	-	-	16.281	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:4214994014 sz:1316	-	-	-	16.281	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPMediaCaster.streamTimeout[12468716:lv/_definst_:mpegts.stream]: timeout:12000 diff:12004 reason:101	-	-	-	16.282	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPMediaCaster.resetConnection[12468716:lv/_definst_:mpegts.stream]: 	-	-	-	16.282	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPMediaCaster.closeRTPSession[12468716:lv/_definst_:mpegts.stream]	-	-	-	16.282	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
TEARDOWN rtsp://localhost/taxi.ts RTSP/1.0
Session: BD8715A8
CSeq: 4
	-	-	-	16.283	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:TEARDOWN
TEARDOWN rtsp://localhost/taxi.ts RTSP/1.0
Session: BD8715A8
CSeq: 4
	-	-	-	16.283	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession	-	-	-	16.284	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	unpublish	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	12.247	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	1	0	6187292	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	ModuleMulticastPublish.onStreamUnPublish[lv/_definst_]: mpegts.stream	_defaultVHost_	lv	_definst_	16.287	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	ModuleMulticastPublish.stopStream[lv/_definst_]: {RTPDestination: name: "destination", stream: 239.1.0.1:10000, ttl: 63, isRTPWrapped: true}	_defaultVHost_	lv	_definst_	16.287	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose	-	-	-	16.286	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionTracker.remove[rtsp://localhost/taxi.ts]: 0:true	-	-	-	16.288	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10000 sent:0 recv:0	_defaultVHost_	lv	_definst_	16.289	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10001 sent:0 recv:0	_defaultVHost_	lv	_definst_	16.29	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:34	MSK	stop	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	1.979	-	80	null	127.0.0.1	rtsp	-	known	959445618	0	0	2	0	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	destroy	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	1.98	-	80	null	127.0.0.1	rtsp	-	known	959445618	0	0	2	-	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	destroy	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	12.254	-	80	null	127.0.0.1	rtsp	-	known	1111181206	6187292	0	1	0	6187292	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPMediaCaster.Reconnector[12468716:lv/_definst_:mpegts.stream]: start: 2	-	-	-	16.295	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPMediaCaster#Reconnector.run: reconnectDelay: 100	-	-	-	16.295	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.doConnect: hostname:localhost port:554 timeout:4 rtspBindIpAddress:null path:/taxi.ts	-	-	-	16.396	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
DESCRIBE rtsp://localhost/taxi.ts RTSP/1.0
CSeq: 1
Accept: application/sdp
	-	-	-	16.411	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send(open): command:DESCRIBE:rtsp://localhost/taxi.ts
DESCRIBE rtsp://localhost/taxi.ts RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server 3 Trial Edition (Expires: &#1084;&#1072;&#1081; 08, 2012) 3.0.5 build1220)
	-	-	-	16.412	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionTracker.add[rtsp://localhost/taxi.ts]: 1	-	-	-	16.413	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 1	-	-	-	16.416	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.416	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-base: rtsp://127.0.0.1/taxi.ts/	-	-	-	16.417	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-type: application/sdp	-	-	-	16.417	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-length: 391	-	-	-	16.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	16.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	16.418	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	16.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	16.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 1	-	-	-	16.419	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-base: rtsp://127.0.0.1/taxi.ts/	-	-	-	16.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-type: application/sdp	-	-	-	16.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  content-length: 391	-	-	-	16.42	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
content-type: application/sdp
response: OK
protocol: RTSP/1.0
cseq: 1
status: 200
content-length: 391
content-base: rtsp://127.0.0.1/taxi.ts/
date: Fri, Apr 13 2012 12:24:34 GMT
uri: RTSP/1.0 200 OK
	-	-	-	16.421	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:DESCRIBE response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	16.421	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	v=0
o=- 1334319259549431 1 IN IP4 10.0.37.163
s=MPEG Transport Stream, streamed by the LIVE555 Media Server
i=taxi.ts
t=0 0
a=tool:LIVE555 Streaming Media v2011.11.20
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server
a=x-qt-text-inf:taxi.ts
m=video 0 RTP/AVP 33
c=IN IP4 0.0.0.0
b=AS:5000
a=control:track1
	-	-	-	16.422	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	DESCRIBE: SDP: trackCount:1 trackNames:[track1,header]	-	-	-	16.422	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: SETUP: rtsp://127.0.0.1/taxi.ts/track1	-	-	-	16.429	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
SETUP rtsp://127.0.0.1/taxi.ts/track1 RTSP/1.0
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
CSeq: 2
	-	-	-	16.429	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:SETUP
SETUP rtsp://127.0.0.1/taxi.ts/track1 RTSP/1.0
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
CSeq: 2
	-	-	-	16.43	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 2	-	-	-	16.432	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.432	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1	-	-	-	16.433	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  session: 17F195C8	-	-	-	16.433	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	16.433	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	16.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	16.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	16.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 2	-	-	-	16.434	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1	-	-	-	16.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  session: 17F195C8	-	-	-	16.435	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
response: OK
protocol: RTSP/1.0
session: 17F195C8
transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1
cseq: 2
status: 200
date: Fri, Apr 13 2012 12:24:34 GMT
uri: RTSP/1.0 200 OK
	-	-	-	16.436	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:SETUP response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	16.436	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	v=0
o=- 1334319259549431 1 IN IP4 10.0.37.163
s=MPEG Transport Stream, streamed by the LIVE555 Media Server
i=taxi.ts
t=0 0
a=tool:LIVE555 Streaming Media v2011.11.20
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server
a=x-qt-text-inf:taxi.ts
m=video 0 RTP/AVP 33
a=proto:RTP/AVP/TCP;interleaved=0-1
b=AS:5000
a=control:track1
	-	-	-	16.437	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:17F195C8 sessionTimeout:0	-	-	-	16.437	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasic.getStreamInfo[lv/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.	-	-	-	16.66	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: v=0	-	-	-	16.661	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: o=- 1334319259549431 1 IN IP4 10.0.37.163	-	-	-	16.661	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: s=MPEG Transport Stream, streamed by the LIVE555 Media Server	-	-	-	16.661	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: i=taxi.ts	-	-	-	16.662	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: t=0 0	-	-	-	16.662	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=tool:LIVE555 Streaming Media v2011.11.20	-	-	-	16.662	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=type:broadcast	-	-	-	16.662	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=control:*	-	-	-	16.663	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=range:npt=0-	-	-	-	16.663	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=x-qt-text-nam:MPEG Transport Stream, streamed by the LIVE555 Media Server	-	-	-	16.663	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=x-qt-text-inf:taxi.ts	-	-	-	16.664	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: m=video 0 RTP/AVP 33	-	-	-	16.664	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=proto:RTP/AVP/TCP;interleaved=0-1	-	-	-	16.664	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: b=AS:5000	-	-	-	16.665	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	sdp: a=control:track1	-	-	-	16.665	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	LiveReceiver.onFlushNotifyClients[lv/_definst_/]: false	-	-	-	16.666	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	LiveReceiver.flushInterval[lv/_definst_/]: 50	-	-	-	16.666	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	LiveReceiver.verboseDebug[lv/_definst_/]: false	-	-	-	16.666	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	create	stream	INFO	200	-	-	_defaultVHost_	lv	_definst_	0.0020	-	80	null	127.0.0.1	rtsp	-	known	562176474	0	0	3	0	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPDePacketizerRFC3984H264.init	_defaultVHost_	lv	_definst_	16.667	-	80	null	127.0.0.1	rtsp	-	known	562176474	0	0	-	-	-	-	-	-	-	-	-	-	-	-	-	null	-
2012-04-13	16:24:34	MSK	publish	stream	INFO	200	mpegts.stream	-	_defaultVHost_	lv	_definst_	0.0030	-	80	null	127.0.0.1	rtsp	-	known	562176474	0	0	3	0	0	0	mpegts.stream	-	-	-	-	-	null	null	-	null	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	ModuleMulticastPublish.onStreamPublish[lv/_definst_]: mpegts.stream	-	-	-	16.668	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost/taxi.ts	-	-	-	16.669	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1/taxi.ts/	-	-	-	16.669	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageSend ***
PLAY rtsp://127.0.0.1/taxi.ts/ RTSP/1.0
Session: 17F195C8
CSeq: 3
Range: npt=0.000-
	-	-	-	16.669	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:PLAY
PLAY rtsp://127.0.0.1/taxi.ts/ RTSP/1.0
Session: 17F195C8
CSeq: 3
Range: npt=0.000-
	-	-	-	16.67	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	RTPMediaCaster.Reconnector[12468716:lv/_definst_:mpegts.stream]: done: 2	-	-	-	16.671	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 3	-	-	-	16.674	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.682	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  range: npt=0.000-	-	-	-	16.682	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  session: 17F195C8	-	-	-	16.682	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=5622;rtptime=366589057	-	-	-	16.682	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  uri: RTSP/1.0 200 OK	-	-	-	16.683	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  protocol: RTSP/1.0	-	-	-	16.683	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  status: 200	-	-	-	16.683	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  response: OK	-	-	-	16.683	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  cseq: 3	-	-	-	16.684	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  date: Fri, Apr 13 2012 12:24:34 GMT	-	-	-	16.684	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  range: npt=0.000-	-	-	-	16.684	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  session: 17F195C8	-	-	-	16.684	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=5622;rtptime=366589057	-	-	-	16.685	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	*** RTSPMessageReceive ***
RTSP/1.0 200 OK
response: OK
protocol: RTSP/1.0
range: npt=0.000-
session: 17F195C8
cseq: 3
status: 200
date: Fri, Apr 13 2012 12:24:34 GMT
uri: RTSP/1.0 200 OK
rtp-info: url=rtsp://127.0.0.1/taxi.ts/track1;seq=5622;rtptime=366589057
	-	-	-	16.685	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:PLAY response:RTSP/1.0 200 OK status:200 handled:false	-	-	-	16.685	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	senderReport[RTP-Info]: track1	-	-	-	16.686	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	rtcp[track1:28] {80 c8 00 06 46 4f 3c 17 d3 32 99 82 68 72 b0 20 }	-	-	-	16.686	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	RTCPPACKETTYPE_SR[track1]: base:3543308674408 rtp:366589057	-	-	-	16.687	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	INFO	200	-	firstPacket: TCP:$0	-	-	-	16.687	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 15 f6 15 d9 b4 81 55 18 f9 c0 47 40 00 10 }	-	-	-	16.69	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	  SINGLE: tc:366589057 sz:1316	-	-	-	16.69	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-
2012-04-13	16:24:34	MSK	comment	server	DEBUG	200	-	rtp[track1:1328] {80 21 15 f7 15 d9 b5 13 55 18 f9 c0 47 00 12 12 }	-	-	-	16.691	-	-	-

I am disturbed by the following records:

2012-04-13 16:24:34 MSK comment server DEBUG 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:TEARDOWN

RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:DESCRIBE response:RTSP/1.0 200 OK status:200 handled:false

2012-04-13 16:24:46 MSK comment server INFO 200 - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

2012-04-13	16:24:46	MSK	comment	server	INFO	200	-	MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10000
2012-04-13	16:24:46	MSK	comment	server	INFO	200	-	MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10001

I don’t understand from why use the second port 10001 undertook?

Is rtsp://127.0.0.1/jetix.ts a live stream being published by your Live555 app? Wowza doesn’t support .ts files.

Richard

If I being published your test sample.mp4 file by means of vlc, I see the following errors.

DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:SETUP response:RTSP/1.0 461 Unsupported transport sta
tus:461 handled:false
DEBUG server comment - v=0
o=- 15218443004753525161 15218443004753525161 IN IP4 A-NB
s=Unnamed
i=N/A
t=0 0
a=tool:vlc 2.0.1
a=recvonly
a=type:broadcast
a=charset:UTF-8
a=control:rtsp://127.0.0.1:554/qw
m=video 0 RTP/AVP 96
a=proto:RTP/AVP/TCP;interleaved=0-0
b=RR:0
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42c01e;sprop-parameter-sets=Z0LAHpZiA2P8vCAAAAMAIAAABgHixck=,aMuMsg==;
a=control:rtsp://127.0.0.1:554/qw/trackID=0
m=audio 0 RTP/AVP 96
a=proto:RTP/AVP/TCP;interleaved=0-0
b=RR:0
a=rtpmap:96 mpeg4-generic/48000/2
a=fmtp:96 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1190; SizeLength=13; IndexLength=3; IndexDeltaLength=3; Profile=1;
a=control:rtsp://127.0.0.1:554/qw/trackID=1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:null sessionTimeout:0
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[lv/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
DEBUG server comment - sdp: v=0
DEBUG server comment - sdp: o=- 15218443004753525161 15218443004753525161 IN IP4 A-NB
DEBUG server comment - sdp: s=Unnamed
DEBUG server comment - sdp: i=N/A
DEBUG server comment - sdp: t=0 0
DEBUG server comment - sdp: a=tool:vlc 2.0.1
DEBUG server comment - sdp: a=recvonly
DEBUG server comment - sdp: a=type:broadcast
DEBUG server comment - sdp: a=charset:UTF-8
DEBUG server comment - sdp: a=control:rtsp://127.0.0.1:554/qw
DEBUG server comment - sdp: m=video 0 RTP/AVP 96
DEBUG server comment - sdp: a=proto:RTP/AVP/TCP;interleaved=0-0
DEBUG server comment - sdp: b=RR:0
DEBUG server comment - sdp: a=rtpmap:96 H264/90000
DEBUG server comment - sdp: a=fmtp:96 packetization-mode=1;profile-level-id=42c01e;sprop-parameter-sets=Z0LAHpZiA2P8vCAAAAMAIAAABgHixck=,aMuMsg==;
DEBUG server comment - sdp: a=control:rtsp://127.0.0.1:554/qw/trackID=0
DEBUG server comment - sdp: m=audio 0 RTP/AVP 96
DEBUG server comment - sdp: a=proto:RTP/AVP/TCP;interleaved=0-0
DEBUG server comment - sdp: b=RR:0
DEBUG server comment - sdp: a=rtpmap:96 mpeg4-generic/48000/2
DEBUG server comment - sdp: a=fmtp:96 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1190; SizeLength=13; IndexLength=3; IndexDeltaLength=3;
Profile=1;
DEBUG server comment - sdp: a=control:rtsp://127.0.0.1:554/qw/trackID=1
DEBUG server comment - LiveReceiver.onFlushNotifyClients[lv/_definst_/]: false
DEBUG server comment - LiveReceiver.flushInterval[lv/_definst_/]: 50
DEBUG server comment - LiveReceiver.verboseDebug[lv/_definst_/]: false
INFO stream create - -
DEBUG server comment - RTPDePacketizerMPEG4AAC.init
DEBUG server comment - RTPDePacketizerRFC3984H264.init
INFO stream publish mpegts.stream -
INFO server comment - ModuleMulticastPublish.onStreamPublish[lv/_definst_]: mpegts.stream
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://localhost/qw
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: PLAY: rtsp://127.0.0.1:554/qw
DEBUG server comment - *** RTSPMessageSend ***
PLAY rtsp://127.0.0.1:554/qw RTSP/1.0
CSeq: 4
Range: npt=0.000-
DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:PLAY
PLAY rtsp://127.0.0.1:554/qw RTSP/1.0
CSeq: 4
Range: npt=0.000-
INFO server comment - RTPMediaCaster.Reconnector[31384576:lv/_definst_:mpegts.stream]: done: 1
DEBUG server comment -   server: VLC/2.0.1
DEBUG server comment -   date: Fri, 13 Apr 2012 15:31:21 GMT
DEBUG server comment -   content-length: 0
DEBUG server comment -   cache-control: no-cache
DEBUG server comment -   cseq: 4
DEBUG server comment -   uri: RTSP/1.0 200 OK
DEBUG server comment -   protocol: RTSP/1.0
DEBUG server comment -   status: 200
DEBUG server comment -   response: OK
DEBUG server comment -   server: VLC/2.0.1
DEBUG server comment -   date: Fri, 13 Apr 2012 15:31:21 GMT
DEBUG server comment -   content-length: 0
DEBUG server comment -   cache-control: no-cache
DEBUG server comment -   cseq: 4
DEBUG server comment - *** RTSPMessageReceive ***
RTSP/1.0 200 OK
cache-control: no-cache
response: OK
protocol: RTSP/1.0
cseq: 4
status: 200
content-length: 0
server: VLC/2.0.1
date: Fri, 13 Apr 2012 15:31:21 GMT
uri: RTSP/1.0 200 OK
DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.processResponse: command:PLAY response:RTSP/1.0 200 OK status:200 handled:fals
e
INFO server comment - ModuleMulticastPublish.startStream[lv/_definst_]: {RTPDestination: name: "destination", stream: 239.1.0.1:10000, ttl: 63, isRTPW
rapped: true}
DEBUG server comment - LiveReceiver.onFlushNotifyClients[lv/_definst_/]: false
DEBUG server comment - LiveReceiver.flushInterval[lv/_definst_/]: 75
DEBUG server comment - LiveReceiver.verboseDebug[lv/_definst_/]: false
INFO stream create - -
INFO server comment - MulticastTransport.bind[lv/_definst_]: 239.1.0.1/10000
INFO server comment - MulticastTransport.bind[lv/_definst_]: 239.1.0.1/10001
DEBUG server comment - MulticastTransport.bind.joinGroup: multicastInterfaceAddress: /239.1.0.1
DEBUG server comment - MulticastTransport.bind.joinGroup: multicastInterfaceAddress: /239.1.0.1
INFO stream play mpegts.stream -
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:0 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:51 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:50 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:56 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:56 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:58 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:55 seq:0
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:54 seq:0
INFO server comment - RTPMediaCaster.streamTimeout[31384576:lv/_definst_:mpegts.stream]: timeout:12000 diff:12001 reason:101
INFO server comment - RTPMediaCaster.resetConnection[31384576:lv/_definst_:mpegts.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[31384576:lv/_definst_:mpegts.stream]
DEBUG server comment - *** RTSPMessageSend ***
TEARDOWN rtsp://localhost/qw RTSP/1.0
CSeq: 5
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:56 seq:0
DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.send: command:TEARDOWN
TEARDOWN rtsp://localhost/qw RTSP/1.0
CSeq: 5
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO stream unpublish mpegts.stream -
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - ModuleMulticastPublish.onStreamUnPublish[lv/_definst_]: mpegts.stream
INFO server comment - ModuleMulticastPublish.stopStream[lv/_definst_]: {RTPDestination: name: "destination", stream: 239.1.0.1:10000, ttl: 63, isRTPWr
apped: true}
DEBUG server comment - RTPPlayer.rsend[lv/_definst_/mpegts.stream]: rt:68 seq:0
INFO server comment - RTPSessionTracker.remove[rtsp://localhost/qw]: 0:true
INFO server comment - MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10000 sent:0 recv:0
INFO server comment - MulticastTransport.unbind[lv/_definst_]: 239.1.0.1/10001 sent:0 recv:0
INFO stream stop mpegts.stream -
INFO stream destroy mpegts.stream -
INFO stream destroy mpegts.stream -
INFO server comment - RTPMediaCaster.Reconnector[31384576:lv/_definst_:mpegts.stream]: start: 2
DEBUG server comment - RTPMediaCaster#Reconnector.run: reconnectDelay: 100
DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.doConnect: hostname:localhost port:554 timeout:4 rtspBindIpAddress:null path:/
qw
DEBUG server comment - *** RTSPMessageSend ***
DESCRIBE rtsp://localhost/qw RTSP/1.0
CSeq: 1
Accept: application/sdp
DEBUG server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.send(open): command:DESCRIBE:rtsp://localhost/qw
DESCRIBE rtsp://localhost/qw RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Wowza Media Server Pro (Wowza Media Server 3 Trial Edition (Expires: &#1100;&#1088;&#1097; 08, 2012) 3.0.5 build1220)
INFO server comment - RTPSessionTracker.add[rtsp://localhost/qw]: 1
DEBUG server comment -   server: VLC/2.0.1
DEBUG server comment -   date: Fri, 13 Apr 2012 15:31:34 GMT
DEBUG server comment -   content-type: application/sdp
DEBUG server comment -   content-base: rtsp://127.0.0.1:554/qw
DEBUG server comment -   content-length: 680
DEBUG server comment -   cache-control: no-cache
DEBUG server comment -   cseq: 1
DEBUG server comment -   uri: RTSP/1.0 200 OK
DEBUG server comment -   protocol: RTSP/1.0
DEBUG server comment -   status: 200
DEBUG server comment -   response: OK
DEBUG server comment -   server: VLC/2.0.1
DEBUG server comment -   date: Fri, 13 Apr 2012 15:31:34 GMT
DEBUG server comment -   content-type: application/sdp
DEBUG server comment -   content-base: rtsp://127.0.0.1:554/qw
DEBUG server comment -   content-length: 680
DEBUG server comment -   cache-control: no-cache
DEBUG server comment -   cseq: 1
DEBUG server comment - *** RTSPMessageReceive ***
RTSP/1.0 200 OK
cache-control: no-cache
content-type: application/sdp
response: OK
protocol: RTSP/1.0
cseq: 1
status: 200
content-length: 680
content-base: rtsp://127.0.0.1:554/qw
server: VLC/2.0.1
date: Fri, 13 Apr 2012 15:31:34 GMT
uri: RTSP/1.0 200 OK