Jump to content

upload and playback video


confused_gal

Recommended Posts

Hi, I am new to php. I need to upload video into database then playback the video. I really do not have any idea in completing this task. Can I use the code for upload image? Then what should I do to playback the video? Do I need to build a media player and embedded into my website? Please help me...  :'(

Link to comment
https://forums.phpfreaks.com/topic/168608-upload-and-playback-video/
Share on other sites

WEll you can save the video file in a database, and store the filename, filesize..etc and its directory where its located in your site...

 

then connect to your database and fetch all the details of the file, and insert it in the media player's SRC="<?php // echo file directory here ?>"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.