-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathARCHIVED-unable-to-stream.ARCHIVE
20 lines (15 loc) · 2.35 KB
/
ARCHIVED-unable-to-stream.ARCHIVE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Unable to Stream any LBRY Content?
category: troubleshooting
order: 2
---
If you are having trouble streaming any LBRY content, there may be an issue with your connectivity to the LBRY network. Sometimes simply restarting the LBRY app and daemon completely could fix the problem - this is usually what you want to try first. Both PC and router firewall settings, as well as other applications which limit internet connectivity (i.e. Antiviruses or Internet security applications), may prevent your app from successfully connecting to the LBRY network. You can try disabling these or allowing LBRY to bypass them. Other times, it may be a hosting issue with the particular piece of content you are trying to download. Please report in the #help channel on [Discord](https://chat.lbry.com).
Another common cause of this issue is the lack of access to UDP port 4444. LBRY employs UPnP (if enabled) in order to forward this port on your router automatically. If UPnP is disabled, it must either be enabled, or the port must be forwarded in your router configuration. We have also seen instances where some ISPs may block UDP port 4444, and for LBRY to download content properly, this port must be manually configured - see steps below.
### How to manually set the DHT (Content Network) port
1. Shutdown LBRY and lbrynet (check running processes using Task Manager on Windows or Activity Monitor on Mac OS.)
2. Go to your [lbrynet folder](/faq/lbry-directories).
3. If you have a `daemon_settings.yml` file, add this line to it at the end (4444 is an example, can be changed): `dht_node_port: 4444`.
4. If you don't have the `daemon_settings.yml` file, you can create one or download/copy [this sample](https://goo.gl/a5uJq5) into the `lbrynet` folder.
5. Start LBRY and try to download a couple of items from the homepage. Be patient, if it doesn't work, leave the page and try again or a different video.
6. Depending on your network, you may need UDP port 4444 (the new port you just set up) forwarded. Also, for file sharing to work properly, you may need TCP port 3333 open/forwarded. This can be verified by using a [port checker tool](http://www.canyouseeme.org) on port 3333. Port 4444 will fail since it's UDP.
If you continue to experience issues streaming/downloading content after completing the above steps, please [reach out to us](/faq/how-to-report-bugs) for additional support.