Browse Source

add m2ts as a supported type..

[git-p4: depot-paths = "//depot/": change = 1106]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney 17 years ago
parent
commit
3f851e335f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pymediaserv

+ 1
- 0
pymediaserv View File

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


Loading…
Cancel
Save