Okay
  Public Ticket #144998
Video Home (Nectar)
Closed

Comments

  • Marcio started the conversation
    Hello. I'm having some issues with Video Home Nectar. I upload the .mp4 and .webm formats but nothing happen, is a eternal "loading". You can see this on url http://publiti.com,br/2014. The direct link for video are: http://publiti.com.br/2014/wp-content/uploads/2014/01/Intro_site.webm http://publiti.com.br/2014/wp-content/uploads/2014/01/Intro_site.mp4 Please help me. Cheers.
  •  1,043
    ThemeNectar replied

    Hey Marcio!

    Some servers require you to add the media types supported in the .htaccess file in order for them to parse the files. Open up your .htaccess file located in the root of your WordPress install and add this:
     

    AddType video/mp4 mp4
    AddType video/mp4 m4v 
    AddType video/ogg ogv 
    AddType video/webm webm 
    AddType video/webm webmv
    

    Cheers :)

  • Marcio replied

    It´s work! Tkz a lot :)

  •  1,043
    ThemeNectar replied

    You're welcome!