首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

这个FLV格式如何播放

2013-01-06 
这个FLV格式怎么播放?从IE缓冲中取出的文件,前面是XML说明了些什么,不知道。从 pre 字段开始好像是FLV的

这个FLV格式怎么播放?
从IE缓冲中取出的文件,前面是XML说明了些什么,不知道。
从 <pre> 字段开始好像是FLV的内容了。但文本打开后和其他的FLV对比,其他FLV显示的都是“W穑?=q,`悄蹧W胑C墝科!?”这样的乱码,而这个FLV好像都是正常的ascii码,没有乱码。看起来好像被加密了。

但是根据XML的介绍其又没有加密。


<th>Security:</th>
    <td>This document does not have any security info associated with it.</td>


现在的情况:
1、试着把前面去掉,用FLV播放器播放,失败。
2、看源连接好像是F4V的,但是用F4V播放器播放,也失败。
3、那个KEY字段是什么意思?我把它下过来打开后是整个视频的后半小段。并不是什么密码。


<!DOCTYPE html>
<html>
<head>
  <title>Cache entry information</title>
  <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
  <link rel="stylesheet" href="chrome://global/skin/aboutCacheEntry.css" type="text/css"/>
</head>
<body>
<h1>Cache entry information</h1>
<table>
  <tr>
    <th>key:</th>
    <td id="td-key"><a href="http://10.2.1.0/ef3998a39a7911dbf36458afa6ff40a6-f4v-h264-aac-185-32-150400.0-4211048-1311595612647-02f0ad0d71333937f974ad65c20aa2e1-3-00-00-00.f4v?vid=29605097&amp;lp=8083&amp;lroot=/2&amp;kfd=1&amp;cmd=0&amp;tm=1311745249&amp;key=42bb65124c06dfe22c28bdae7c3ace6a&amp;diskid=111&amp;lr=0&amp;nlh=0&amp;check=1&amp;id=ku6_vod&amp;usrip=60.191.94.124&amp;uloc=11.140.1&amp;ipsm=1&amp;ext=.f4v">http://10.2.1.0/ef3998a39a7911dbf36458afa6ff40a6-f4v-h264-aac-185-32-150400.0-4211048-1311595612647-02f0ad0d71333937f974ad65c20aa2e1-3-00-00-00.f4v?vid=29605097&amp;lp=8083&amp;lroot=/2&amp;kfd=1&amp;cmd=0&amp;tm=1311745249&amp;key=42bb65124c06dfe22c28bdae7c3ace6a&amp;diskid=111&amp;lr=0&amp;nlh=0&amp;check=1&amp;id=ku6_vod&amp;usrip=60.191.94.124&amp;uloc=11.140.1&amp;ipsm=1&amp;ext=.f4v</a></td>
  </tr>
  <tr>
    <th>fetch count:</th>
    <td>2</td>
  </tr>
  <tr>
    <th>last fetched:</th>
    <td>2011-07-26 13:56:06</td>
  </tr>
  <tr>
    <th>last modified:</th>
    <td>2011-07-26 13:40:23</td>
  </tr>
  <tr>
    <th>expires:</th>
    <td>2012-07-25 13:40:22</td>
  </tr>
  <tr>
    <th>Data size:</th>
    <td>4211048</td>
  </tr>
  <tr>
    <th>file on disk:</th>
    <td>D:\ghost\firefox\nowcfg\Cache\2\7E\ABBA0d01</td>
  </tr>
  <tr>
    <th>Security:</th>
    <td>This document does not have any security info associated with it.</td>
  </tr>
</table>
<hr/>
<table>
  <tr>
    <th>Client:</th>
    <td>HTTP</td>
  </tr>
  <tr>
    <th>request-method:</th>
    <td>GET</td>


  </tr>
  <tr>
    <th>response-head:</th>
    <td>HTTP/1.1 200 OK
Server: 2.55/ku6
Date: Tue, 26 Jul 2011 05:40:49 GMT
Content-Type: application/octet-stream
Content-Length: 4211048
Last-Modified: Mon, 25 Jul 2011 16:13:52 GMT
Expires: Wed, 25 Jul 2012 05:40:49 GMT
Cache-Control: max-age=31536000
X-Cache-Hit: HIT from 115.238.71.42:80
Accept-Ranges: bytes
</td>
  </tr>
</table>
<hr/>
<pre>00000000:  46  4c  56  01  05  00  00  00  09  00  00  00  00  12  00  05  FLV..
。。。。
。。。。。。。
。。。。。。。。。。。。。。。
</pre>
</body>
</html>


[解决办法]
翻本HTML的书,看看就知道了

热点排行