Commit d1af4dc5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Sync Multipart JPEG content-type with the one used in the MPJEG muxer

parent aeb9817e
......@@ -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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment