Forum Discussion

dyobbs_25515's avatar
dyobbs_25515
Icon for Nimbostratus rankNimbostratus
Jan 02, 2013

Filtering http video traffic

team hi,

 

Im working on a customer and wanted to segregate http video traffic ( youtube, trailers.. etc) against normal http browsing traffic, how do i do this?

 

Will URI detection be ok?

 

Many thanks!

 

3 Replies

  • How are you going to segregate? Will you need to do so based on the request or the response?
  • Steve hi, based on request coming from the user.

     

    If let's say the user accessed an HTTP content that can be FLV, MOV, MP4, WMV or any known web video formats.

     

     

    How is the case if this is a response?
  • In a response you could check the value of the Content-Type: HTTP header. However, how you plan to segregate the traffic will dictate whether you check the request or response.

     

     

    You could also check the Accept: HTTP header in a request to avoid checking URIs but you'd need to capture some traffic (or headers with a browser add-on) to confirm what the relevant header values are.