]> git.sesse.net Git - vlc/commitdiff
Sync Multipart JPEG content-type with the one used in the MPJEG muxer
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 29 Jan 2008 18:09:59 +0000 (18:09 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 29 Jan 2008 18:09:59 +0000 (18:09 +0000)
src/network/httpd.c

index af4db3d6d37d07c713cd2792b7d4c8a04aca50ec..2e9dcd11e4e78a502cab9e575ade25dca28513df 100644 (file)
@@ -209,7 +209,8 @@ static struct
     { ".jpg",   "image/jpeg" },
     { ".jpeg",  "image/jpeg" },
     { ".png",   "image/png" },
-    { ".mpjpeg","multipart/x-mixed-replace; boundary=This Random String" },
+    /* same as modules/mux/mpjpeg.c here: */
+    { ".mpjpeg","multipart/x-mixed-replace; boundary=7b3cc56e5f51db803f790dad720ed50a" },
 
     /* media mime */
     { ".avi",   "video/avi" },