Browse Source

add ogm extention mime-type..

[git-p4: depot-paths = "//depot/": change = 744]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney 19 years ago
parent
commit
f8aae82bcd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pymediaserv

+ 1
- 0
pymediaserv View File

@@ -82,6 +82,7 @@ medianode.contentTypes.update( {
'.ts': 'video/mpeg', # we may want this instead of mp2t
#'.mp4': 'video/mp4',
'.mp4': 'video/mpeg',
'.ogm': 'application/ogg',
})
root.putChild('media', medianode)



Loading…
Cancel
Save