[mythtv-users] Frontend hardware

Piotr Oniszczuk piotr.oniszczuk at gmail.com
Fri Dec 15 09:56:47 UTC 2017



> Wiadomość napisana przez Anthony Giggins <seven at seven.dorksville.net> w dniu 15.12.2017, o godz. 02:59:
> 
> 
> 
> On 15 December 2017 at 08:29, Anthony Giggins <seven at seven.dorksville.net> wrote:
> 
> 
> 
> 
> Oh WOW, thanks I never knew that anyone had added HTML5 streaming to mythweb this is awesome will be patching today :) 
> 
> Any reason why these patches haven’t been accepted?
> Cheers,
> 
> Anthony
> 
> Ok Patched
> 
> but cant get it working, do recordings need to be transcoded?
> 
> currently I'm getting "No video with supported format and MIME type found."
> 
> although from the updated apache config appears it shouldn’t be required to transcode

no. transcode isn’t used. 
solution uses mythffmpeg (or ffmpeg if can’t find mythffmpeg)

Your mythffmpeg must be able to encode to webm format.

If there is any issue to get this patch working - for 99% this is issue:
-web server config or
-mythffmpeg encode

In my development I was verifying that mythffmpeg can encode by following command:

/usr/sbin/mythffmpeg -y -i /myth/tv//23809_20171214191500.ts -s 720x408 -g 30 -r 24 -f webm -codec:a libvorbis -codec:v libvpx -cpu-used -8 -deadline realtime -strict -2 -deinterlace -async 2 -ac 2 -ar 44100 -b:a 128k -b:v 768k -sn /dev/stdout

(replace .ts file with yours)

> 
> # Support HTML5 video formats which can be encoded and streamed "on-the-fly"
> AddType video/ogg           .ogv .ogg
> AddType video/webm          .webm
> 
> 
> or do I not have the required libraries added in? (ie. libx264, libvpx and libtheora)

Definitely all them You need to have installed.



More information about the mythtv-users mailing list