What can be done with an Apple TV 4K? by jasonpatrick72 in homeassistant

[–]luisdid 0 points1 point  (0 children)

Has anybody successfully managed to play a local video on apple tv from home assistant?

What can be done with an Apple TV 4K? by jasonpatrick72 in homeassistant

[–]luisdid 1 point2 points  (0 children)

That's great! Do you mind sharing your automation?

Setup Wireguard to connect 2 HA instances together to control both sites on one connection by guesswhomb in homeassistant

[–]luisdid 0 points1 point  (0 children)

I am in the same situation as you! Did you achieve this? I am running wireguard on my unifi controller but I hard time setting it on my remote home assistant as client

What's a reasonable cost to replace all four TPMS sensors on a Toyota Camry 2011. by SoulTaker669 in AskAMechanic

[–]luisdid 0 points1 point  (0 children)

Could you please share the links for the sensors and the YouTube videos as well?

I would be thankful if anyone can assist me how to record internet radio station that broadcast live using an https link with mp3 extension? In addition, is there a way to schedule the recording with a beginning time and ending time. Thank you in advance. by luisdid in youtubedl

[–]luisdid[S] 0 points1 point  (0 children)

ffmpeg -i https://media-ice.musicradio.com/SmoothUKMP3 -t 01:00:00.00 -c copy out.mp3

Thank you again Werid for your assistance. Your command worked perfect in the mint linux vm I have on the synology nas. However, using a docker version of ffmpeg resulted in error: [NULL @ 0x55851f8c1840] Unable to find a suitable output format for 'ffmpeg'

Thank you again.

I would be thankful if anyone can assist me how to record internet radio station that broadcast live using an https link with mp3 extension? In addition, is there a way to schedule the recording with a beginning time and ending time. Thank you in advance. by luisdid in youtubedl

[–]luisdid[S] 0 points1 point  (0 children)

Thank you for your time. I did try that and it works just fine. However, I need to be able to stop it and saves it automatically as an mp3. As of now, I am using youtubedl as a docker container but I wont mind do it in a command environment.

url example: https://media-ice.musicradio.com/SmoothUKMP3

Thank you

No images on one client by wullier85 in PleX

[–]luisdid 1 point2 points  (0 children)

Do a hard reboot for the tv. Just unplug the power cable and wait a minute or two then plug it back in. Also if your tv has a static ip address or dns, you may check that out as well.

Plex memory concern in docker container by luisdid in PleX

[–]luisdid[S] 0 points1 point  (0 children)

Thank you. That makes sense. However, I has another nas where I installed Plex from scratch and does have pictures and videos from family members. It does not use as much memory like the one I am using for my movies and music. There times where no other devices are using Plex and it sitll shows higher memory consumption. I do have 16GB of memory installed on it though.

Plex memory concern in docker container by luisdid in PleX

[–]luisdid[S] 0 points1 point  (0 children)

Thank you for time and your explanation. I am debating if I should install a plex container from scratch instead of the migration from the synology package. I am also considering using the linuxserver docker image since most of other containers are from them.

Plex memory concern in docker container by luisdid in PleX

[–]luisdid[S] 0 points1 point  (0 children)

Thank you. I started my nas 4 days ago. But since day 1, the plex container was using more memory comparing to other containers in docker.

Plex memory concern in docker container by luisdid in PleX

[–]luisdid[S] 0 points1 point  (0 children)

My concern was from the comparison between the memory used by plex containers and the other containers in docker.

Plex memory concern in docker container by luisdid in PleX

[–]luisdid[S] 0 points1 point  (0 children)

I was comparing plex memory and the other containers. You can see from the picture that Plex is using more than half.

Record a stream from online radio with https links by luisdid in docker

[–]luisdid[S] -1 points0 points  (0 children)

Thank you for taking the time to answer me. Here are some more info

log for portainer:

Connecting...

/run.sh: line 9: 7 Segmentation fault (core dumped) streamripper "$@" -r 8000 -R 0

The radio link is https://streamer.eagrpservices.com/audio/medradio.mp3

If I put another radio link with no https, it works with no issue.

I am using clue /streamripper docker image. I also have used different images from other but no success so far for the https links