displaying videos in php

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
joeyxaza
Forum Newbie
Posts: 6
Joined: Mon Dec 22, 2008 2:50 am

displaying videos in php

Post by joeyxaza »

can anyone show me how to store and display videos stored either on the filesystem or in database using php?
mbdigital
Forum Newbie
Posts: 21
Joined: Tue Feb 10, 2009 7:32 am
Location: NorthWest, England

Re: displaying videos in php

Post by mbdigital »

What file format are your videos stored in? Streaming flv files through flash is a pretty good way of doing this.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: displaying videos in php

Post by josh »

The same way you'd store and output any other binary file
bilhasry
Forum Newbie
Posts: 5
Joined: Fri Feb 13, 2009 12:46 pm

Re: displaying videos in php

Post by bilhasry »

i think it depends what type of the video extension file you use
Post Reply