<div dir="ltr">Hi all,<div><br></div><div>I wrote a PHP script that will take care of transcoding (using ffmpeg) and packaging (using shaka_packager) video files so that users can view their mythtv recordings via a web browser without manually using any command-line tools.</div><div><br></div><div>Here are the features:</div><div><br></div><div><ul style="box-sizing:border-box;padding-left:2em;margin-top:0px;margin-bottom:16px;color:rgb(51,51,51);font-family:-apple-system,blinkmacsystemfont,"segoe ui",helvetica,arial,sans-serif,"apple color emoji","segoe ui emoji","segoe ui symbol";font-size:16px"><li style="box-sizing:border-box">Transcodes from MPEG2 or whatever format your recordings are in, as long as they are recognized by ffmpeg</li><li style="box-sizing:border-box;margin-top:0.25em">Watch recording while transcode is still taking place (just don't seek too far ahead)</li><li style="box-sizing:border-box">Use commercial skip info from mythtv database to skip commercials</li><li style="box-sizing:border-box;margin-top:0.25em">Can transcode videos to multiple bitrates/resolutions for adaptive playback over less reliable networks (e.g. cell phone browser).</li></ul>If anybody has any questions or is interested in helping out, feel free to file issues on the github page or I will monitor this thread for comments or questions.</div><div><br></div><div>I'm not sure if there is any plugin infrastructure that provides a better way to integrate with mythweb than the manual patching that I describe in the README but if anybody has any ideas, feel free to let me know. <br><br>Thanks,<br>Garret</div></div>