-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLAC play bug #538
Comments
Help support in the forum only https://forums.plex.tv/tags/plexconnect |
@moodyblue it's not a support question. It's a bug. |
I feel more confortable handling this on forum, where I can request support from others if needed. Also forum has higher visibility. |
PlexConnect and iPad4 both use iOS profile. But FLAC files are transcoded to hls/aac in iPad, and to http/mp3 in PlexConnect. This can be solved, probably, through profile augmentation in PlexConnect. I'll give it a try. |
One question: FLAC is a lossless codec that needs to be transcoded to ATV3. In theory it should be transcoded to ALAC to preserve quality. But it's faster transcode to AAC. Would this be acceptable ? Most people use lossless codecs to preserve original quality but do not have hi-fi amplifiers (and/or loudspearkers) connected to the ATV to be able to enjoy that full quality. Transcoding into ALAC may be a problem for Plex users with not so powerfull plex servers. The ultimate solution would be the creation of a new transcoding parameter for FLAC (in music files, or in music tracks of video files), as I've done for Dolby Digital. I have AAC transcoding of FLAC music working in my home testing environment. I did not test if Plex can transcode into ALAC. |
My latest commit fixed the problem if you play just one file. But if you play two or more files what happens is the following:
From PMS logs, the transcoder task of the 1st file is killed when PlexConnect asks the following file. Looks like this is a problem with transcoding parameters to avoid the kill. |
I unfortunately stopped using PlexConnect and AppleTV entirely. But, nice to see you made some progress, well done! |
It seems that flac files stop playing after a few seconds. It doesn't seem to be a problem when I use the Plex app on iOS or Android. But using my AppleTV over PlexConnect it stops after a few seconds and doens't show the playback time correctly.
What debug logs or something can I supply to help fixing this?
The text was updated successfully, but these errors were encountered: