I wan to create a playlist with streamPublisher from mediacache files. I tried like this, but it doesn’t work:
<smil>
<head>
</head>
<body>
<stream name="Stream1"></stream>
<playlist name="pl1" playOnStream="Stream1" repeat="true" scheduled="2009-12-11 16:00:00">
<video src="http://[host]:1935/mediacache/_definst_/mp4:http/big_buck_bunny.mp4/manifest.mpd" start="-1" length="20"/>
</playlist>
</body>
</smil>
Is there a way to do it?