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'?

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

code: select all

<?php   //redirect plex media server   header('location: http://10.5.5.1:32400/web/'); ?> 


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'