﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
12129	Mime type set incorrectly by mythweb/modules/video/stream.php	deg@…	Karl Egly	"When trying to view a movie ( not recorded TV ) via mythweb,  I am getting invalid content type.  In looking at the header it is being set as: Content-Type: '''applicatoin/octet-stream'''  

This is misspelled and should read: '''application/octet-stream''' .   This is on line 52 of modules/video/stream.php . 

Also, it is ALWAYS setting it to the default mime type no matter what the file extension is.  

'''Line 23 of modules/video/stream.php needs to be changed as follows:'''
From:  switch (substr($fname, strrpos($fname, '.'))) {
To  :  switch (substr($fname, strrpos($fname, '.')+1)) {

I have locally modified my files and this module now works correctly.  Please fix, so I do not have to re-apply my fixes every release.
"	Patch - Bug Fix	closed	minor	0.26.2	Plugin - MythWeb	Unspecified	medium	fixed	mythweb videos stream.php		0
