问题标签 [flash-video]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
4661 浏览

javascript - JWPlayer 6 error message "Error loading stream: ID not found on server"

I am using JWPlayer to connect to Wowza Media Server. I am using RTML url to connect. When I make a video request I can see video playing very clearly and good quality of video as well. But sometimes I get "Error loading stream: ID not found on server" message. 80% of video request are successfull but 20% video request show this error message. I am connecting to Wowza Media Server. I contacted JWplayer support team but they replied by saying that it could be wowza server side. I checked the wowza logs and I am getting the NetConnection Fail message sometimes but logs also show that client is disconnecting.

JW player javascript code is as follows:

I ran wireshark on my windows machine and can see following error message NetConnection.connect.Rejected. The client is disconnecting and trying to reconnect again but is not able to connect and shows error message "Error loading stream: ID not found on server".

It is JW Player because when I click on start video the JW player shows buffering icon visible on display and it does not show video but just shows buffering icon at this time if I maximise the video the video is shown playing immediately. I also managed to find some links similar to my error message for JWPlayer 6 but they are using secure token but I am not doing any authentication on wowza side so I dont need to worry about it. The links are as follows:

http://support.jwplayer.com/customer/portal/questions/6062365-jwplayer-6-and-private-rtmp-streaming-from-cloudfront https://forums.aws.amazon.com/thread.jspa?messageID=437093#437093

Any help will be much appreciated.

0 投票
0 回答
130 浏览

actionscript-3 - Action Script 3.0 使用当前视频时间管理所有视频

我想使用视频的当前时间来管理所有视频。例如,我有一些提示点,我选择它,视频现在从这个提示点播放,10 秒后视频转到其他部分,一切都取决于视频的当前时间。我不在网络上使用它,所以我的视频没有加载(我的意思是像 bytesLoaded 这样的 VideoProgressEvent 属性对我没有帮助)。是否可以在动作脚本 3.0 中做到这一点?另一个问题是我是否可以在提示点之间添加一些过渡。

0 投票
0 回答
51 浏览

video - 网络视频:仅加载大型视频中的片段

我正在一个 Web 应用程序中工作,用于控制录制大型视频(~12 小时/~3 GB)的设备,我有兴趣将其中一个视频的剪辑加载任何可嵌入网络的视频播放器中(我不关心技术,只要它是跨浏览器的)。问题是用户可能会播放大型视频的剪辑,我想防止他们加载不必要的镜头。这甚至可能吗?

0 投票
2 回答
358 浏览

html - 如何使用 Flash Player 将视频添加到 html

我想使用 Flash 播放器(不是 html5)将格式(mp4)的视频添加到我的页面中。我已经尝试过使用 Flowplayer,但我无法做到这一点:

有人可以解释一下吗?我搜索了很多,尝试了很多,但没有得到结果。

0 投票
1 回答
134 浏览

jquery - VideoJS - 在 DOM 中移动时 Flash Player 崩溃

我有一个 Video.js Flash 播放器(要求是 Flash,所以我在 Flash 模式下使用它作为技术)。它作为页面顶部的主要“jumbotron”类型视频。当用户向下滚动时,它需要分离并附加到侧边栏中的 dom 树。问题是,当它发生时,视频崩溃(至少我认为这是崩溃),重置为 0.00 时间,并且只是黑色。如果不重新加载页面,它就无法重新启动。

有没有人在没有 video.js 崩溃的情况下在 DOM 中移动 flash 视频方面取得了任何成功?如果不是 video.js,你推荐一个可以做到这一点的播放器吗?我已经成功地将它与 video.js 中的 HTML5 视频一起使用,但 Flash 是必需的。

谢谢

0 投票
0 回答
215 浏览

javascript - osflv flash 播放器不工作

这段代码取自 Jon Duckett 的 HTML & CSS 一书。我从书中复制了代码,并检查了所有文件在目录中的正确位置。当我通过双击 html 文件直接打开它时,这确实会在我的网站上显示视频播放器,但是当我单击视频播放器中的播放按钮时,它不会播放视频。然后我发现当我使用 XAMPP 在 localhost 服务器上运行这个网站时,它工作得非常好。谁能告诉我为什么会这样?

0 投票
2 回答
134 浏览

c - 将未压缩视频写入 FLV 文件的可行性

我很有可能会走上一条毫无意义的道路,所以如果这是浪费时间,我深表歉意。我一直在尝试将未压缩的视频写入 FLV 文件,但不确定是否可行。

根据维基百科,有效的视频编码选项为 0,表示“RGB”视频编码:https ://en.wikipedia.org/wiki/Flash_Video#Packets 。但是,我在 Adob​​e 的文档中没有看到任何提及此 Codec ID 选项的内容。既不是“视频文件格式规范第 10 版”也不是“Adobe Flash 视频文件格式规范第 10.1 版”。

我假设允许使用 0/RGB 编解码器 ID。我在 C 中硬编码了一个 unsigned char 数组,并使用 fwrite 将以下 Double/Number 元数据写入一个新的二进制 FLV 文件(诚然,我假设我写得正确):

  • 持续时间:4(秒)
  • 宽度:16(像素)
  • 高度:16(像素)
  • 视频数据速率:6 (Kbps)
  • 帧率:1 (fps)
  • 视频编解码器:0
  • 文件大小:3323(字节)

然后我添加了 4 个 VIDEODATA 标签,每个我希望写入的 RGB 帧 1 个。它们的时间戳是 0、1000、2000 和 3000(毫秒)。它们都有一个 769 字节的有效载荷:第一个字节指定它是一个 Codec ID 为 0 的关键帧,其余的 768 个用于表示 16x16x3 (RGB) 图像。我为所有值写了 255/0xFF,希望看到一个小的白色屏幕出现 4 秒。

当我担心在 VLC 媒体播放器中无法正确播放时,我尝试为每一帧使用 RGBA 颜色。我还将 videodatarate 和 filesize 元数据分别更改为数值 8 (Kbps) 和 4347 (bytes)。

不幸的是,这也没有在 VLC 媒体播放器中播放。我想知道是否有人确定 FLV 文件中的未压缩视频是否可行?如果是这样,我很好奇视频数据应该是什么格式(RGB、RGBA、多个 VIDEODATA 标签、只有一个 VIDEODATA 标签等)?

我的 C 代码主要是一个巨大的 unsigned char 数组,但如果有人想查看它,我可以尝试添加它。任何意见是极大的赞赏。

谢谢,

米切尔一个