SmoothFlow Deployment
Media Flow Controller Administrator’s Guide
268
Troubleshooting
Copyright © 2010, Juniper Networks, Inc.
Example fPlayerInternal.html
Troubleshooting
Media Flow Controller includes a trace facility to help diagnose the handling of a particular
HTTP request. The tracing is done by logging trace points, written to the Trace Log. A request
is traced if the following conditions are true:
•
The global trace flag is enabled via the CLI:
delivery protocol http trace enable
•
The HTTP request includes the X-NKN-Trace header; for example if using Wget:
wget --header “X-NKN-Trace:” <URL>
The HTTP modules detect the above conditions and set the flag “HRF_TRACE_REQUEST”
as well as other flags that direct each relevant module to log meaningful trace points.
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,0,0',
'width', '100%',
'height', '100%',
'src', 'fPlayerIn',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'default',
'wmode', 'window',
'devicefont', 'false',
'id', 'fPlayerIn',
'xml', 'smoothflow.xml',
'FlashVars', 'base_uri=162.19.162.39&video_name=sf-test/sf-comp-04&ext=.flv',
'bgcolor', '#000000',
'name', 'fPlayerIn',
'menu', 'true',
'allowFullScreen', 'true',
'allowScriptAccess','sameDomain',
'movie', 'fPlayerIn',
'salign', 'TC'
); //end AC code
}
</script>
<noscript>
Media Flow Controller URI-Prefix
Video Name
Summary of Contents for MEDIA FLOW CONTROLLER 2.0.4 -
Page 6: ...Media Flow Controller Administrator s Guide VI Copyright 2010 Juniper Networks Inc...
Page 24: ...LIST OF FIGURES XXIV Copyright 2010 Juniper Networks Inc...
Page 37: ...Copyright 2010 Juniper Networks Inc 37 PART 1 Media Flow Controller Administration...
Page 38: ...Media Flow Controller Administrator s Guide 38 Copyright 2010 Juniper Networks Inc...
Page 285: ...Copyright 2010 Juniper Networks Inc 285 PART 2 Media Flow Controller Command and MIB Reference...
Page 286: ...Media Flow Controller Administrator s Guide 286 Copyright 2010 Juniper Networks Inc...