This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add m2ts as a supported type..
[git-p4: depot-paths = "//depot/": change = 1106]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney
17 years ago
parent
6ab094a420
commit
3f851e335f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save