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 audio file support..
[git-p4: depot-paths = "//depot/": change = 758]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney
19 years ago
parent
0645e4c2ef
commit
cfdd0fc173
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
pymediaserv
+ 2
- 0
pymediaserv
View File
@@ -84,6 +84,8 @@ medianode.contentTypes.update( {
'.mp4': 'video/mpeg',
'.ogm': 'application/ogg',
'.vob': 'video/mpeg',
'.mp3': 'audio/mpeg',
'.ogg': 'audio/x-ogg',
})
root.putChild('media', medianode)
Write
Preview
Loading…
Cancel
Save