u/Dramatic-Ocelot-8024

Stream Stats Question

Stream Stats Question

Hey all, currently trying to optimize my Moonlight / Apollo streaming set up and wanted to compare my statistics as someone who is streaming from their desktop computer about 10 feet away from them to their iPhone 11, both devices are on Wi-Fi, no ethernet to the desktop computer, no VPN connection on either devices, and I'm getting about 8 - 12 ms network latency. The reason I ask is because this is more or less unplayable as is, especially with FPS games / games that are not completely laid back.

I'm guessing an Ethernet connection to my desktop PC is my only solution, although that is not a solution for me, not possible in my rental.

Additionally, I'm getting the corners of the screen cut off, such as the exit / minimize button on browsers are clipped. Any solution to all of this? Would love to be able to play smoothly, or else I'll have to keep looking lol.

u/Dramatic-Ocelot-8024 — 23 hours ago

iOS Screen Clipping

Hey all, currently utilizing Apollo/Moonlight to stream my PC games on my desktop to my iPhone. It works pretty well for the most part, although I’d like to resolve the screen clipping off corners such as the browser exit button and what not.
I’ve followed the below guide regarding changing the Advanced Display Settings:

https://niquette.ca/articles/sunshine-resolution/

Within Moonlight on my iPhone, I’ve tried setting custom resolutions, using “Full” and “Safe” preset options, yet nothing is ideal / resolves the cut corners.

If anyone could point me in the right direction, that would be greatly appreciated!

Hey everyone, I've recently been trying to automate my music download / discovery / streaming set up similar to how the ARR stack works with TV shows and movies. I have the below docker compose script on my TrueNAS server currently running, although Beets isn't working as expected. It isn't moving the downloaded songs from slskd to my target destination of "mnt/pool/media/music", where Jellyfin is looking for music. slskd downloads the songs just fine within /mnt/pool/apps/slskd/downloads, I'm just having a hard time getting Beets to pick it up and transfer it once it does it's thing. Here's my compose and Beets logs, if anyone could potentially share how they get around this or point me in the right direction, I would greatly appreciate it. I've been editing Beet's config.yaml regarding where it should move the songs and what not but nothing is resolving the issue so far. AI helped me with the below Beets command at the end relating to:

command: >

sh -c "while true; do

flock -n /tmp/beets.lock beet import /downloads;

sleep 300;

Although it doesn't appear to be the most efficient given it runs indefinitely every 5 minutes regardless whether I recently downloaded music or not...thank you everyone! : )

Compose:

version: "3.8"

services:

gluetun:

image: qmcgaw/gluetun:latest

container_name: musicstackgluetun

cap_add:

- NET_ADMIN

devices:

- /dev/net/tun:/dev/net/tun

environment:

- TZ=America/Los_Angeles

- VPN_SERVICE_PROVIDER=mullvad

- VPN_TYPE=wireguard

- WIREGUARD_PRIVATE_KEY=REDACTED

- WIREGUARD_ADDRESSES=REDACTED

- SERVER_CITIES=REDACTED

- DNS_ADDRESS=REDACTED

- FIREWALL_ALLOWED_SUBNETS=192.168.1.0/24

ports:

- 5030:5030 # slskd web UI

- 5031:5031 # slskd API / alt UI

- 50300:50300 # slskd listening port

restart: unless-stopped

slskd:

image: slskd/slskd:latest

container_name: slskd

user: "568:568"

network_mode: "service:gluetun"

depends_on:

- gluetun

environment:

- SLSKD_USERNAME=REDACTED

- SLSKD_PASSWORD=REDACTED

- SLSKD_REMOTE_CONFIGURATION=true

- TZ=America/Los_Angeles

volumes:

- /mnt/pool/apps/slskd:/app

- /mnt/pool/apps/slskd/downloads:/downloads

restart: unless-stopped

beets:

image: linuxserver/beets:latest

container_name: beets

volumes:

- /mnt/pool/apps/beets:/config

- /mnt/pool/apps/slskd/downloads:/downloads

- /mnt/pool/media/music:/music

command: >

sh -c "while true; do

flock -n /tmp/beets.lock beet import /downloads;

sleep 300;

done"

restart: unless-stopped

Beets logs: (/downloads error: stdin stream ended while input required was interrupted. Resume (Y/n)? Import of the directory:)

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  * Running on all addresses (0.0.0.0)  * Running on http://127.0.0.1:8337  * Running on http://172.16.18.3:8337 Press CTRL+C to quit Connection to localhost (127.0.0.1) 8337 port [tcp/*] succeeded! [ls.io-init] done. 
/downloads/Confrontation [1983] (11 items)
 
  Match (100.0%):
 
  Bob Marley & The Wailers - Confrontation
 
  ≠ artist, album, media, mediums, year, label, catalognum, id, tracks
 
  MusicBrainz, CD, 1983, None, Island, UICY-3180, None
 
  https://musicbrainz.org/release/3a9d91ca-5438-4eed-9d59-5e140c666729
 
  * Artist: Bob Marley & The Wailers
 
  * Album: Confrontation
 
/downloads/Funkmaster Flex & Big Kap - The Tunnel (1 items)
 
Finding tags for album "Funkmaster Flex & Big Kap - The Tunnel".
 
  Candidates:
 
  1. 35.5% Funkmaster Flex & Big Kap - The Tunnel
 
             ≠ artist, album, mediums, ...
 
             MusicBrainz, CD, 1999, US, Def Jam Recordings, 538 258-2, None
 
  2. 15.8% Funkmaster Flex - 60 Minutes of Funk, Volume IV: The Mixtape
 
             ≠ artist, album, mediums, ...
 
             MusicBrainz, CD, 2000, US, Loud Records, 88561-1961-2, None
 
  3. 12.4% Funkmaster Flex - Funkmaster Flex Presents: The Mix Tape, Volume 1: 60 Minutes of Funk
 
             ≠ artist, album, mediums, ...
 
             MusicBrainz, CD, 1995, US, Loud Records, 07863-66805-2, None
 
  4. 12.2% Funkmaster Flex - The Mix Tape, Volume 3: 60 Minutes of Funk: The Final Chapter
 
             ≠ artist, album, mediums, ...
 
             MusicBrainz, CD, 1998, US, RCA, 07863-67647-2, None
 
  5. 11.4% Funkmaster Flex - The Mix Tape, Volume 2: 60 Minutes of Funk
 
             ≠ artist, album, mediums, ...
 
             MusicBrainz, CD, 1997, US, RCA, 07863 67472-2, None
 
➜ # selection (default 1), Skip, Use as-is, as Tracks, Group albums,
 
error: stdin stream ended while input required
 
Enter search, enter Id, aBort? Import of the directory:
 
/downloads
 
error: stdin stream ended while input required
 
was interrupted. Resume (Y/n)? Import of the directory:
reddit.com
u/Dramatic-Ocelot-8024 — 24 days ago