SmoothFlow Deployment
Example fPlayerInternal.html
<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>
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.
268
Troubleshooting
Media Flow Controller Administrator's Guide
Media Flow Controller
Copyright © 2010, Juniper Networks, Inc.
Video Name
URI-Prefix
Need help?
Do you have a question about the MEDIA FLOW CONTROLLER 2.0.4 - ADMINISTRATOR S GUIDE AND CLI and is the answer not in the manual?