Hi,
I have a question regarding to the tutorial posted here:
https://www.wowza.com/docs/how-to-loop-a-pre-roll-until-a-live-stream-starts-loopuntillive
I have followed all the step, but I can’t play the loop videos.
Please help.
I attached a couple of images to this thread.
so I have added module shown below for my live-demo application:
screen-shot-2017-07-19-at-11839-pm.png
also I have added module property like the example showed:
screen-shot-2017-07-19-at-12033-pm.png
also I have my smil file under this application’s live content folder named: myStream.smil
the content is
<?xml version="1.0" encoding="UTF-8"?>
<smil>
<head>
</head>
<body>
<stream name="Stream1"></stream>
<playlist name="pl1" playOnStream="Stream1" repeat="true" scheduled="2009-12-11 16:00:00">
<video src="mp4:sample.mp4" start="0" length="20"/>
</playlist>
</body>
</smil>
but when I access my stream address http://ipaddress:1935/live-demo/Stream1/playlist.m3u8
I have tried http://ipaddress:1935/live-demo/myStream/playlist.m3u8 also doesn’t work.
I have restarted application and server a couple of times, still no luck.
Any help would be appreciated.