2023-07-12, 04:32 AM
Glad you worked out the color issue.
It looks like it tried to direct play, but had to transcode for some reason. It's not clear from the server logs why there was a direct play error. Client side bug?
Can you tell us a bit about your server? Your client is on a Mac, but your server appears to be linux with a Nvidia GPU? What are the full specs of your server?
The ffmpeg logs indicate that transcoding is happening fast enough, but I wonder if it is struggling to transcode AND serve the transcoded files.
Code:
PlayMethod=Transcode, TranscodeReason=DirectPlayError )
It looks like it tried to direct play, but had to transcode for some reason. It's not clear from the server logs why there was a direct play error. Client side bug?
Can you tell us a bit about your server? Your client is on a Mac, but your server appears to be linux with a Nvidia GPU? What are the full specs of your server?
The ffmpeg logs indicate that transcoding is happening fast enough, but I wonder if it is struggling to transcode AND serve the transcoded files.