<div dir="ltr"><br><br><div class="gmail_quote">On Tue Feb 10 2015 at 10:45:50 AM Brian J. Murrell <<a href="mailto:brian@interlinx.bc.ca">brian@interlinx.bc.ca</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2015-02-10 at 15:15 +0000, Daniel Frey wrote:<br>
><br>
> It is currently allows you to watch recordings and most videos that can be<br>
> converted with HLS.<br>
<br>
So is HLS transcoding a requirement now?  What if I am in the same<br>
network as the MythTV BE (or have enough upstream bandwidth on my<br>
Internet connection) and have enough bandwidth to stream the native<br>
MPEG2 stream?<br>
<br>
The old/existing app gave one the choice to use the native encoding or<br>
to HLS transcode and the former didn't tax my modestly powered (i.e. not<br>
beefy enough for live transcoding) BE with needless transcoding.<br>
<br>
Cheers,<br>
b.<br>
<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a></blockquote><div><br></div><div>Brian,</div><div><br></div><div>Unfortunately, the Android native MediaPlayer api does not support mpeg2 playback.  I don't want this version of the app to rely on any external player dependencies.  We had far too many issues with the prior one with one device this player worked, and on another that player works, but it didn't work on the first device, etc.</div><div><br></div><div>I do feel this will prove to be a better ui experience for the users.  You can always queue the HLS in the app or do it from the backend.  It only requires it to be 2% complete before you can start watching.  This method also will work nicely over the internet (if exposed) or an ssh tunnel with port forwards into your backend.</div><div><br></div><div>Also, Bill Meek has a working patch for mythtranscode that will allow it to --honorcutlist if you are interested in doing HLS transcodes without commercials.  But it is a patch and you have to be running your backend from source.</div><div><br></div><div>Dan</div></div></div>