Wowza Community

Live Streaming on Mac OS X 10.6.7

Hi there,

I am a little bit confused about the result of the live streaming and I need help -

Equipment: Mac Pro OS X 10.6.7, 8 GB RAM; AXIS 1011-W; Wowza 2 demo licence.

Scenario: I start the live demo with well defined camera.stream content.

The log file reports the starting of the stream with the right information - cupertino format (output on a Aplle device iPad1 or iPhone4).

Everything looks pretty fine; but the screen still remain dark (of course I check all possible tutrorials).

thxs in advance

For axis stream and Cupertino playback, be sure you have started “camera.stream” in StreamManager.

https://www.wowza.com/docs/how-to-use-stream-manager-in-wowza-media-server-3

To display Cupertino stream on Mac OS X, only Safari is supported, and you must video tag, you can’t open m3u8 url directly.

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

Richard