How to display youtube-like video player in website?

前端 未结 4 1948
栀梦
栀梦 2020-12-29 00:29

I\'m working on a website where I want camera-recorded vidoes to be uploaded, and be viewable (but not downloadable) to logged-in users only. I\'d also like to edit the vide

相关标签:
4条回答
  • 2020-12-29 00:46

    Flash would be the way to go it can do everything you described, including capture video from a users computer via webcam.

    I doubt that there is a single pre-built flash file for this, you'll probably have to contract something, from someone with alot of action-script experience.

    0 讨论(0)
  • 2020-12-29 01:01

    Check out (Flowplayer). Flowplayer is a really nice opensource video player for the web.

    0 讨论(0)
  • 2020-12-29 01:03

    You may need to check into Flash programming with actionscript if you want to build the project as well. This is because if you want to play mpeg/wmv files then the browser needs to have a plugin that supports it and not everyone on the web does have that. Flash, on the other hand, has a large browsing audience. So the alternative is to convert it on the server.

    EIDOS made a video mixer before they launched the Kane and Lynch game (I unfortunately can't find it online anymore). It was possible to edit video together with music and sound clips on a timeline.

    There are several ways to get php work together with flash such as using AMFPHP. But you still need to hack in actionscript.

    0 讨论(0)
  • 2020-12-29 01:07

    If the visitor can view it, the visitor has already downloaded it. That's also how youtube works, you download the video otherwise you can't see it. The computer can't show you something it hasn't downloaded.

    0 讨论(0)
提交回复
热议问题