What I want to do is to view all the requests the media player sent to the Apache web server (streaming video using HTTP), what is happening when you seek/pause the video.
|
feedback
|
migrated from stackoverflow.com Aug 31 '11 at 8:51
This question came from our site for professional and enthusiast programmers.
|
I think
and use | |||
|
feedback
|
|
The standard log files will show you most of what you are looking for already. If "the media player" uses range requests, you can get this logged too by adding directives to your log format (%{Range}, %{Content-Range}). mod_security can capture a lot more information about the exchanges. | |||
|
feedback
|