2024-06-12, 04:41 PM
(This post was last modified: 2024-06-12, 05:37 PM by jellybro. Edited 1 time in total.)
Hi -
What is the purpose of 'Force transcoding of remote media sources such as Live TV' option in the Admin dashboard -> Users (pick user) context menu?
I notice that in the code, the comment related to this permission item seems to differ in nature a bit. They seems to point at location of the user vs location of the content.
https://github.com/jellyfin/jellyfin/blo...ionKind.cs
For context, I am having issues and trying to force transcode for live tv streams.
This option does not seem to work as I understand it should work. Details on the stream I'm using in attached issue.
https://github.com/jellyfin/jellyfin-tizen/issues/268
What is the purpose of 'Force transcoding of remote media sources such as Live TV' option in the Admin dashboard -> Users (pick user) context menu?
I notice that in the code, the comment related to this permission item seems to differ in nature a bit. They seems to point at location of the user vs location of the content.
https://github.com/jellyfin/jellyfin/blo...ionKind.cs
Code:
/// <summary>
/// Whether the server should force transcoding on remote connections for the user.
/// </summary>
ForceRemoteSourceTranscoding = 20,
For context, I am having issues and trying to force transcode for live tv streams.
This option does not seem to work as I understand it should work. Details on the stream I'm using in attached issue.
https://github.com/jellyfin/jellyfin-tizen/issues/268