<div dir="ltr">Thanks Gary. Where would I pass that argument? Passing it to configure says an error.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 28, 2017 at 1:19 PM, Gary Buhrmaster <span dir="ltr"><<a href="mailto:gary.buhrmaster@gmail.com" target="_blank">gary.buhrmaster@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Feb 28, 2017 at 5:32 PM, John Corps <<a href="mailto:envoys@gmail.com">envoys@gmail.com</a>> wrote:<br>
> It would appear that it is validation based on username and password only.<br>
><br>
> I am attempting to view the streams inside myth but it's not letting me do<br>
> so unless I go to the post-validation URL. It's not breaking any TOS as they<br>
> give the option to use on any device that supports it.<br>
><br>
> Somehow there has to be a way to follow that redirection inside of myth.<br>
<br>
</span>The redirect may be passing along other headers<br>
that the myth logic may not be passing along<br>
(or the redirect logic is broken in the HLS specific<br>
download code (as I recall, it does not use the<br>
standard mythdownloadmanager)).  You might<br>
be able to see what myth is doing by decoding<br>
the network packets.<br>
<br>
You might try compiling with -DHLS_USE_MYTHDOWNLOADMANAGER<br>
to see if using the alternative download code<br>
works differently.  Note that the reason not to use<br>
the default download manager is that it (apparently)<br>
has some leak, and it is limited to the number of<br>
concurrent streams, so this is really just testing<br>
to see if the code being used needs to be adjusted.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>