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 mime-type for m4a files, though the D-Link can't play them..
so comment it out.. [git-p4: depot-paths = "//depot/": change = 778]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney
19 years ago
parent
adab67e8a2
commit
e5bac11ee1
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
@@ -85,6 +85,7 @@ medianode.contentTypes.update( {
'.mp4': 'video/mpeg',
'.ogm': 'application/ogg',
'.vob': 'video/mpeg',
#'.m4a': 'audio/mp4', # D-Link can't seem to play AAC files.
})
root.putChild('media', medianode)
Write
Preview
Loading…
Cancel
Save