Missing log files for HLS VOD
Hi to all,
I have an AMS 5.0.3 that streams vod videos using both RTMP for Flash-enabled browsers and HLS for iOS devices.
All RTMP accesses are logged in the access.xx.log files and there I can find all connect, disconnect, pause and seek requests and so it's possible to analyze the logs for finding out what portions of a video the users were watching.
Now, I'd like to do the same thing for the HLS accesses. Unfortunately they are not logged in the access.xx.log files or in any other log files of AMS.
The only entries I was able to find are in the Apache access logs. They look like this:
93.135.58.250 - - [16/Feb/2014:18:55:01 +0100] "GET /hls-vod/183147.mp4.m3u8 HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
93.135.58.250 - - [16/Feb/2014:18:55:01 +0100] "GET /hls-vod/183147.mp4.m3u8 HTTP/1.1" 200 8096 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
93.135.58.250 - - [16/Feb/2014:18:55:01 +0100] "GET /hls-vod/183147.mp4Frag1Num0.ts HTTP/1.1" 200 1654776 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
93.135.58.250 - - [16/Feb/2014:18:55:04 +0100] "GET /hls-vod/183147.mp4Frag1Num1.ts HTTP/1.1" 200 1564912 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
From this data I'm only able to find out which videos have been streamed at all but not what portions.
My questions:
- How do I setup AMS to log HLS accesses at all?
- If it's not possible to setup AMS, how could I setup Apache to get more informations?
Thanks
Hyper
