Search code examples
androidandroid-studiodebuggingcurlexoplayer

Where to find the cURL for a network request


I need the cURL for a network request for an exoplayer HLS stream. I am trying to debug a 404 error that is occurring in the handshake with AES encryption on the stream file. I need the cURL to debug the call


Solution

  • Used this dependency - https://github.com/grapesnberries/Curl-Logger-interceptor Add this to your retrofit instance on the call you want to log the CURL