Search found 66 matches
- Fri Jun 19, 2020 6:08 am
- Forum: Media centres
- Topic: Has anyone tested how the Raspi 4 does with Netflix?
- Replies: 10
- Views: 10839
Re: Has anyone tested how the Raspi 4 does with Netflix?
Kodi on rasberry OS works fine with Neflix 1080p. You just have to install the "inputstream.adaptive" add-on. Go to the plugin configuration and it will install wivedevine for you. Netflix for Kodi is not a sanction plugin and it is nowhere near as polished as Netflix on Roku. Might want t...
- Tue Jun 09, 2020 1:44 pm
- Forum: Media centres
- Topic: minidlna at boot
- Replies: 1
- Views: 615
Re: minidlna at boot
Check to make sure it is set to start at boot with systemctl is-enabled minidlna If not enabled with systemctl enable minidlna If it is but you still need to restart service than it is likely starting before DHCP has acquired an address. Edit the startup config with sudo systemctl edit minidlna and ...
- Tue Jun 09, 2020 1:32 pm
- Forum: Media centres
- Topic: Exiting Kodi - Delay
- Replies: 5
- Views: 750
Re: Exiting Kodi - Delay
Kodi is just slow to exit. It is the same on my PC, Linux or Windows. The TV is most likely turning off because of a TV power-saving setting at loss of signal. You can check your CEC settings just to make sure a cec command isn't being sent by Kodi Under System -> Input Devices -> Peripherals -> CEC...
- Thu May 28, 2020 10:28 pm
- Forum: Graphics, sound and multimedia
- Topic: how to compile ffmpeg with hardware acceleration support
- Replies: 14
- Views: 3313
Re: how to compile ffmpeg with hardware acceleration support
The c files have nothing to do with the linker. There are 2 possibilities. Either the library its trying to link to is not in the search path. Can be added by putting the path in $LD_LIBRARY_PATH or adding a file with it to /etc/ld.so.conf.d/ The second is that its trying to link to a library that i...
- Wed May 20, 2020 7:22 am
- Forum: Media centres
- Topic: streaming music from my usb hdd?
- Replies: 2
- Views: 638
Re: streaming music from my usb hdd?
Tons
The simplest is to setup the pi as a NAS (network attached storage) server with the samba software.
Lots of guides on how to setup samba nas out there. The device will simply show up as a network drive.
You could also use subsonic to set it up to stream to anywhere over the internet.
The simplest is to setup the pi as a NAS (network attached storage) server with the samba software.
Lots of guides on how to setup samba nas out there. The device will simply show up as a network drive.
You could also use subsonic to set it up to stream to anywhere over the internet.
- Wed May 20, 2020 6:48 am
- Forum: Media centres
- Topic: PI4 librelec with Kodi doesn't play nice with AVR/Projector
- Replies: 1
- Views: 398
Re: PI4 librelec with Kodi doesn't play nice with AVR/Projector
Most likely it is switching to an invalid resolution due to bad edid information from avr/projector Look at https://www.raspberrypi.org/documentation/configuration/config-txt/video.md You will want to ignore edid and setup manually with hdmi_ignore_edid=0xa5000080 hdmi_force_edid_audio=1 hdmi_pixel_...
- Tue May 19, 2020 11:46 am
- Forum: Media centres
- Topic: External 3.5" hdd enclosure power consumption
- Replies: 3
- Views: 687
Re: External 3.5" hdd enclosure power consumption
You answered your own questions, it consumes 24 Watts.
At 12c a kWh it will cost you ~$25 a year.
At 12c a kWh it will cost you ~$25 a year.
- Mon May 18, 2020 10:20 pm
- Forum: Media centres
- Topic: Kodi with Mesa 20.2.0-devel [testing for fun and profti]
- Replies: 0
- Views: 416
Kodi with Mesa 20.2.0-devel [testing for fun and profti]
Download from Pi LAB youtube channel https://www.youtube.com/watch?v=5VVA2Muh8Oc Link to the archive is in the videos description. * I have no affiliations with PI LABS. No use asking me any questions about this package. Unzip in /opt/ with your favorite archiver or use command line 7zip sudo apt in...
- Fri May 15, 2020 12:12 am
- Forum: Media centres
- Topic: Vizio Remote won’t work on Kodi via CEC
- Replies: 1
- Views: 561
Re: Vizio Remote won’t work on Kodi via CEC
Since the only difference is the TV than the most likely conclusion is that it is a problem with the TV.
- Sun May 03, 2020 2:29 pm
- Forum: Off topic discussion
- Topic: One year with fail2ban with port 22 open to the internet
- Replies: 16
- Views: 2818
Re: One year with fail2ban with port 22 open to the internet
Since its just yourself connecting from your personal devices why not implement Key-Based Authentication. It is simple to setup and not having to type a password is very convenient, especially on mobile devices.
- Sat May 02, 2020 2:00 pm
- Forum: Off topic discussion
- Topic: One year with fail2ban with port 22 open to the internet
- Replies: 16
- Views: 2818
Re: One year with fail2ban with port 22 open to the internet
Careful! Iptables starts getting flaky at around 27,000 rules.
Learned that the hard way when my system became practically unresponsive with 99% utilization whenever fail2ban tried adding a new rule.
Learned that the hard way when my system became practically unresponsive with 99% utilization whenever fail2ban tried adding a new rule.
- Fri Apr 17, 2020 7:53 pm
- Forum: Media centres
- Topic: RPi4: 4k60 video on one hdmi, audio pass through on other?
- Replies: 19
- Views: 6606
Re: RPi4: 4k60 video on one hdmi, audio pass through on other?
As long as your audio receiver supports surround LPCM over HDMI there is no need for passthrough. The audio signal will be decoded by the Raspberry and sent over raw LPCM multichannel.
- Fri Apr 10, 2020 8:45 am
- Forum: Graphics, sound and multimedia
- Topic: RPI4 EAC3 (DD+) passthrough
- Replies: 0
- Views: 262
RPI4 EAC3 (DD+) passthrough
Does RPI4 support EAC3 (Dolby Digital+) passthrough?
AC3 and DTS work fine but with EAC3 I get no sound at all with Kodi 18.6
AC3 and DTS work fine but with EAC3 I get no sound at all with Kodi 18.6
- Tue Jan 28, 2020 10:06 pm
- Forum: Raspberry Pi OS
- Topic: Google stadia
- Replies: 2
- Views: 1570
Re: Google stadia
Vp9 acceleration requires hardware decoding functions which unfortunately the arm chips on the RPI4 do not have
- Sat Dec 21, 2019 10:56 am
- Forum: Raspberry Pi OS
- Topic: Chromium HW Acceleration on Buster Lite
- Replies: 8
- Views: 1726
Re: Chromium HW Acceleration on Buster Lite
Try enabling "Override software rendering list" in chrome://flags
- Wed Dec 18, 2019 12:04 am
- Forum: Raspberry Pi OS
- Topic: known good usb wifi for 1B with raspbian buster?
- Replies: 1
- Views: 286
Re: known good usb wifi for 1B with raspbian buster?
Sounds like your issue is with hostapd rather then with the wifi card.
Post hostapd.conf and lets see if we can figure it out
cat /etc/hostapd/hostapd.conf
cat /etc/wpa_supplicant/wpa_supplicant.conf
Post hostapd.conf and lets see if we can figure it out
cat /etc/hostapd/hostapd.conf
cat /etc/wpa_supplicant/wpa_supplicant.conf
- Sun Nov 10, 2019 12:11 am
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
#sorry sometimes I misspell the correct commands are
sudo sudo systemctl daemon-reload
sudo systemctl enable mount-shares
sudo sudo systemctl daemon-reload
sudo systemctl enable mount-shares
- Sat Nov 09, 2019 11:15 pm
- Forum: Networking and servers
- Topic: VNC Connection Problems.
- Replies: 20
- Views: 1420
Re: VNC Connection Problems.
vnc is a protocol.
You don't have to replace the vnc server on the raspberry to use a different vnc client on windows
You don't have to replace the vnc server on the raspberry to use a different vnc client on windows
- Sat Nov 09, 2019 11:07 pm
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
add to line following After=systemd-networkd-wait-online.service
Requires=systemd-networkd-wait-online.service
execute
sudo systemctl daemon-reload
Requires=systemd-networkd-wait-online.service
execute
sudo systemctl daemon-reload
- Sat Nov 09, 2019 7:25 pm
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
can you do a
journalctl | grep systemd-net
journalctl | grep systemd-net
- Sat Nov 09, 2019 5:54 pm
- Forum: Networking and servers
- Topic: VNC Connection Problems.
- Replies: 20
- Views: 1420
Re: VNC Connection Problems.
Follow bls suggestion and if connection is strong, then try testing a different vnc client. There are at least a dozen or so
- Sat Nov 09, 2019 3:36 pm
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
There seems to be a network-online service so
in /lib/systemd/system/mount-network-shares.service replace
After=network.target
with
After=systemd-networkd-wait-online.service
Requires=systemd-networkd-wait-online.service
then execute
sudo sudo systemctl daemon-reload
in /lib/systemd/system/mount-network-shares.service replace
After=network.target
with
After=systemd-networkd-wait-online.service
Requires=systemd-networkd-wait-online.service
then execute
sudo sudo systemctl daemon-reload
- Sat Nov 09, 2019 3:29 pm
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
The script doesn't do anything other then execute a "mount -a"
- Sat Nov 09, 2019 3:09 pm
- Forum: Networking and servers
- Topic: How do I mount NAS Network Shares
- Replies: 46
- Views: 5198
Re: How do I mount NAS Network Shares
damn. the script starts after networking but it is likely networking up simply initializes networking and doesn't wait for it to be accessible.
Will have to modify script to make sure we have network access before mounting.
Will have to modify script to make sure we have network access before mounting.
- Sat Nov 09, 2019 3:04 pm
- Forum: Networking and servers
- Topic: VNC Connection Problems.
- Replies: 20
- Views: 1420
Re: VNC Connection Problems.
You have to install telnet from control-panel -> programs and features -> Turn windows features on/off
here is a link to MS on restoring health to windows
https://support.microsoft.com/en-us/hel ... ted-system
here is a link to MS on restoring health to windows
https://support.microsoft.com/en-us/hel ... ted-system