
"Manifest not found or invalid",why?
How can i create a .smil file?With notepad and save as .smil file?
I do this and doesn't work.
My website : www.crackflix.tk
My .smil code:
<smil>
<head>
<meta base="rtmp://crackflix.tk/" />
</head>
<body>
<switch>
<video src="videoconvertido.mp4" height="720" system-bitrate="2000000" width="1280" />
<video src="yuyu3.mp4" height="360" system-bitrate="800000" width="640" />
</switch>
</body>
</smil>