About vod/Application.xml
Hello,
I added a line to About vod/Application.xml :
<Streams>/t;/mnt/vod/t</Streams>
The VOD_COMMON_DIR is /mnt/vod .
There is a test.flv in /mnt/vod , and I can play it by JW Player .
There is a testvideo.flv in /mnt/vod/t folder.
But I can't play testvideo.flv by JW Player .
Please check my code:
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE --> <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="315"> <param name="movie" value="player.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashvars" value="file=testvideo.flv&image=preview.jpg&streamer=rtmp://hostname/vod/t/" /> <embed type="application/x-shockwave-flash" id="player2" name="player2" src="player.swf" width="400" height="315" allowscriptaccess="always" allowfullscreen="true" flashvars="file=testvideo.flv&image=preview.jpg&streamer=rtmp://hostname/vod/t/"
/> </object> <!-- END OF THE PLAYER EMBEDDING --> Why I can't play it ? Thanks!
