• hi, everyone I am trying to create a free movie site for this I uploaded many movies to dailymotion but know the problem is that they started to reject my videos in such way I am unable to create my movie site

    Now, I am thinking to upload my videos directly to my wordpress site using html player to play these if any one here to help me out how to upload videos (hefty videos)on my site using wordpress

    One thing more, wordpress allows to upload videos directly but due to shortage of bandwith I cant afford this so please tell me what can I do what is the solution of my problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you can’t afford the bandwidth costs (and for large movies, it can be pretty huge), you have two choices:

    1. Find another free hosting service like YouTube that will allow your videos.
    2. Get a CDN and store the videos there. You will have to pay for this, but it will be cheaper then serving the videos through your standard hosting account.
    Thread Starter narejo

    (@narejo)

    well i really appreciate your suggestions but problem is that youtube is banned in my location

    tell me how can i upload videos and they can play in html 5 player

    if it is possible to upload videos to my google drive n then get their embed code to publish on my site if it is so tell me

    Notice that I said like YouTube. I know other places/comapnies/etc that have blocks on YouTube as well. There are a lot of other video hosting services around, so I’d avdise you to do a search or two to find some that suit your needs.

    Uploading your own videos is easy. Just host them somewhere and use the video tag. As an exmaple…

    <video poster="https://site.com/poster.jpg">
      <source src="https://site.com/myvideo.mp4" type="video.mp4" />
    </video>

    There’s lots of options that you can use for that so do some research.

    You should be able to host video files on yor Google drive. I haven’t tried it before, but as long as you can get a public URL for the actual video file you’ll be fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to upload videos on wordpress site’ is closed to new replies.