jeff-winn / plex-transcode-interceptor

Provides a transcode interceptor for the Plex Media Server
MIT License
3 stars 0 forks source link

Investigate the callbacks #11

Open jeff-winn opened 4 years ago

jeff-winn commented 4 years ago

The manifest name and progress url are obvious callbacks to the Plex web application.

Need to get the payloads in these APIs identified. Perhaps using a proxy that will intercept local host traffic?

jeff-winn commented 4 years ago

These callbacks likely need something passed in for authentication and authorization.

Simply executing the calls manually didn’t work.