Event inform us that user has gotten a playlist.m3u8 or a chunklist.m3u8, or a file.ts

Howdy ,

I want to ask about :
which event inform us that user has gotten a playlist.m3u8 or a chunklist.m3u8, or a file.ts .
I knew that for a playlist.m3u8 we can use “onHTTPSessionCreate”. but what about the others?

Thanks in advance

Hello,

You can try adding the following property to your VHost.xml to enable more detailed logging of player requests:

<Property>
    <Name>httpAdapterDebugLog</Name>
    <Value>true</Value>
</Property>

This will log the client’s GET requests, but they won’t log the server’s response itself. This should give you the information you need to track which files are being requested.

Regards,
Vihari