Directory tree under media folder - is it possible
Hi All,
I am using SMIL file for managing f4v files:
<smil>
<head>
<meta base="rtmp:/vod/" />
</head>
<body>
<switch>
<video src="mp4:intro_300.f4v" system-bitrate="300000"/>
<video src="mp4:intro_500.f4v" system-bitrate="500000"/>
<video src="mp4:intro_700.f4v" system-bitrate="700000"/>
<video src="mp4:intro_1000.f4v" system-bitrate="1000000"/>
<video src="mp4:intro_1500.f4v" system-bitrate="1500000"/>
</switch>
</body>
</smil>
It works fine, as long as I keep all f4v files under vod/media/ default folder. I need to organize somehow a structure of my media as it is over 400 files. How can i do this? I tried:
1) creating directories under vod, i.e. vod/test1 with <meta base="rtmp:/vod/test1/" /> and placing f4v files directly in test1
2) the same as above but placing f4v files under vod/test1/media/
it doesn't work. is there a way of placing individual f4v files into different directories under vod/ root?
Please, advise.
thanks
Andy
