Wowza Community

Adaptive streaming players

Hi,

I’ve got a couple questions regarding adaptive streaming. I’ve been reading that some players (like JW PLayer) offer some sort of “almost” adaptive streaming. However, if i understand correctly, in WMS’s case the intelligence is on the server side, not on the client’s side. The questions are the following:

  • Is this correct?, in that case, does Wowza measure the client’s bw?, or it expects the client to report if it looses packets?.

  • What player(s) do you suggest me to use to find out which ‘version’ of the stream WMS is sending out to the client?, i’ve already asked if there was any way to know that through the API or logs, and the answer was ‘no’.

    Thanks in advance!,

    Germán

Hi

No, this is not correct this is done by the client in all these cases.

Jason

The Wowza role is to stream to the client what is requested by the client initially, and to switch to different bitrate versions as requested by the client.

Richard

Germán,

Flash RTMP Dynamic, use JW Player

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/16012/setting-up-rtmp-dynamic-streaming

For JW Player Dynamic, also see https://www.wowza.com/docs/how-to-use-jw-player-with-adaptive-bitrate-streaming-from-wowza-streaming-engine

Flash HTTP (Sanjose)

Wowza LiveVideoStreaming and SimpleVideoStreaming clientOSMF examples

Strobe Player

Flash Media Playback (hosted Strobe)

https://www.wowza.com/docs/how-to-use-strobe-media-playback-with-a-wowza-media-server

Silverlight

Wowza LiveVideoStreaming and SimpleVideoStreaming clientSilverlight examples

Expression 4 templates

iOS just use HTML5 video tag;

<html>
<head> 
  <title>Cupertino Streaming</title>
</head>
<body>
<video controls src="http://[wowza-address]:1935/vod/smil:sample.smil/playlist.m3u8">
</video>
</body>
</html>

So, in that case, what’s WMS role there?, sorry i’m asking this, maybe it is quite obvious, but i’ve just started learning about adaptive streaming.

Thanks again,

Germán

Richard:

Thank you for the quick response.

Could you recommend me any player that supports adaptive streaming?, i know Quicktime X does.

Thanks,

Germán