Jump to content

Identify and stop transcoding started by system api key


Recommended Posts

pünktchen
Posted

@Luke @softworkzIs there any way to identify and stop a transcoding session that was initialized by a system api key? Preferable within C#.

Posted

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.

Posted (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 by speechles

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...