Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local streams aren't showing with Tautulli #16

Closed
jdobbs opened this issue Sep 19, 2018 · 8 comments
Closed

Local streams aren't showing with Tautulli #16

jdobbs opened this issue Sep 19, 2018 · 8 comments
Labels
enhancement New feature or request

Comments

@jdobbs
Copy link

jdobbs commented Sep 19, 2018

I have several devices streaming internally on the same network as Plex\Tautulli as well as a recently deployed DVR. None of these sessions seem to get imported into InfluxDB. They show up within Tautulli when they're active. Is there anyway to get these streams imported into InfluxDB as well? Even if the IP address is the WAN.

Thanks!

@samwiseg0
Copy link
Member

I am not understanding what you mean. If it is in tautulli it should be showing up.
Can you provide some more information?

2018-09-19_18-16-16

@samwiseg0 samwiseg0 added the more-info-requested Waiting on more information label Sep 19, 2018
@jdobbs
Copy link
Author

jdobbs commented Sep 19, 2018

Here is a current Live stream, which shows in Tautulli. If I run the update command to populate the InfluxDB, it seems internal streams aren't imported. I've only ever seen external streams show up within the DB.

If I run "SELECT * FROM "Tautulli" WHERE time > now() - 15m" to show what was last added to the DB, nothing is there.

I do see when I run the update command, 127.0.0.1 is showing as the IP address. I've streaming from a different machine (192.168.1.18) other then where Plex\Tautulli (192.168.1.10) is running.

image

image

@samwiseg0 samwiseg0 removed the more-info-requested Waiting on more information label Sep 19, 2018
@samwiseg0
Copy link
Member

samwiseg0 commented Sep 19, 2018

@jdobbs
Copy link
Author

jdobbs commented Sep 19, 2018

Interesting, I have Remote Access disabled so I'd think it would be a direct connection. I'll look further into this avenue. Thanks!

@jdobbs
Copy link
Author

jdobbs commented Sep 19, 2018

Quick question though, even if the stream was showing as 127.0.01 or being relayed, shouldn't it still be showing up within the InfluxDB?

@samwiseg0
Copy link
Member

samwiseg0 commented Sep 19, 2018

No problem.

Based off the screen shot you sent it is not allowing it be placed in the DB because the IP address was not found and errored out before it writes it to InfluxDB. I am going to see if I look into finding a better way to deal with IPs that may not be in the DB.

But the real problem is that you going through the relay.

Side Note: I would check your firewall and make sure it is either allowing connections to come in or is disabled on the machine you are running plex on.

Also may want to check the "DNS Rebinding" section in this article. https://support.plex.tv/articles/206225077-how-to-use-secure-server-connections/

@samwiseg0 samwiseg0 added the enhancement New feature or request label Sep 19, 2018
@jdobbs
Copy link
Author

jdobbs commented Sep 19, 2018

Just my 2cents, maybe rather than not logging or even logging a 127.0.0.1 address, just store it as “Local \ Relay” or something. I’ll look over the other information you pointed too later tonight or tomorrow. Thanks again.

@jdobbs
Copy link
Author

jdobbs commented Sep 21, 2018

Looks like I've gotten resolved for the most part. It seems it was the DNS Rebinding issue. I switched from OpenDNS to Google and now internal IP addresses are showing within Tautulli. This now means internal addresses are getting imported into InfluxDB and not erroring out on 127.0.0.1. Thanks for all of the support and work on this!

@Boerderij Boerderij locked and limited conversation to collaborators Mar 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants