[mythtv-users] MythWeb + myth-remote-control

Guillaume Membré guillaume.ml at gmail.com
Tue Jan 31 11:16:14 UTC 2006


Hi,

It is a recent feature.
Have a look at
http://www.gossamer-threads.com/lists/mythtv/dev/169945?search_string=%241%2C000%20offer%20for%20a%20Myth%20front-end%20;#169945
and
there will be all the command available to help you.

Regards
Guillaume


On 1/31/06, Devan Lippman <devan.lippman at gmail.com> wrote:
>
> On 1/29/06, Adam Bodnar <ambodnar at gmail.com> wrote:
> > You really wouldn't need a cgi script.
> >
> > With the telnet interface, you can have php open a socket to the ip
> > the backend is on and have it issue the commands.
> >
> > Something like this.
> >
> > <?
> > $address = 127.0.0.1
> >
> > $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
> >
> > $result = socket_connect($socket, $address, 6545);
> >
> > $command = "PLAY whatever_file.nuv";
> >
> > socket_write($socket, $command, strlen($command));
> >
> > socket_close($socket);
> > ?>
> >
>
> I was unaware the new commands had been committed.  If thats the case
> has there been any documentation on this?  I'm curious to know how the
> backend knows which frontend to execute the command on.
>
> --
> Thanks,
> Devan Lippman <devan at lippman dot net>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060131/7dbc0a78/attachment.htm


More information about the mythtv-users mailing list