
krt at krt
Jun 28, 2012, 7:35 PM
Post #3 of 3
(331 views)
Permalink
|
|
Re: 0.25 - How to turn on HTTP "live streaming"?
[In reply to]
|
|
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 _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-users
|