How do upload VIDEO/Audio feeds in my site |
![]() ![]() |
How do upload VIDEO/Audio feeds in my site |
Dec 26 2006, 02:30 AM
Post
#1
|
|
|
New Member ![]() Posts: 4 OS: window xp |
Dear coders
I just want to ask if anyone to help :what is the best way to add video to a website or music so that viewers can acutally are able to play online or download it.. thanks in advance cheers This post has been edited by ultranet: Dec 26 2006, 02:31 AM |
|
|
Dec 27 2006, 04:09 PM
Post
#2
|
|
![]() Member ![]() ![]() Posts: 26 From: New Zealand OS: WIN XP SP2 |
What are you developing the website in?
I've done this many times in ASP.NET 2.0 in C# (for uploading and downloading files). The best way to do this is to just set up a file-system where you upload files to a "files" folder in your website directory, maybe "files/music/" and "files/video/" in your case. You can upload the files from an administration section of your website as an administrator, as well as uploading and posting the file to the directory you also insert a row in a database in relation to that file. In adminsitration you could set property fields such as artist, album, year etc for each item. Then you simply pull this data from the database on the front-end to display the information. The information displayed could be the "song name - artist" in the form of a link. The link would just re-direct to the file location offering the user the ability to download or open the file. This obviously is just an idea you can use if you want. |
|
|
Dec 27 2006, 05:02 PM
Post
#3
|
|
![]() Member Posts: 647 From: Missouri USA OS: Windows XP Pro, Debian Linux, Windows Vista Business |
Better make sure the music & video is not copyrighted first.
If this is your own, original content or content with consent then you have a variety of options, but know up front streaming video and audio is a bandwidth hog and some providers will shut you down because you will most likely be exceeding your allotted bandwidth. All that aside then it's really not hard to do... the embed function is normally used but there are other alternatives. Again, I would be remiss to give you tons of information and then you turn around and start streaming copyrighted material. |
|
|
![]() ![]() |
|
Time is now: 20th July 2008 - 05:54 PM |
| Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk. |