Browse Source

add m2t as an extension for video/mpeg (an MPEG-2 TS)

[git-p4: depot-paths = "//depot/": change = 810]
v0.3
John-Mark Gurney 18 years ago
parent
commit
f427fe16fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pymediaserv

+ 1
- 0
pymediaserv View File

@@ -89,6 +89,7 @@ medianode.contentTypes.update( {
'.wmv': 'video/x-ms-wmv',
#'.ts': 'video/mp2t',
'.ts': 'video/mpeg', # we may want this instead of mp2t
'.m2t': 'video/mpeg',
#'.mp4': 'video/mp4',
'.mp4': 'video/mpeg',
'.dat': 'video/mpeg', # VCD tracks


Loading…
Cancel
Save