plex domain - Raspberry Pi Forums
hello,
i've setup plex media server, , works ok (apart transcoding, that's why use direct stream)
instead of use ip access server (10.5.5.1:32400/web), how can access server using o local domain, lets 'myrpi3plex'?
i've setup plex media server, , works ok (apart transcoding, that's why use direct stream)
instead of use ip access server (10.5.5.1:32400/web), how can access server using o local domain, lets 'myrpi3plex'?
hi, can achieved installing , configuring bind9
followed video on youtube: https://www.youtube.com/watch?v=rigz7gbxckc
raspberry pi 3 accesible in local network "myraspberry.pi"
installed , configured apache2, created index.php file , used redirect plex
index.php
followed video on youtube: https://www.youtube.com/watch?v=rigz7gbxckc
raspberry pi 3 accesible in local network "myraspberry.pi"
installed , configured apache2, created index.php file , used redirect plex
index.php
code: select all
<?php //redirect plex media server header('location: http://10.5.5.1:32400/web/'); ?>
raspberrypi
Comments
Post a Comment