标签: php flv jwplayer
如何从网页获取FLV文件URL LIKE; http://panet.co.il/Ext/vplayer_lib.php?media=95865
罐
答案 0 :(得分:2)
如果您需要将其输出为视频请在vplayer_lib.php
<?php header("Content-type: video/flv"); echo file_get_contents($pathToFLV); ?>