system
1
Hi
I have a Amino Aminet A140
http://www.aminocom.com/products/aminet-a140/
I tried to play my live stream from Wowza to my Aminet A140 but I could not do
in product specifications says: new features including HTTP live streaming (HLS) and HTML5 technologies.
I tried to put my HTML5 stream: http://conceptoweb-studio.com/radio/video/ultra/html5/html5.html but like I said I was not successful
Is it viable? And can you help me how Can I play the stream in that box ?
Thks a lot
Try making an HTML page with video tag and navigating to that in the device browser. Like this;
<html>
<head>
<title>cupertinostreaming</title>
</head>
<body>
<video controls src="http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8">
</video>
</body>
</html>
Richard
Simple
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Amino HLS Player</title>
</head>
<body>
<script>AVMedia.Play("src=http://WOWZASERVER/APPLICATION/_definst_/STREAMNAME/playlist.m3u8");</script>
</body>
</html>