English 中文(简体)
需求视频 - 只流出一段视频, 以 HTML 5 查看
原标题:Video on demand - streaming only a segment of a video, and viewing in HTML5
  • 时间:2012-05-24 16:00:54
  •  标签:
  • red5

想知道我是否可以用红色5 来传递现有视频( 不是现场直播 ) 。 假设我有一个2小时视频, 我想从1小时5分开始只流30秒片段, 请求红色5分可以处理吗?

我的应用程序将使用 HTML5 + PHP (灯泡) 。

问题回答

这个问题有一个焦点问题。你把两件事混为一谈:

  • In one hand, you want to use red5 for VoD. This software makes uses of Adobe Flash protocols to serve its content.
  • In the other hand you want to use html5 to read this stream. Html5 was made to get rid of Adobe s de facto standard.

要使用 html5, 您应该瞄准使用网络友好技术的拉塔法形式流。 查看此选项可以查看不同格式及其在不同浏览器中的支持 。

http://w3schools.com/tags/tag_vievic.asp" rel=“no follow'>http://w3schools.com/tags/tag_visual.asp

VLC可以给你一个良好的起点:

https://wiki.vievolan.org/Document:Streaming_HowTo/VLM#Video_On_Demand





相关问题
Live video stream web cam aggregator

I need to aggregate several live streams from web cams. Then generate a single live stream for the client. I see several apps to capture the web cam stream, but nothing that will splice the streams ...

How to encoding no sound recorded red5 video via ffmpeg

HI We recorded video via red5 server but no sound added ( because there was no sound environment ) . So there is no sound track in output flv file. and there is encoding error when we do encoding ...

InvalidApp error while red5 s client side code with flex

I am trying to make simple chat program using red5 server using flex builder 3. I am using eclispe galilio 3.5 for server side code.i have installed jdk 1.6 update 14 and apache ant 1.7.1.when i am ...

convert asc to java

how can i convert my main.asc s code( server side of video conference with flash media server) to application.java (server side of video conference with Red5) ?

red5 server-side sharedObject

I m trying to store all the users inside a sharedObject thats created on the server-side, so all the users get a synchronized list of all the online users. I think I create the sharedObject correct ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

热门标签