[mythtv-users] 0.25 - How to turn on HTTP "live streaming"?

Kingsley Turner krt at krt.com.au
Fri Jun 29 02:35:47 UTC 2012


On 29/06/12 11:27, Craig Treleaven wrote:
> At 11:16 AM +1000 6/29/12, Kingsley Turner wrote:
>> hi,
>>
>> I've been scouring the the internets many tubes for advice on this.
>> There doesn't seem to be any setting to set, package to install, or other!?
>>
>> Can anyone please tell me how to turn on HTTP Like Streaming ?
>> (mythbuntu 12.04 clean install)
>>
>> I've got mythweb, but that seems to be it.
>>
>
> You need some codec support.  The final section of the configure output 
> shows the relevant bits.  Eg:
> # External Codec Options
> mp3lame                   yes
> faac                      no
> xvid                      no
> x264                      yes
> vpx                       no
>
>
> After that, you just need to go to the right url provided by the backend 
> (not MythWeb).  See:
>

I installed those packages in Ubuntu:
     sudo apt-get install lame
     sudo apt-get install x264

Ah, But I still had the Backend Host Address set to 127.0.0.1 - So in the 
logs you see the error:

Jun 29 12:19:03 mediabox mythbackend[12662]: I CoreContext 
serverpool.cpp:337 (listen) Listening on TCP 127.0.0.1:6544
Jun 29 12:19:03 mediabox mythbackend[12662]: I CoreContext 
serverpool.cpp:337 (listen) Listening on TCP [::1]:6544
Jun 29 12:19:03 mediabox mythbackend[12662]: N CoreContext 
mediaserver.cpp:169 (Init) MediaServer:: Loopback address specified - 
127.0.0.1. Disabling UPnP

Changing this in mythtv-setup to my backend's IP (192.168.1.20) fixed 
everything -

Jun 29 12:22:15 mediabox mythbackend[12774]: I CoreContext 
serverpool.cpp:337 (listen) Listening on TCP 127.0.0.1:6544
Jun 29 12:22:15 mediabox mythbackend[12774]: I CoreContext 
serverpool.cpp:337 (listen) Listening on TCP 192.168.1.20:6544
Jun 29 12:22:15 mediabox mythbackend[12774]: I CoreContext 
serverpool.cpp:337 (listen) Listening on TCP [::1]:6544

etc.

Seems pretty sweet now!


thanks,
-Kingsley






More information about the mythtv-users mailing list