uploading movies????

Discussion in 'PHP' started by watto, Feb 26, 2007.

  1. #1
    I have a classifieds website where people upload an advertisement including 2 jpegs. I would like to include the option of including a mpeg file aswell.

    Is this just a matter of including some simple html code?

    All help is greatley appreciated

    watto
     
    watto, Feb 26, 2007 IP
  2. rays

    rays Active Member

    Messages:
    563
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    For uploading a video file its same as uploading any other file.

    The tricky part will be to showing them on a browser, and playing them in browser rather than allowing users to download those for viewing. in that case you need a 3rd party library like ffmpeg for video and audio streaming.

    One more option can be integrating a flash file which will play videos from server .(I am not sure about this option whether its easily possible but i have seen this happening on few sites)
     
    rays, Feb 28, 2007 IP