Closed ReenigneArcher closed 3 years ago
I got this resolved by manually editing the json file and modifying the following keys to these values. Some of them show up multiple times so I changed it wherever they appear.
"publicAddress":"127.0.0.1"
"protocol":"http"
"address":"127.0.0.1"
"port":32400
"uri":"http://127.0.0.1:32400"
"local":true
It would be nice to be able to add a plex server by specifying the ip/url, port, and token manually (from the UI).
I've now come across a new issue... I believe it's related.
I cannot access any stream from PseudoTV.
I am trying to test in VLC and I receive the following output in the PsuedoTV command prompt window. This continues until PseudoTV eventually crashes. The url it is trying to open looks unusual. If I goto the url in my browser I get a 404 error (not found)... however if I remove the :/ before "transcode" it changes to a 401 error (unauthorized).
[hls @ 000001fbb2fd2740] Opening 'http://127.0.0.1:32400/video/:/transcode/universal/session/91dcf5e8-80aa-4e4f-a40d-1932d8c56962/base/00000.ts' for reading
[http @ 000001fbb301aa40] HTTP error 404 Not Found
[hls @ 000001fbb2fd2740] Failed to open segment 0 of playlist 0
[hls @ 000001fbb2fd2740] Opening 'http://127.0.0.1:32400/video/:/transcode/universal/session/91dcf5e8-80aa-4e4f-a40d-1932d8c56962/base/00001.ts' for reading
[http @ 000001fbb301aa40] HTTP error 404 Not Found
[hls @ 000001fbb2fd2740] Failed to open segment 1 of playlist 0
[hls @ 000001fbb2fd2740] Opening 'http://127.0.0.1:32400/video/:/transcode/universal/session/91dcf5e8-80aa-4e4f-a40d-1932d8c56962/base/00002.ts' for reading
My issue is solved.
The problem was my Windows 10 storage space went offline. I've also replaced pseudotv with the forked diszuetv as it seems to be more active in development. https://github.com/vexorian/dizquetv
When I try to add programs to a new or existing channel no content from Plex is showing.
I have removed and re-added the server in attempt to correct it, but it still does not show.
Also tried clearing the browser cache.
I believe the issue is related to the authentication method. It is displaying my server using my domain name instead of the local ip address, and therefore I cannot connect to the server from itself as it's attempting to use HTTPS.
I also tried removing the domain name from plex settings and re-adding in Pseudo TV but it continues to use the domain name.
Is it possible to manually add my plex server?