Team,
I have a unicast rtmp stream being sent into wowza. I have all packetizers in addition to the multicastpush module loaded on the live application.xml.
Using VLC I can connect to RTSP unicast and HLS Unicast streams.
Using VLC and Quicktime I am able to open the multicast push stream by opening the live.sdp created in my SDP directory.
However, when I go to quicktime and select open url and input "rtsp://<Wowza>:1935/live/live?multicastplay", it seems to connect to the audio only stream?
I went into my switch and noticed that Wowza does indeed create two incremental streams for every multicastpush. Can someone tell me why there are two multicast streams and how I can get my quicktime to open video and audio with the multicastplay URL?
Multicastpush settings:
<Property>
<Name>multicastPublishMaximumStartDelay</Name>
<Value>10000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>multicastPublishWriteSDPFiles</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>multicastPublishRemoveSDPFiles</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>multicastPublishSDPStorageDir</Name>
<Value>${com.wowza.wms.context.VHostConfigHome}/applications/${com.wowza.wms.context.Application}/sdp</Value>
</Property>
<Property>
<Name>multicastPublishMulticastMapPath</Name>
<Value>${com.wowza.wms.context.VHostConfigHome}/conf/multicastmap.txt</Value>
</Property>
<Property>
<Name>multicastPublishMulticastMapNameDelimiter</Name>
<Value>=</Value>
</Property>
<Property>
<Name>multicastPublishAutoAssignAddresses</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>multicastPublishMulticastStartingAddress</Name>
<Value>238.1.1.1</Value>
</Property>
<Property>
<Name>multicastPublishMulticastAddressIncrement</Name>
<Value>1</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>multicastPublishMulticastStartingPort</Name>
<Value>10000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>multicastPublishMulticastAddressIncrementMod e</Name>
<Value>address</Value>
</Property>
<Property>
<Name>multicastPublishMPEGTSOut</Name>
<Value>false</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>multicastPublishRTPWrapped</Name>
<Value>false</Value>
<Type>Boolean</Type>
My multicastmap.txt is blank.
Client is windows 7 (64 bit), quicktime 7.7.2, VLC 2.0.2
Thanks!


Reply With Quote
