[mythtv-users] PATCH: enable mythweb streaming via .asx

Rich West Rich.West at wesmo.com
Tue Nov 7 20:35:45 UTC 2006


Dave Pearson wrote:
> Rich,
>
> I've applied your patch and I've obviously introduced an error somewhere 
> because the downloaded file has a .htm extension added after the .asx! 
> Do you have any idea what I have done to break it? Incidentally, if I 
> save the file and remove the .htm extension, the program plays in 
> Windows Media Player correctly.

This might be due to the content-type line.. I inadvertently put it as:
print header(-type                => 'text/html',

When it should have been:
print header(-type                => 'video/x-ms-asf',

Thanks go to catfish at halfdone.com for point this one out to me. :)

-Rich


More information about the mythtv-users mailing list