pünktchen 1345 Posted Monday at 09:47 PM Posted Monday at 09:47 PM @Luke @softworkzIs there any way to identify and stop a transcoding session that was initialized by a system api key? Preferable within C#.
bakes82 155 Posted Tuesday at 04:49 AM Posted Tuesday at 04:49 AM No because not all clients honor the commands iirc, and emby doesnt seem to be able to control the spun up thread of the transcoder which seems very odd... You can hook into on playback start and look for the info you want then issue the stop commands, iirc roku devices ignore them as they dont support remote control.
speechles 2000 Posted yesterday at 12:46 AM Posted yesterday at 12:46 AM (edited) https://dev.emby.media/reference/RestAPI/HlsSegmentService/deleteVideosActiveencodings.html Not sure of the C# hook to trigger the same call. But that is what you need to do. Requires authentication as user <-- I know it says this but try putting the api_key with it instead and see if that works since it isn't tied to a user. Edited yesterday at 12:50 AM by speechles
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now