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 ogm extention mime-type..
[git-p4: depot-paths = "//depot/": change = 744]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney
19 years ago
parent
abd0a83eb0
commit
f8aae82bcd
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
@@ -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)
Write
Preview
Loading…
Cancel
Save