On Fri, Jul 06, 2012 at 07:13:36PM +0100, M2 wrote: >dinkypumpkin wrote: >>On 05/07/2012 21:17, M2 wrote: >>>Is there a way to run get-iplayer-web-pvr on Raspberry Pi on boot up and >>>then >>>access the PVR page from local network http://RaspberryPi:1935/ >>>but it does not work :( >> >>The default settings have the Web PVR Manager listen on IP address >>127.0.0.1, which will make it unavailable to the local network. You >>probably just need to have it listen on an address accessible from >>your LAN. You can change the listen address in: >> >>/etc/default/get_iplayer_web_pvr >> >Thank you for your reply, this is brilliant. >Does anyone over here know hot to make the WEB-PVR start on boot up >on headless machine (Raspberry Pi) in Debian 6.0.5?
This isn't a step-by-step guide, just an outline: - create an /etc/init.d/webpvr startup script (look at /etc/init.d/skeleton and the other files in that directory). You'll need to fork the web-pvr process off into the background, because that script must exit. Ideally it should be able to stop the web-pvr too. - use update-rc.d to set that script to be run at startup. # update-rc.d webpvr defaults Roger _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

