Video site

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
jason.carter
Forum Commoner
Posts: 35
Joined: Sat Jan 10, 2009 10:05 am

Video site

Post by jason.carter »

Hello dear PHP & Web experts,

Please have a look at a recent site in BETA Ultimate Skills - Video sharing site. I am about to finish the last few changes to coding as required by the client.

Site uses PHP, MySQL, mencoder, FFMPEG, Smarty.

For all those who are happy to help me. This is a treat for you Contortionist Lilia Stepanova video

Please comment only on any features you think that will be good to add to a Video sharing site.

Also, if there is any really bad comment please send me a private message. :wink:
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Video site

Post by josh »

jason.carter wrote:Also, if there is any really bad comment please send me a private message. :wink:
How about a feature to report comments?

Also what about implementing psuedo streaming? I've done a few video sites but you got waaay more intricate then I did hah
ioan1k
Forum Newbie
Posts: 8
Joined: Thu Nov 06, 2008 12:48 pm

Re: Video site

Post by ioan1k »

Site is clean......error messages could be a bit less programming lingo ( email cannot be null ).

What video format is being used?

Reason I ask is this site is hosted in the US and most video codec's are patented, and without software that is legally licensed to encode to that codec would deem it as illegal activity....and the site could be shut down :)

It appears FLV's if so you need to use the Flix Engine....... same as YouTube, I recently finished a Video site that uses the Flix Engine.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Video site

Post by josh »

most people I know just use ffmpeg
ioan1k
Forum Newbie
Posts: 8
Joined: Thu Nov 06, 2008 12:48 pm

Re: Video site

Post by ioan1k »

this doesn't mean it is legal :)
Post Reply