Deploying into a video management system

Flash Interactive Media Server seems to be an amazing product, but is it all just hype?
I see plenty of tutorials and scenarios on how to grab the video from a flash player and stream it.
But would I would like to see are content management systems that tie into fms.
Does anyone have any suggestions or samples of doing such a thing?
Thank you for your time,

FMIS (the interactive edition) is capable of communicating with most http services. Assuming your CMS has an HTTP service exposes the required methods, your FMS application can consume data from and post data to that service.
There are a number of options... LoadVars for http get/post, XML.send/load/sendAndLoad, SOAP, XML Sockets, and NetServices for remoting. The best option depends on what your CMS supports (or what you plan to make it support)
If you can clue me in what the existing CMS supports (what services it exposes), I can make some suggestions.

Similar Messages

  • DSM service is not deployed in managed system

    Hi pros,
    in our system landscape, we installed DSM&BRFplus instance and multiple SAP ECC systems. The purpose is to use DSM to deploy BRFplus services to managed systems. However,
    When deploying BFFplus functionsto a managed system via DSM. Although in DSM it says the function has been deployed successfully. But when checking in the managed system (via program "FDT_GENERATION_TOOL"), no functions were generated.
    As a result, in the managed system I can not use API to invoke any BRFplus service. Can anyone help on this? I have checked RFC destination setup and added managed systems.
    thanks

    Hi Nisha/Vikram,
    Thanks for your reply. I have executed above command as per the note 1907909.But again I am able to find the agent when I am executing step4 of managed system configuration (assign diag agant). I checked the error log in agent admin and I could find below error.
    CIM_ERR_FAILED: User credentials are invalid or user is denied access <WBEMHttpRequestSender.java:398:newCommunicationException()>
    For this I found that "slddsuser" is getting locked time and again.I am not aware as why this user id is getting locked repetitively.
    Incorrect client ID. The stub is not connected yet.
    Nested exception
    is:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot make connection.
    <P4ObjectBrokerClientImpl.java:726:getException()>
    Unexpected exception.
    Nested exception is:
    com.sap.engine.services.rmi_p4.P4IOException: InterruptedException while
    waiting fot the message.
    <P4ObjectBrokerClientImpl.java:739:getException()>
    Diagnostics agent is not connected to solution manager server,
    connection status: DISCONNECTED
    <SMDJNDILookupAgentSideImplementation.java:120:_lookup()>
    Object not found in lookup of SMD_DataEnrichment_Registrator.
    <ServerContextImpl.java:652:lookup()>
    No
    connection with the server. <ClientContext.java:2835:close()>
    Please Suggest
    Thanks
    Aditya Roushan

  • Elearning suite to Learning Management System (LMS) - how-to from an InDesign file?

    We need to be able to export InDesign files to a portable SCORM format that could be loaded into various Learning Management Systems (LMS) – however, it is not obvious how we would do this? We need to publish our documents both in a book\PDF format and to various LMS systems such as Blackboard, Moodle, Angel, Desire2Learn, etc.
    What am I trying to accomplish? Many of our College and University clients use Learning Management Systems (LMS).  SCORM is a standardized interchange format used to provide internet ready information (e-book data, test questions, etc.) to any LMS systems. We need to export formatted InDesign documents – which for us are our Lab Manual (book) publications which include: text, graphics, pictures, etc.
    Adobe advertises SCORM compatibility as part of its e-learning suite: http://help.adobe.com/en_US/elearningsuite/els/extensions/WSD40882CF-6 C5C-46c0-8D51-273830EB036B.html --- however, I cannot find anyone who can tell me how to get there from InDesign.
    In addition, I find it very frustrating that after many calls to Adobe sales and technical staff that I can't find anyone who can help me with the details of how to get from InDesign to Adobe's "SCORM Packager"  See: http://blogs.adobe.com/captivate/2009/01/scorm_packager.html which I believe is a part of the e-learning suite.
    Is it possible to find a high level technical resource within Adobe that I could talk to who could help me with this issue --- we need to test the ability to produce SCORM compatible files from our InDesign files before we can make a purchase decision.

    Adobe's Multi SCORM Packaging tool is designed to take existing single SCORM packages (in zip file format) and merge them into a multi SCORM package with a rewritten imsmanifest.xml file at the root level to tell the LMS what the package contains.  This allows the LMS to build the array of links that its SCORM player requires to allow the course user to navigate from one module to another.
    So if InDesign is not currently capable of creating even a single SCO SCORM package, the Adobe Multi-SCORM Packaging tool is not going to be much use to you.
    In reality, the Adobe tool is quite limited in functionality.  It's more designed as an add-on for Captivate to allow multi-SCORM courses to be created. Your best bet would probably be to investigate other SCORM packaging tools such as RELOAD that allow you to take content created elsewhere and add them to a SCORM package as resources.
    You may need to export your InDesign content as PDF files and have these set up as individual resources or assets in the SCORM package.
    However, for any of this to work with an LMS is going to require the final package to have a SCORM API (done with JavaScript) so that user interaction with the individual components of the course is relayed back to the LMS via JavaScript variables.  Packaging tools such as RELOAD may be able to do this with some types of content (e.g. HTML) but I don't know if InDesign output is going to be compatible with this approach.
    Have you designed your InDesign course content with interactivity in mind, or is it just straight content delivered in a documentation format?

  • Function deployment into a BI System from Source system

    Hello Experts,
    I am facing a problem while trying to deploy my function into the destination system. I have followed the process as described in the following link:
    Decision Service Management Decision Service Deployment Part II
    But somehow, I am facing problems. The error message is as below:
    Does anyone have some idea where the problem could lie?
    FYI: I am using the DSM and BRFplus in NW7.4 and trying to deploy the function into NW 7.3 system.
    Thanks in advance.

    Hello Mr. Ziegler,
    here are the details:
    I have two dates Infoobjects: 1. Start   2. End
    In BRFplus, I have created 3 elements(Timestamp - Date type) with DDIC binding with Infoobject.
    I want to calculate the difference of these dates and feed this to another Infoobject in SAP BW.
    In the transformation routine, I want to apply this "code generator" code and invoke the BRFplus function. Here is the code I am using:
    CONSTANTS:lv_function_id TYPE if_fdt_types=>id VALUE '005056935F591EE3AAD696198F42A8D6'.
      DATA:lv_timestamp TYPE timestamp,
           lt_name_value TYPE cl_fdt_brs_processor=>t_name_value,
           ls_name_value TYPE cl_fdt_brs_processor=>s_name_value,
           lr_data TYPE REF TO data,
           lo_processor TYPE REF TO cl_fdt_brs_processor,
           lx_fdt TYPE REF TO cx_fdt,
           la_zsrtdt TYPE if_fdt_types=>element_timepoint,
           la_zendt TYPE if_fdt_types=>element_timepoint.
      FIELD-SYMBOLS <la_any> TYPE any.
      GET TIME STAMP FIELD lv_timestamp.
      lo_processor ?= cl_fdt_brs_processor=>get_instance( iv_function_id          = lv_function_id
                                                          iv_processing_timestamp = lv_timestamp
                                                          iv_trace                = abap_false ).
      ls_name_value-name = 'ZSRTDT'.
      la_ZSRTDT-date = SOURCE_FIELDS-/BIC/ZRT_SRTDT.
      GET REFERENCE OF la_ZSRTDT INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
      ls_name_value-name = 'ZENDT'.
      la_ZENDT-date = SOURCE_FIELDS-/BIC/ZRT_ENDT.
      GET REFERENCE OF la_ZENDT INTO lr_data.
      ls_name_value-value = lr_data.
      INSERT ls_name_value INTO TABLE lt_name_value.
      lo_processor->get_data_object_reference( EXPORTING iv_data_object      = '_V_RESULT'
                                               IMPORTING er_data             = lr_data ).
      ASSIGN lr_data->* TO <la_any>.
      TRY.
          lo_processor->process( EXPORTING iv_data_format = CL_FDT_BRS_PROCESSOR=>GC_DATA_FORMAT_ABAP
                                           it_name_value  = lt_name_value
                                 IMPORTING ea_result      = <la_any> ).
          CATCH cx_fdt into lx_fdt.
      ENDTRY.
    Deployment of the Function into the managed system shows no error at all.
    Is there a way to see if at all this deployed function is available in BW (or the managed system)?

  • Migrating Third Party Document Management System into SAP EP KM

    Hello Everyone,
    We are having a requirement to Migrate the documents from Third Party (Intraspect) Document Management System into SAP Enterprise Portal KM.
    Documents in Intraspect are storing in Oracle Database. Our requirement is to Mirgrate the documents from Intraspect database to Portal KM Database.
    Please suggest that how we need to approach in Migrating the documents and permissions from Intraspect to KM.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi,
    Our requirement is to migrate the documents from intraspect oracle database to KM database.
    Please suggest how the migration happens from database to database. And also suggest whether this will effect the performance of portal as the intraspect database having very high volume of documents.
    If you have any links or any documents on this, please provide me.
    Thank You.
    Regards,
    Sridhar.
    Edited by: SridarReddy on Jun 4, 2009 1:36 PM

  • Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Only Endnote is integrated with Pages. How other reference manager systems work, i do not know but that are not integrated with Pages.

  • Can SNTC inventory data be automatically fed into an existing Asset Management system such as Altiris?

    Can SNTC inventory data be automatically fed into an existing Asset Management system such as Altiris?  Thanks.

    Hi,
    At this point in time we do not expose a mechanism to facilitate an automatic push of data to external systems.
    Bobby

  • Compatibility issue between your power management system and Windows 8.1

    I have purchased a new Lenovo Ideapad S410 and have this problem.
           Compatibility issue between your power management system and Windows
           It also gives a message "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. (100% complete)
           If you'd like to know more, you can search online later for this error:
    VIDEO DXGKRNL FATAL ERROR
    Please help! My laptop is only 5 days old.

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • I can not make a "Automated Installation of the Introscope Agent" (Managed System Configuration, p.7)

    I can not make a "Byte Code Adapter Installation"
    When I open meets both paragraphs in step Managed System Configuration is somewhat obscure situations that do not allow the automatic configuration Introscope agent and Introscope Manager
    Please help to resolve a number of questions that might help me complete the setup :
    1. Why has the status of Enterprise Manager : <No Enterprise Manager configured> ( see picture)
    I set up Enterprise Manager in accordance with the installation instructions and complied with all the setting items . Since without any configuration can be associated with the appearance of this status ?
    2 . Why Server Node is empty detail settings ?
    JDK Location: 
    Enterprise Manager Host: 
    Enterprise Manager Port: 
    Introscope Agent Name: 
    Introscope Agent Profile: 
    Autoprobe Directives: 
    Wily Version: 
    Introscope Agent Version: 
    Introscope Agent Log Location:
    3 . What a mistake ($ MC: DIAG_WILY_MSG: 032 : L), which appears when I click configuration "Configure Introscope Agent Setup ...", and what it can be linked ? ( see picture )
    And the last question , which is also linked to the process of automatic configuration and refers to a phrase from the instruction (Introscope Version 9
    Installation Guide For SAP July 2012) points out "Automated Installation of the Introscope Agent via SMD"
    there is such an item:
    2 . Deploy ISAGENTJ5 *. SCA which is the Introscope Java Agent 9 with SDM to Solution Manager. You may need to deploy also ISAGENT *. SCA which is Introscope Java Agent 8.
    However, nowhere does it say where exactly ( on what the absolute path ) I must perform unloading and then what to do with this discharge

    The problem was resolved a small manipulation - on stage Basic Configuration,
    point 3 "Configure CA Introscope"
    I forgot to add to the list of CA Introscope Enterprise Managers link to my manager.
    Thus it is necessary to take into account that the path should be correct (usually for linux - /usr/sap/ccms/apmintroscope) and the directory should be applied appropriate privileges.
    Then in paragraph "Byte Code Adapter Installation" - there are all the necessary data, and it starts to work correctly

  • Video Monitoring System

    I have just downloaded the Cisco Video Monitoring System. The look and feel are GREAT! BUT... I cant seem to figure out how to make it work for me
    I have 2 monitors i would like the Cisco Video Monitoring System on SCREEN #2 not Screen #1.. and there are no setting in the program to make this happen or at least i have not found one. I have tried to run the program with the argument -window and it does not seem to respond to that does anyone have a work around for this? to make this program work for me i must be able to work on screen 1 and have the cisco monitoring program on screen #2 Please help!!!!! ASAP

    I am not 100% I understood the question so let me restate it to be sure.
    You have a IP based video camera and you want to know if you can use a dynamic DNS service to remotely manage/view the camera.
    As long as the video camera is IP based then the use of a dynamic DNS service to remotely access it is possible.  In order to do this there are a couple critical steps to make sure happen.
    1) Setup the camera so it can be accessed locally via a static IP
    2) Configure your border router, for SMB this is usually the firewall, to forward the correct traffic to the camera.    If you only have 1 global ip address then you may want to look at PAT aka NAT overloading.  If you have multiple global ip adddress' then using 1 via NAT is probabally your best option.  Make sure that when your doing this step you also create the access-list rules to allow the traffic to pass.
    Now steps 1 and 2 is what you would normally do for any connection from outside the office.  The next step is where dynamic DNS will come into play.
    3) Setup your dynamic DNS entry.  This step will vary from vendor to vendor but generally the people who use a Dynamic DNS service only have 1 Dynamic IP address.  If this matches your situation then you can place the dynamic DNS client, or whatever the service uses to identify your current ip address, on a workstation or server that is using the same global ip as the camera.  Normally this means anywhere, but if you have more than 1 dynamic global address then be aware of where it is going as you don't want the wrong ip populated for dynamic dns.
    Now your done.  You should be able to go to access it from your dynamic dns entry i.e. securitycam.dynamicdnsservice.com
    Cisco is currently donating money to the Haiti earthquake appeal for every rating so please consider rating all helpful posts.

  • Small Business Video Monitoring System SWVMS16 - Preset Point Deletion Issue

    When using the Video Monitoring System with a PVC-300 camera, I created a Preset Point with the name "Bev and Al's Place"  The apostrophe has caused issues.  The preset point will not work, and now I cannot get rid of that preset point.  I have tried using the single clear preset point option, the "clear all" for preset points, plus uninstalled the Video Monitoring System, deleted all the files that I think were related to the software, plus removed the registry variables that comprised the preset point that I found in there.
    Any Ideas as to how to get rid of that preset point?  There must be a file that is lurking around or some other registry setting?

    Hey Dave,
    Thanks for looking into this, but this is not the case.  I did not mention that I did a camera reset to factory on the configuration too, thus wiping out all the presets that were on the camera too.  The only place that still has presets configured now is in SWVMS16 and I have only one right now and that is the one that I cannot delete.  What is also interesting is that when I configured the preset as "Bev and Al's Place"....the preset is listed as "Bev and Al"...it dropped all the characters after the apostrophe.
    There has to be a file or registry that is picking this up.  I did reset the camera to factory, uninstalled the SWVMS16, removed registry settings that contained the presets, and deleted all data and program files too that were related to SWVMS16.
    After, what I thought I cleaned up all the files, I reinstalled only the SWVMS16 software and not the camera installation wizard, and the management software found the camera and when I clicked on presets within SWVMS16, the one still remained, "Bev and Al".  There has to be a registry setting or a file in an obscure location that is holding onto this data.  Just haven't found it yet.
    When I opened a web page to the camera directly, there were no presets in the list there. 
    Still no solution to this issue.  Looks like a defect in using the apostrophe in preset list names.

  • I'm looking for a document management system

    Hi there,
    I'm looking for a way to organize, sort, and make searchable about 1200 Microsoft Word Documents. The way our company uses them is to search for individual documents, and also to group them to create customized packets that are used for training.
    Once a group is created, I need a way to print easily. The other problem is that 60% of the documents are designed for learning so they have an instructors filled in part, and a learners blank part.
    Question 1: Should I separate each document, make the instructor version a separate file? Today, it is one file, with page 1 for the instructor and page 2 for the learner (some docs have more than one page.
    Question 2: Does anyone know of a web plugin or app that will take a collection of word documents, and automatically combine them into 1?
    2 years ago, we created a php searchable system and uploaded all docs into it. It workds pretty well for organizing, searching, grouping, and adding comments about the docs... BUT when it comes time to print, it only downloads a folder filled with all the SEPARATE word files. They are numbered, but because they are not one doc, page numbering is a bear, and each doc has a instructor and learner page... for printing, the trainer needs to tell the office staff which page to print for each handout. the instructor copy or leaner copy. Once a master is made, we photocopy it. So the question: Is there an easier way to create 1 file with all the pages? Like convert to PDF or to a single MS Word document?
    Any suggestions are welcome!
    PS: while we are an all mac shop, we do have a dedicated webserver running linux that we could use.
    PPS: I will have interns this summer, so if the solution involves converting all of our MS word docs into something else like pages, I'm all for it...

    It sounds to me like DevonThink might just replace the php system that you already have.
    One way to tackle this might be to look at automating the combining process, rather than changing the overall management system. Various thoughts:
    If the docs were pdfs, a program like CombinePDFs would let you drag and drop all the files onto a screen, re-order them if necessary, and then hit Merge (actually, I think Preview would let you do this, in Leopard). That might help. However, I don't think it would put on page numbers.
    I'm pretty sure Acrobat would let you combine the PDFs and add page numbers, or perhaps take the combined pdf file and just add page numbers to that. (Not sure if this might require Acrobat for Windows)
    Alternatively, you could tweak the docs themselves so that they use a form of chapter numbering, eg: "PDF Introduction-1, PDF Introduction-2" and "PDF-Advanced-1, PDF-Advanced 2" and then not worry about the page numbers. I wouldn't exactly recommend this, as it's pretty useless to say "turn to page PDF-Intermediate 3" and have people find that page, but it's been done.
    Since they are already Word docs, though, it might be best to stick with Word. Word 2008 has Automator and Applescript, and it should be possible to write an Automator or Applescript such you just drop the documents on an Automator app, and it combines them, adds or updates the page numbers, maybe creates a Table of Contents, and spits out an assembled document.
    That said, I don't know how to do that. There is a Combine Word Documents automator action, certainly. You could try asking over in the Word forums:
    http://www.officeformac.com/ProductForums/Word/
    Or here's a macro that should work in Word 2004 (but not 2008)
    http://www.gaebler.com/How-to-Combine-Multiple-Word-Documents-into-One-Document. htm
    This will work best if all the docs are formatted consistently, based on the same template. If they are not consistently formatted, then the formatting will probably change when you combine them in Word, and that would be an argument for converting them to PDF before combining them. It should also be possible to create an Automator action that will convert all the docs in a folder to PDF.
    I doubt there is going to be anyway to automate the instructor/learner copy--someone will have to do that manually, but it does suggest that if you create separate files for each one, it will be easier to do the search, download the found files from the resulting folder, and then manually just delete the learner file from the folder rather than having to open up the instructor file and delete part of it.
    So, some potential experiments to try. Hope that helps.
    Automator to convert the docs to PDF and then Acrobat to combine and number the pages might be your best bet.

  • I can no longer edit my custom content management system using Firefox

    Hello,
    I work for the University of North Carolina. We have a very old custom content management system that is built in Oracle (UCM). When logged in, it has little edit buttons that allow you to click on items and launch edit windows. I don't know what's behind that -- it's not Java. I'm thinking javascript? All I know is that since the Firefox upgrade to 13.0.1, the edit buttons no longer display, and the sites are not editable.
    So far, the only way we've been able to allow people to edit their sites is by forcing them to use IE9 in compatibility mode. All other browsers fail for various reasons. Firefox is our workhorse browser, but we're desperate to have Firefox back.
    I understand we also have some problems with our Remedy application -- not sure what's happening, but it's also no longer functional in Firefox. I'm wondering if there is a patch in the works that will address these issues?
    BTW, it sounds a lot like this issue here: http://support.mozilla.org/en-US/questions/930042

    Drat... So, we tried taking out the javascript entirely. No real change, except lightbox actions would not function. Then, we tried referencing a different javascript version. No difference, except that lightboxes and Carousels still would not function.
    To see if the $ error was universal across all of our sites, I logged into four or five other UCM sites. None of them threw the $ error, only the Art site. What's interesting is that for all sites, you can see editable areas if you look for them (e.g. mouse randomly around the areas where there used to be buttons to click on), but the icons continue to not show up.
    The warnings coming from the console seem fairly benign, and it's only the Art site that throws a definite error. The only thing that seems consistent across all sites is the warning: "server does not support RFC 5746, see CVE-2009-3555".
    Any other thoughts? I'm not sure a guest logon would help, but I can certainly pursue that line of action if you'd like to dig a little deeper.
    Thanks in advance,
    - Veda

  • In solution manager system not showing all the system in SLD

    Dear Gurus,
    During the installation of solution manger sysyem i selected as a Central SLD as solution manager
    Later installed ECC 6.0 and EP systems selected SLD as solution manager system during the instllation.
    If i login in to http://hostname:50000/sld (solution manger system) and the screen also not showing all the options also. some options missing in the tab. Wat I need to do to see all the options clearly.
    It is not showing all the systems if i check in EP and ECC for SLDCHECK it is not givng any errror.
    But if i login into solution manger not  able to see all the system in SLD.
    Regards

    Thanks for reply
    it is not showing all the systems

  • SAP NW 7.4 as java system sync with solution manager system 7.1 issue

    Dear all,
    I have installed SAP NW 7.4 system SP level is SP5 ,after that i have cheked in service marlket palce Now service market plkace latest SP level SP7.
    For manula downlowd( directly from service market place) is difficult for java system and i have started sysnc with solution manager system to download patches through MOPZ.
    Below are the activities completed:
    1) Through template installed I have rgeisterd the system into Solman SLD.
    2) Sync completed succfully exact product version is shwoing in solman SLD
    3) after that I have checked in SMSY and LMDB its showing prefectly
    4) But in SMSY its shwoing only under technical system,not showing product systems
    5) I have assigned in product system in LMDB
    Now the issues while selecting the system group and logical componensts I have created one logical componnets -but in that SAP NW 7.4 is not showing and I have assumed SAP NW 7.3 EHP1 after creating my newly create dsystem is not shwoing in drop down.
    I ma getting belwo error.
    No system found for this product/product instance
    Message no. SOLAR_SPROJECT110
    Please sugegst how to reslove the error ,and a;lso please let me know is there any way to download latest pathces to dpownload from service market place .
    Advance Thanks

    Hi,
    re-check if the 7.4 system is correctly registered in the solman SLD system.
    Re-check LMDB definition for your 7.4 as JAVA system. you have to manually created the Product system. Ensure all the Component and definitions are correct.
    Also do a verrification run within the LMDB. This will confirm whether all the information is correctly defined.
    Please note - SLD -> LMDB -> SMSY.
    So, if the first 2 don't have the correct information, you wont have much joy with smsy.
    Rgds
    Deepak

Maybe you are looking for

  • A formal 'Hello' to the community and a few Arch-related questions

    Hi guys. As a long-time Genoo and part-time Arch user I finally made the switch to Arch complete. Since I've been reading here quite a lot in the last year I thought I could as well create an account (acutally I did that a while back but never used i

  • Adobe Photoshop Express for iPad

    the free mobile phone application called adobe photoshop express just support iphone before, now it can also support ipad platform and also the name changed as express, now users can use ps on ipad now. it maybe a really good news i got today.

  • 1099 Misc by SSN not by Vendor ID

    Dear Experts: We use tcode:  s_p00_07000134 / program RFIDYYWT to generate our 1099 MISC forms and file.  We are on ECC 604 and have Extended Withholding Tax activated. The forms and file are generated by Vendor ID but unfortunately we have some vend

  • The duplicate command?

    Obviously i'm missing something, i'm trying to manipulate some code to place a sequence of pdf pages and include the option to duplicate the placed page on the spread for a "2 up imposition". (with an offset of 148.5mm) the code does the duplication

  • Field Notice of assessment in Asset Master (Logical Field group 7)

    Dear Team, This is with regard to Field for Screen Layout in Asset Master. Under Logical Field group 7 (Real estate and similar rights), there is a field group with name 'Notice of assessment'. I would like to understand exactly what this field is me