content developer build share monetize content developer logo content developer masthead bottom

Add Video Mime Type for 3gp Video on Apache Server

If your content distribution strategies involve using your existing company web server as a platform to deliver multi media content to mobile devices you may need to add the mime type to your server’s configuration files.

I discovered that one of the servers I’m beginning to use to distribute 3gp video content to mobile devices was lacking this MIME type line when some Smartphones and PDA’s using a weren’t recognizing the 3gp video content as video and were displaying it as text.

To fix, for servers, this can usually be accomplished by adding the following line

video/3gpp 3gp

to your mime.types file in your conf folder. On some configurations mime types may be listed in the httpd.conf file and would need this line

AddType video/3gpp .3gp

If you are in a hosted environment and don’t have access to these configuration files you may also add the above directive to a file placed in the directory you are serving your 3gp files from. Some hosted environments will allow this.

Some devices appear to be smart enough to recognize the video content correctly without this mime type configuration, but others appear to have needed it.

And while on the subject of serving content to mobile devices and MIME types, to be on the safe side, you may want make sure your server has these mime types configured correctly as well.

AddType text/x-pcs-gcd .gcd
AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/java-archive .jar
AddType text/x-hdml .hdml
AddType text/vnd.wap.wml .wml
AddType text/vnd.wap.wmlscript .wmls
AddType image/vnd.wap.wbmp .wbmp
AddType audio/x-midi .mid
AddType audio/vnd.qcelp .qcp
AddType image/png .png

Many of these MIME types will already be configured correctly, but some of the more obscure file types listed may not – such as the qcp and gcd file types needed for such things as distributing ringtones and wallpaper to some mobile devices.

To stay up to date on MIME types, the maintains the .

Update: If you’re working on delivering 3gp to mobile devices, be sure and read about the mobile carriers and devices we tested in the post

gray line

Filed under distribution by david cummings on Wednesday 21 June 2006 at 3:49 pm

  |  

Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment

Next article: The Story of Movies
Previous article: Eyespot 2.0 beta released

spacer

More Fresh Content -- The Latest Activity on the Content Developer Network.

spacer

delicious icon Content Developer Bookmarks

Mobile Web Application Best Practices
Mobile Web Application Best Practices is a W3C document designed to help you develop dynamic mobile web apps. It collects relevant engineering techniques and promotes those believed to enhance the user experience. Bookmarked 08/26/2010.

Safari Web Content Guide
The Safari Web Content Guide is a collection of Apple Developer documents focused on how to help your web content and custom web applications perform well using the WebKit engine on iOS devices like the iPhone, iPad and iPod touch. Bookmarked 08/23/2010.

Appcelerator Titanium
Appcelerator Titanium is an open source application development platform designed to help you build native mobile, tablet and desktop applications using traditional web technologies like Javascript, HTML, CSS, Python, Ruby, and PHP. Bookmarked 08/17/2010.

OpenStack
The goal of OpenStack is to allow any organization to create and offer cloud computing capabilities using open source software running on standard hardware. All code for OpenStack is freely available under the Apache 2.0 license. Bookmarked 07/27/2010.

Sencha Touch
Sencha Touch is an HTML5 mobile application framework for building web apps that look and feel like native mobile apps. Provides standards based UI components and data management features for Android and Apple iOS devices. Keep your app web-based or wrap for distribution in mobile app stores. Bookmarked 07/09/2010.

Google Code University
Google Code University provides Creative Commons licensed tutorials and sample course content designed for CS students and educators to learn more about current computing technologies and paradigms including AJAX programming, web security, algorithms and version control systems. Bookmarked 07/09/2010.

more del.icio.us bookmarks...

spacer

Curated Content -- Recommended Blogs & News for Content Developers.

spacer

Search, Marketing & Social Media

Readers on the Workplace of the Future: Telecommuting, Swarming and "the FunPlace"
ReadWriteWeb 09/03/2010 10:45 AM

Mashable Giveaway: Win A SANYO Dual HD Camera
Mashable 09/03/2010 09:55 AM

Do you have a comment policy?
Social Media Today 09/03/2010 09:41 AM

Avoid Blogger Burnout: 5 Tips to Save Your Sanity
Pro Blogger 09/03/2010 08:58 AM

Social Media:  What To Share and How To Share
Social Media Explorer 09/03/2010 05:00 AM

How To Convert Traffic to a Sale
Chris Brogan 09/03/2010 03:30 AM

Using the iPad as AppleTV
MIT Ad Lab 09/03/2010 01:37 AM

Reach Holiday Shoppers Penny-Wise and Pound-Wiser
Search Engine watch 09/03/2010 01:01 AM

How to tell if your Company is Advanced: 10 Criteria Of Social Business Maturity
Web Strategy by Jeremiah 09/02/2010 08:53 AM

Indie Film, Web & Mobile

Plex announces paternship with LG, pledges to beat Boxee Box and Apple TV for free
Engadget Mobile 09/03/2010 07:26 AM

Are the new iPod nano and Apple TV running iOS?
The iPhone Blog 09/03/2010 07:03 AM

Twitter API Changes Causing Some User Headaches
Programmable Web 09/03/2010 01:22 AM

Huawei Ideos 2.2 Handset Announced
Android Community 09/02/2010 11:20 PM

Rich snippets: testing tool improvements, breadcrumbs, and events
Google Webmaster Central 09/02/2010 06:58 PM

SXSW Alumni News: Farmville, Paul Carr & Drew Olanoff
SXSW 09/02/2010 04:00 PM

Step one: Make a playlist
John August 09/02/2010 01:44 PM

Brace for the Future
Android Developers Blog 09/02/2010 11:52 AM

TV Ennui: Are Viewers Totally Content, or Just Really Averse to Change?
CinemaTech 08/23/2010 08:05 AM

spacer

Recent Comments & Questions from the Content Developer Community.

spacer

Comment on Open Source SMS Text Messaging Application by Wes
Hey thanks so much for the AWESOME post! I found it to be very informative. I am looking to create a SMS gateway app, and this solution seems like it will be what I need for the time being. One question I had though is about using short codes. The approach you have outlined is basically the way that you can do SMS messaging without the use of a short code, right? If I were to want to setup this service where they can opt in via short code, is that a lot more involved? I guess I could just have them put an email address in the to: part of an SMS message...is there a simple way to implement this type of simple service with a short code? Thanks!! - Comment left on 07/28/2010.

Comment on How To Customize QR Codes With Your Brand’s Identity by Jeff
I found the Louis Vuitton add worked with i-nigma mobile app. I was kind of suprised, but it did lounch an .jp mobile LV website. - Comment left on 07/21/2010.

Comment on How To Make a 3D Web Video Wall with XML, FLV and CoolIris by Animation Houston
Nice tutorial. I also ready your article on custom QR codes. Thanks for the good content. - Comment left on 07/02/2010.

Comment on Open Source SMS Text Messaging Application by Morgan
The company I work for is a non-profit organization that drives intoxicated people home with their vehicles. The service is so far a success but we are having some dispatching issues. I'm looking for a program that can send an SMS message to the drivers once the ticket is submitted and log everything into an SQL database that also keeps track of the customer's variable information. Again, this is a non-profit organization so funds are severely limited. Any help would be greatly appreciated. Thanks! Morgan - Comment left on 07/02/2010.

Comment on Open Source SMS Text Messaging Application by Steve
Did you release this code? I could use this. - Comment left on 06/30/2010.

Comment on How To Make a 3D Web Video Wall with XML, FLV and CoolIris by dc
To add a custom button to a CoolIris Wall tool bar I added the following line to the swfobject var=flashvars section - customButton: "http://address to your image file,http://url to where you want the button to click to", One note: looks like the custom buttons now display just above the right corner of the toolbar, and no longer on top of it. Good luck. DC - Comment left on 05/27/2010.

comment feed...

spacer
was founded by , a San Antonio Web Developer & Freelance Content Strategist focused on using open source software to build, share and monetize multi-platform, interactive content; and how sharing knowledge via & can be used to help grow authentic brands. Learn more.

Content Developer is powered by Wordpress & . Content Developer and build. share. monetize. are trademarks of Cummings Hatton Corporation.