-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Apple TV not playing audio correctly #1016
Comments
I guess i got similar issue, when playing the videos, audios not sync with the videos |
Issue indeed seems a lot like #723 I hope someone manage to build Swiftfin with a newer version of VLCKit as this issue was resolved with newer versions of libVLC. Swiftin is still build with an older version of VLCKit still having audio channel issues. UPDATE: |
Good news. Audio works perfectly using VLCKit 3.6.0b11 on all channels with 5.1. 😄 VLCKit 3.5.1 however still has the same audio problems as described here, in #663 and #723 You need to modify the Cartfile to point to two json so it can request the newer VLCKit 3.6.0 sources. e.g.;
The audio channel issue was fixed somewhere in VLCKit 3.6.0 which is currently also used in the official builds of VLC for tvOS. Building this with Swifin from Main branch however still has a lot of (known) interface issues including the video overlay not showing in full screen. So to really get this issue resolved Swiftfin needs to be build on VLCKit 3.6.0 and also some interface issues nee to be resolved within Swiftin. |
Wow thats cool, swftfin team need to rebuild the project then resubmit to
store 👍
*Raditya Kurnianto**iOS Developer*
*linked.in <https://id.linkedin.com/in/radityakurnianto>*
…On Fri, 26 Apr 2024 at 02.31 J0riz ***@***.***> wrote:
Good news. Audio works perfectly using VLCKit 3.6.0b11 on all channels
with 5.1. 😄
VLCKit 3.5.1 however still has the same audio problems as described here,
in #663 <#663> and #723
<#723>
You need to modify the Cartfile to point to two json so it can request the
newer VLCKit 3.6.0 sources.
e.g.;
{
"3.6.0": "https://download.videolan.org/cocoapods/unstable/MobileVLCKit-3.6.0b11-fbffb2f1-6d82c5af.tar.xz",
}
{
"3.6.0": "https://download.videolan.org/cocoapods/unstable/TVVLCKit-3.6.0b11-fbffb2f1-6d82c5af.tar.xz"",
}
The audio channel issue was fixed somewhere in VLCKit 3.6.0 which is
currently also used in the official builds of VLC for tvOS.
Which explains no one has big audio channel issues anymore using the VLC
app.
Building this with Swifin from Main branch however still has a lot of
(known) interface issues including the video overlay not showing in full
screen.
So to really get this issue resolved Swiftfin needs to be build on VLCKit
3.6.0 and also some interface issues nee to be resolved within Swiftin.
—
Reply to this email directly, view it on GitHub
<#1016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AINHW3GCWNNGPR4CW6QYDN3Y7FK2TAVCNFSM6AAAAABF7DQWC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYGAZTGMZYGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
When playing Blu-ray rips (h.264 video, DTS audio) surround sound only comes through as 2 channel. Once transcoded to AAC with Handbrake, 5.1 surround plays as expected, but only with "Native Player" turned on under 'Experimental Features'. If 'Native Player' is left off no audio plays at all.
VLC app on Apple TV plays surround correctly, leading me to believe it's not due to libvlc (issue #663). The closest other bug report I've found is issue #723 .
Application version
1.0.1(70)
Where did you install the app from?
App Store
Device information
Apple TV 4k (Model No. A2843)
OS version
TVOS 17.4 (21L227)
Jellyfin server version
10.8.13
The text was updated successfully, but these errors were encountered: