Answer by Richard Lanham · May 03, 2011 at 01:19 PM
<html> <head> <title>Cupertino Streaming</title> </head> <body> <video controls src="http://[wowza-address]:1935/live/mStream/playlist.m3u8"> </video> </body> </html>
Answer by Charlie Good · May 04, 2011 at 03:44 AM
Answer by Richard Lanham · May 03, 2011 at 01:29 PM
Answer by Richard Lanham · May 03, 2011 at 01:44 PM
Answer by Richard Lanham · May 03, 2011 at 01:48 PM
Answer by Richard Lanham · May 04, 2011 at 04:45 PM
<html> <head> <title>Cupertino Streaming</title> </head> <body> <video controls src="http://[wowza-address]:1935/live/mStream/playlist.m3u8"> </video> </body> </html>
http://[wowza-address]:1935/live/myStream.sdp/playlist.m3u8
mStream=myStream.sdp
Stream alias access denied mStream.at live.html, and
The video could not be loaded, either because the server or network failed or because the format is not supported., respectively
e.target.error.MEDIA_ERR_SRC_NOT_SUPPORTED
Answer by Richard Lanham · Jun 14, 2011 at 01:33 PM
<html> <head> <title>Cupertino Streaming</title> </head> <body> <video controls src="http://[wowza-address]:1935/live/[B]myStream.sdp[/B]/playlist.m3u8"> </video> </body> </html>
e.target.error.MEDIA_ERR_DECODE
The video playback was aborted due to a corruption problem or because the video used features your browser did not support
Answer by Richard Lanham · Jun 14, 2011 at 03:17 PM
Answer by Richard Lanham · Jun 14, 2011 at 03:48 PM
First remove the StreamNameAlias package.
In your encoder, make sure you have select Format h.264, then click little wrench icon next to format and select Baseline 3 profile. If MP3 audio, make it Stereo 44100Hz.
Make the Stream name "myStream.sdp"
Configure an a live application following this tutorial, and make sure you follow the Cupertino configuration steps:
http://www.wowza.com/forums/content.php?36-How-to-publish-and-play-a-live-stream-(RTMP-or-RTSP-RTP-based-encoder)
Then test in Flash with Wowza example LiveVideoStreaming:
Server: rtmp://[wowza-address]:1935/live
Stream: myStream.sdp
Then test in iOS device.
Richard
<video controls="controls"> <source src="http://localhost:1935/live/myStream/playlist.m3u8"/> </video>
Answer by Richard Lanham · Jan 22, 2013 at 06:59 PM
Mp4 stream recorded with live-record has wrong duration 4 Answers
Playback erors 2 Answers
Wowza Media Server 3 stops working automatically 15 Answers
Wowza web streaming Server? 4 Answers
© 2005–2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal