Christopher Hubbard

Results 31 comments of Christopher Hubbard

You could also try a true HD channel, and see if it is H.265 as well. It MIGHT be transcoding down to H264, but I doubt it. Just another thing...

Details on how I am running this, is that it is inside docker. /opt/locast2plex$ cat docker-compose.yml locast2plex: image: tgorg/locast2plex container_name: locast2plex ports: - "6077:6077" - "1900:1900/udp" restart: unless-stopped volumes: -...

I dont know if this is the cause of my problem, but it sure is interesting. Others have had timeouts and grief on Chromecast due to this setting. Mine was...

[https://github.com/SynoCommunity/spksrc/issues/2576](url) Looks like an issue that has been seen before in the community. I am not running Synology, but there appears to be a fix listed in that link.

I am not sure what no content means, I clicked on the link with both Firefox and Chrome, and the link is loading the pages fine. It is a closed...

Yep! had this happen when I was debugging getting locast2plex working.. Ended up chmod and chowning directory structures to the plex user, and that fixed the problem for me

The above fix appears to work correctly with ArgoCD build v2.4.6+a48bca0 with no additional changes needed... At least it appears to have worked properly. I am still kicking the tires...

I am also running into a road block with this issue as well. It does work if I run handbrakeCLI by hand with those args, so something oddball internally seems...

Hrm, this might be a good reason for the feature request that I made for different profiles.. Donno how much of a PITA it would be to code that into...

I guess I should clarify a bit. My scripts always have a help system, and an option to debug. Thats why I am attempting to add to the skeleton generation...