vexorian / dizquetv

Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.
zlib License
1.48k stars 96 forks source link

What is (Direct) path replacement and how to use it? #74

Open RandomGithubUsername opened 4 years ago

RandomGithubUsername commented 4 years ago

My guess is I can use Paths feature to replace file path so that I can potentially stream file directly from drive instead of Plex?? If yes, can anyone give an example of what would be "Original Plex path to replace" and "Replace Plex path with"?

MoRBiD-MaNGLeR commented 4 years ago

What is your OS? How do you have Plex installed? How do you have dizqueTV installed?

RandomGithubUsername commented 4 years ago

Both Plex and dizqueTV run as docker containers on Debian OS.

19wolf commented 3 years ago

Is there any more information on this?

erikobox commented 1 month ago

WTF why is no one answered

ReenigneArcher commented 1 month ago

This project is dead

vexorian commented 1 month ago

It's a bit of a hack feature from pseudotv times.

The gist of the idea is that Plex's API will give you a path to one of its disks like "/drivec/plex/library/show/s01e01.mp4"

You can use direct path to make dizqueTV play that path directly.

However, it's possible that if you are using containers or network drives, that dizqueTV will have access to plex's files but using a different file path. Imagine if dizqueTV is running on a container that has plex's library as a volume. The volume maps "/drivec/plex/library" to "/data/plex" . So you would have to tell dizqueTV to replace "/drivec/plex/library" to "/data/plex" using this feature.