Jump to content

Video site script you may recommend?

- - - - -

  • Please log in to reply
8 replies to this topic

#1
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
Hey guys what video site script would you recommend to me if i want to set up a site that consists of videos? Both user uploaded and not

#2
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
What's a video site script?

#3
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
I think what he is meaning is a pre-coded script that allows users to upload videos to his site.
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#4
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
Get the youtube api
You won't have to deal with big bandwidth, thousand of different video encoding and formats, and need of big harddrive
Let youtube deal with it.

#5
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
I wonder if there's a JavaScript way of doing this (playing videos, etc.); flash is not supported on iPhone, Kindle, and probably some other devices too.

#6
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
flash or html5 are the only way to play video... and java but that kind of big for nothing

#7
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
That was one of those famous burps from visionary steve jobs' fault.

the youtube api, do you mean something like videoscript.us? wouldn't give my site the feeling of being in charge. it would look like a scraper site.

i was told phpmotion was crap because it uses htaccess, and that that would slow it down a lot.

#8
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
YouTube APIs and Tools - Google Code

#9
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US

Vaielab said:

flash or html5 are the only way to play video... and java but that kind of big for nothing

That's kind of what I meant by 'JavaScript' ; JavaScript is a requirement if you want to use HTML5. For example, what's the point of making a canvas element if you can't draw anything in it (the drawing is done with JavaScript).

Though if you make a JavaScript approach to this, my suggestion would be to check what platform it is, etc., before throwing 30 (etc.) frames per second at the user. The thing is, Kindle can't handle that many page-reprints per second (it's more like 1 per second), so you might want to set the fps to 1 (or less) for Kindle, and use only the important frames.

With that said, who watches videos on Kindle, anyway?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users