Retrieving a playlist file from HTTP Live Streaming (HLS) video streaming
I would like to take a look at the actual playlist file that gets transmitted from the server to the client when the client requests an HLS video stream. According to HLS specification, the Server must transmit what's called a "playlist." https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#page-7
I was thinking about using WireShark networking packet analyzer to intercept this file, but I am not sure how to do it.