holow29
holow29
I'm not sure that the "global directory" concept is the correct way of doing this. I will leave this here as a resource for anyone who wants to investigate further:...
I guess I should preface some of this discussion by saying I am unfamiliar with VLCKit, and I'm having trouble finding supported codecs for it. It appears there is a...
Please forgive the dumb question as I am truly out of my depth - does the profile builder need to be static? In other words, would a strategy of having...
FYI - Apple has updated this functionality with tvOS 16: https://developer.apple.com/videos/play/wwdc2022/110384/ Mapping profiles is deprecated because system will handle it. All the app needs to do is have `runs-as-current-user` because...
I think VLCKit should handle DTS just fine - VLC app for tvOS does at least. I don't think it should need to transcode. (I've been trying to work on...
Unsure about having files in multiple folders (which is what this issue was about according to the author), but for multiple versions of media inside the same folder, look at...
Jellyfin server issue: https://github.com/jellyfin/jellyfin/issues/3212 I think it is related to https://github.com/jellyfin/jellyfin/issues/1745, though
I believe the issue is that FLAC is not supported in mpegts container, which is why you see that error. You need to use fmp4 as the container instead. Transcoding...
If a client supports M2TS container (mpegts) and is trying to DirectPlay a BluRay (BD folder), will the server still pass the folder path or will pass something different like...
WebAuthn spec specifies maximum size of 64 bytes as far as I can tell: https://w3c.github.io/webauthn/#dom-publickeycredentialuserentity-id