Answer by Richard Lanham · Feb 01, 2011 at 05:13 PM
Answer by Richard Lanham · Feb 01, 2011 at 05:49 PM
<source src="http://192.168.0.16:1935/myapplication/mp4:sample.mp4/playlist.m3u8" type="video/mp4" />
<HostPort> <ProcessorCount>4</ProcessorCount> <IpAddress>*</IpAddress> <!-- Separate multiple ports with commas --> <!-- 80: HTTP, RTMPT --> <!-- 554: RTSP --> <Port>1935</Port> <SocketConfiguration> <ReuseAddress>true</ReuseAddress> <!-- suggested settings for video on demand applications --> <ReceiveBufferSize>24000</ReceiveBufferSize> <SendBufferSize>65000</SendBufferSize> <!-- suggest settings for low latency chat and video recording applications <ReceiveBufferSize>16000</ReceiveBufferSize> <SendBufferSize>16000</SendBufferSize> --> <KeepAlive>true</KeepAlive> <!-- <TrafficClass>0</TrafficClass> --> <!-- <OobInline>false</OobInline> --> <!-- <SoLingerTime>-1</SoLingerTime> --> <!-- <TcpNoDelay>false</TcpNoDelay> --> <AcceptorBackLog>100</AcceptorBackLog> </SocketConfiguration> <HTTPStreamerAdapterIDs>cupertinostreaming,smoothstreaming,sanjosestreaming</HTTPStreamerAdapterIDs> <HTTPProviders> <HTTPProvider> <BaseClass>com.wowza.wms.http.HTTPCrossdomain</BaseClass> <RequestFilters>*crossdomain.xml</RequestFilters> <AuthenticationMethod>none</AuthenticationMethod> </HTTPProvider> <HTTPProvider> <BaseClass>com.wowza.wms.http.HTTPClientAccessPolicy</BaseClass> <RequestFilters>*clientaccesspolicy.xml</RequestFilters> <AuthenticationMethod>none</AuthenticationMethod> </HTTPProvider> <HTTPProvider> <BaseClass>com.wowza.wms.http.HTTPServerVersion</BaseClass> <RequestFilters>*</RequestFilters> <AuthenticationMethod>none</AuthenticationMethod> </HTTPProvider> </HTTPProviders> </HostPort>
Answer by Richard Lanham · Feb 01, 2011 at 10:14 PM
Disable HLS streaming 6 Answers
Media Cache 1 Answer
VOD requirements 2 Answers
adaptive streaming for ondemand 1 Answer
© 2005–2019 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal