Hello everyone 
Does anyone could help me to know the required parameters to create a transcode session ?
I looked this awesome topic and I have no difficulty to retrieve server infos (capabilities, active transcodes, etc.) with GET HTTP request (with NodeJS and Request)
The only thing that keep mysterious for me is the request “GET /video/:/transcode/universal/start.m3u8” for starting a new transcode.
Everytime I tried with mentioned parameters, I had this errors 
- Plex log file : “ERROR - Error parsing HTTP request”
- body var in the HTTP request : “400 Bad Request”
Does anyone already succeed to do it ?
Thanks !