[mythtv] New live streaming API /Content/GetLiveStreamList

Chris Pinkham cpinkham at bc2va.org
Tue Apr 17 18:42:56 UTC 2012


* On Tue Apr 17, 2012 at 10:01:57AM -0400, Brian J. Murrell wrote:
> > http://yourbackendIP:6544/samples/hlstest.qsp
> 
> The "1 click" JSW player install on that page doesn't seem to do
> anything here.

You should get a login/password prompt from the backend since that
functionality is protected by the same code that will service the backend
web setup once we complete it.

> I did manage to find the .zip file it's supposed to download and install
> but I don't really know what to do with it.

Unzip it into ~/.mythtv/3rdParty/  

It should create a JW_Player subdirectory containing the player.

Once that is installed, the hlstest.qsp and JW Player install pages
should show that the file is installed.  Then you should be able to
test the HLS functionality if you have compiled with libx264 and libmp3lame
support.  We'll probably default those to on in master soon(ish).  We
already require libmp3lame for NuppelVideoRecorder, the --enable-libmp3lame
option just enables mp3 encoding support for the ffmpeg libraries we use.
libx264 will be an added dependency when we default to --enable-libx264.

--
Chris


More information about the mythtv-dev mailing list