Skip to main content
Fixing Mythtv ASX streaming with transcoding to MKV

Fixing Mythtv ASX streaming with transcoding to MKV

·38 words·1 min
Mike Curtis
Author
Mike Curtis
Maintaining a live technical reference library.

Fixing Mythtv ASX streaming with transcoding to MKV
#

update the following file

sudo nano /usr/share/mythtv/mythweb/modules/stream/stream_raw.pl

then add the following to the hashtag File type section

    elsif ($basename =~ /\.mkv$/) {
        $type   = 'video/x-matroska';
        $suffix = '.mkv';
    }
Related Reading & Resources
For more information about me, check out my bio.