<div dir="ltr">Hi<br><div class="gmail_extra"><br><br><div class="gmail_quote">On 15 May 2013 09:59, Ian Evans <span dir="ltr"><<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Was search for info on HLS channels and came across this:<br><br><a href="http://wiki.twit.tv/wiki/TWiT_Live" target="_blank">http://wiki.twit.tv/wiki/TWiT_Live</a><br>
<br></div>Seems the channels are available via HLS. How would one go about integrating this with <a href="http://www.mythtv.org/wiki/User_Manual:Setting_up_HTTP_Live_Streaming_Recorder" target="_blank">http://www.mythtv.org/wiki/User_Manual:Setting_up_HTTP_Live_Streaming_Recorder</a><br>
<br></div>Thanks.<br></div><br></blockquote><div><br></div><div>Quite simple...<br><br>Find the stream you want to play there:<br><a href="http://wiki.twit.tv/wiki/TWiT_Live#Direct_links_to_TWiT_Live_Video_Streams">http://wiki.twit.tv/wiki/TWiT_Live#Direct_links_to_TWiT_Live_Video_Streams</a><br>
<br>Say you're going to play:<br><a href="http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8">http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8</a><br>
<br>Edit the .m3u sample provided on that wiki entry.<br></div><div>and add at the end: <br><pre> #EXTM3U
#EXTINF:0,315 - TWIT TV
#EXTMYTHTV:xmltvid=hls.twittv<br> <a href="http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8">http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8</a><br>
<br></pre><pre>Follow the instruction on that wiki entry, but use the URL to the modified m3u instead.<br>Go in mythtv-setup and rescan for the channels<br><br></pre><pre>Play channel 315 (as set above) and enjoy...<br><br>
</pre><pre>If you're not interested in recordings, you can play the file with mythavtest:<br></pre><pre>mythavtest <a href="http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8">http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8</a><br>
<br></pre><pre>Or if you have an iOS device, paste the URL <a href="http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8">http://twit.live-s.cdn.bitgravity.com/cdn-live-s1/_definst_/twit/live/high/playlist.m3u8</a><br>
</pre><pre>in Safari, and select via AirPlay the myth frontend you want to play to.<br><br><br></pre><pre>Next step is to find a XMLTV grabber for their guide data there:<br><a href="http://wiki.twit.tv/wiki/Schedule">http://wiki.twit.tv/wiki/Schedule</a><br>
<br></pre><pre>Re-run mythtv-setup and map the xmltv data to the id: hls.twittv<br><br></pre><pre>Then this twit TV channels will appear for myth exactly like any other FTA channels. You can use it in live TV, set up recordings etc...<br>
<br></pre><pre>It's very neat (but I'm very biased).<br></pre><pre>Jean-Yves<br></pre></div></div></div></div>