Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
firedragon852 #1
Access Plug-in doesn't work in Development Server
I have downloaded the Linux development version of the flash media server
version 3.0. Video streaming works fine.
I want to write a C/C++ access plugin to control accessing the video streams.
I changed adaptor.cpp that comes in the samples directory. I modified the
onAccess method to always execute pAccess->reject(). After compiling
libconnect.so, I put this file in /opt/adobe/fms/modules/access. I stop and
restart the server.
I would expect I cannot stream the videos. However, I can still stream them
with the access plugin enabled. There is no error in the log.
What have I done wrong?
firedragon852 Guest
-
Access Plug-in Function using GetInterface
Hi, I am new to Interapplication Communication in Acrobat SDK 9, Here in the document i found that using "GetInterface" we can access the... -
Does Acrobat Plug-In for Safari work on Intel Macs?
Even though my preferences are set to use Acrobat Standard in the browser, every PDF page uses Preview. Do I need to re-install Acrobat? OS X... -
Server control development
Dear Folks, I am developing a Header server control. as we know the header control is always going to be at the top of the web page. is there any... -
WS Interoperablity: plug-and-play, plug-and-pray, or plug-and-pry?
Hi- Are web services interoperable? The debate continues. The answer is yes and no. The real question is when, where, and how much. Here's a set... -
unable to access web page on development machine
I am trying to run a simple asp.net page using Visual Studio Net Pro 2002 and getting an error 403.1 Forbidden: Execute Access Forbidden. It... -
vgokhale #2
Re: Access Plug-in doesn't work in Development Server
Make your changes
Then clean the plugin if any previous samples were built using the command
"make -f Makefile.access access_clean"
Build the sample using command "make -f Makefile.access"
Copy the libconnect.so file to /opt/adobe/fms/modules/access
and restart the server
For more details on reject() method read flashmediaserver_plugin_dev.pdf and
flashmediaserver_plug_in_API manual present below documentation folder.
vgokhale Guest



Reply With Quote

