Question
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?
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?
