Recording in Application Instance folders

I have an application running in FMIS 3.5. Everything is working. Now I want to create two application instances, one for a live stream and one for a development stream. That way I can test my application against the development stream without interfering with the application that manages the live stream.
So first I created folders under my application. Say the application's name is test. I created two folders, dev and live. Then I changed my Flex 3 applications so that they would write to rtmp://mydomain.com/test/live/stream. But the application still records the live stream in test, not test/live.
So I tried modifying the <Streams> element in my VHost/VirtualDirectory element.
<Streams>live;C:\Program Files (x86)\Adobe\Media Interactive Server 3.5\applications\test\live</Streams>
<Streams>dev;C:\Program Files (x86)\Adobe\Media Interactive Server 3.5\applications\test\dev</Streams>
I restarted my vhost. My application still records my live stream into the test folder instead of test/live.
So I removed those entries and restarted my vhost.
Then I added a folder called streams below my test folder. And I added dev and live subfolders below streams. I saw this on another post somewhere. But this didn't work either.
I have not been able to find the configuration element(s) that enable multiple instances in one application.
Am I missing a configuration parameter somewhere or is this a bug in 3.5?

I am publishing from the client. I figured out the problem with the help of someone at FMSGuru.com.
I need to connect to a url and application like rtmp://domain.com/test. Then I need to publish to the instance and stream like live/uniqueStreamName.
I was connecting to rtmp://domain.com/test/live, because I thought the instance had to be appended to the application name instead of prepended to the stream name.
At least I figured it out.
Thanks for your help.

Similar Messages

  • Failed to load application instance publishLive/live.

    Complete log error is (_defaultRoot_, _defaultVHost_) : Failed to load application instance publishLive/live..  Flash Admin Server and Flash Media Server are running on local machine.  When testing I get [object NetConnection]: NetConnection.Connect.Failed.  When I remove the main.asc file it works...what's going on there?  I had this working at one point...my main.asc is below.
    var nc;
    var ns;
    var nsr;
    // Called when a client connects
    application.onConnect = function(client) {
        // accept the new client's connection
         application.acceptConnection(client);
         // send a message
         trace(client.id + " is connected");   
    // Called when a client disconnects
    application.onDisconnect = function(client) {
        trace(client.id + "disconnecting at " + new Date());
    // Called when the client publishes
    application.onPublish = function(client, livestream) {
        trace(livestream.name + " is publishing into application " + application.name);
        // This is an example of using the multi-point publish feature to republish
        // streams to another application instance on the local server.
        if (application.name == "publishLive/live"){
            trace("Republishing the stream into ustream");
            nc = new NetConnection();
            nc.connect( "rtmp://1.616528.fme.ustream.tv/ustreamVideo/616528" );
            ns = new NetStream(nc);
            // called when the server NetStream object has a status
            ns.onStatus = function(info) {
                trace("Stream Status: " + info.code)
                if (info.code == "NetStream.Publish.Start") {
                    trace("The stream is now publishing");
            ns.setBufferTime(2);
            ns.attach(livestream);
            ns.publish( livestream.name, "live" );
    application.onUnpublish = function( client, livestream ) {
        trace(livestream.name + " is unpublishing");
    // RECORDING
    application.onAppStart = function() {
        this.nsr = Stream.get("livestreamSS");  " <-- this is the server-side instance name
        this.nsr.play("livestream", -1, -1);          " <-- this is the published instance name
        this.nsr.onStatus = function(info){
            if(info.code == "NetStream.Play.PublishNotify"){
                application.startRecording();
            if(info.code == "NetStream.Play.UnPublishNotify"){
                application.stopRecording();
            for(var i in info){
                trace("i: " + i);
                trace("info[i]: " + info[i]);
    application.startRecording = function() {
        var infoObject = Stream.getOnMetaData("livestream");
        trace("Metadata for myVideo.flv:");
        for( i in infoObject ){
            if infoObject[i] == "record" {
                trace("start recording");
                this.nsr.record();
    application.stopRecording = function() {
        trace("stop recording");
        this.nsr.record(false);

    that is my main.asc...if you mean in my client, then yes, here is the publish code for the client
    private function publishCamera():void {
                cam = Camera.getCamera();
                cw = cam.width;
                ch = cam.height;
                switch (cw) {
                    case 160:
                    cam.setMode(320, 180, 10);
                    break;
                    case 320:
                    cam.setMode(640, 360, 5);
                    break;
                    default:
                    cam.setMode(160, 90, 15);
                    break;
                cam.setQuality(0, 0);
                mic = Microphone.getMicrophone();
                ns = new NetStream(nc);
                ns.client = this;
                ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                ns.attachCamera(cam);
                ns.attachAudio(mic);
                ns.publish("livestream", "live");
    is that what you are referring to?  Thank you for the reply.

  • Change one participating applications instance to other for PIP

    Hi,
    I am using Oracle "Order To Cash" PIP (Siebel CRM to EBiz). Had a requirement to change Siebel environment(move from one dev environment to other)
    What are the suggested way to change one participating applications instance to other in case of PIP?
    Please help me on this. Thanks in advance.
    Faiz

    Hi Yiorgos
    Hopefully this is the full list of apps in the basic Tiger installation:
    http://www.apple.com/macosx/techspecs/
    Additionally, all other Apple apps (think iLife etc.), in addition to the Tiger apps, should be in the Applications folder.
    Only third party apps can be easily put into sub-folders. And whatever you do don't go tidying up anywhere else outside of your user folder.
    Matthew Whiting

  • How to reduce the size of cloned Oracle Applications Instance

    How to reduce the size of cloned Oracle applications instance, so as to save the storage space for the cloned systems.
    How can we remove unimplemented modules in the instance so that we can reclaim the space occupied by them.
    can any please suggest on this..?

    mumbai,
    I would recommend to leave it as it is.
    If you can add some inexpensive HDD to your test system then do so.
    The Apps DB storage decreasing process is quite painful and isn't straightforward.
    You can’t just delete unused schemas & tablesapces (if they are not used than they are not consuming reasonable space anyway). The modules in Apps are using each other procedures and objects. The effect of deleting one module (schema) is highly unpredictable.
    If you will do something like that than you will not be able to patch your cloned system after that.
    Some things can be done however in order to reduce size of a testing Apps system:
    - Decries UNDO & TEMP tablespaces. Normally you do not need that big tbs in test system as you have got in the production.
    - If your REDO LOG files are quite big and you have got a lot of redo groups you can recreated smaller REDO log files.
    - On Apps tier you can delete OUTput and LOG files
    In case you still would like to decrease data volume in your testing system you need to take a look on some tools which provide data subtracting capabilities from Apps DB. This process has to be quite intelligent. The tool have to know the data structures in APPS DB and subtract data in the way to not harm logical relationships between records. After a subtracting process you will need to make multiple FULL exp/imp cycles in order to reduce physical space consumed by the database. Beside the fact that those tools are quite expensive you will need to spend a lot of your time to implement those.
    BTW: That is the size of you production DB? Have you analyzed which module takes most of the space? May be you can identify top 10 objects and try to archive a data from those object preventing the future grow of the production database.
    Just my 0.02£
    Yury
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to your list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • VideoPlayer, FMS, and application instances

    I am trying to playback recorded streams from a Flash Media Interactive Server using the VideoPlayer component in Flex  4/Flash Builder 4.
    If the stream is located in the <serverpath>/streams/vod/_definst_ directory then I can get to it by setting the 'source' parameter of the VideoPlayer to "<server>/vod/streamname" assuming streamname is an .flv file.  If the stream is located in an application directory (e.g. 'app1') in the _definst_ directory (i.e. <serverpath>/app1/streams/_definst_), then I can successfully play it back by setting the 'source' parameter to "<server>/app1/streamname".
    What I can't get to work is when I have a stream recorded to an instance within an application directory.  So if the application is "app1' and the instance name is "inst1" it would be literally located in <serverpath>/app1/streams/inst1 directory.  Setting the source parameter to this "<server>/app1/inst1/streamname" does not work.  It seams to be ignoring the 'inst1' part of the path because the server side log shows '_definst_' as the instance name being run.
    I know this is in part a Flash Media Server question, but manually writing a video player works.  I would just like to get the Flex 4 VideoPlayer component to play the video.
    Thanks for any help.

    I have the same problem, but it seems that Adobe simply ignores the existence of it.

  • OIM11gR2 - How to migrate an Application Instance Form

    Hello,
    I'm trying to migrate an Application Instance Form from my Dev env to my QA env.
    My target system is SAP
    I performed the following steps in Dev:
    1. Installed and configured the SAP Connector (no problem here)
    2. Created a sandbox
    3. Created an Application Instance
    4. Created the Application Instance Form
    5. Ran a target reconciliation to confirm everything is working properly
    6. Exported the sandbox
    7. Published the sandbox
    8. Via Deployment Manager I exported all objects related to SAP (Resource object, Process Forms, Lookups etc.)
    In QA I did:
    9. Installed and configured the SAP Connector (no problem here)
    10. Via Deployment Manager I imported the objects related to SAP
    11. Imported the sandbox
    Problem:
    To my surprise, the Application Instance does not have a Form in the QA env.
    I had to create it manually by performing the following:
    12. Create a sandbox
    13. Open the Application Instance definition
    14. Click on create (to create a form)
    15. Entered the same name I used in my Dev environment
    16. Received an error message saying that the form already exists
    17. Entered a different name for the Form
    18. Saved
    19. Exported the sandbox (to import in Prd)
    20. Published the sandbox
    21. Ran a target reconciliation to confirm everything is working properly
    I tried to reproduce the problem with another (test) destination environment because I don't want to have the same problem when migrating to Prd.
    I repeated the steps 9,10,11 except that I imported the sandbox exported from QA (step 19) instead.
    The same problem: Application Instance definition has no Form attached to it in my test destination environment.
    If I try to create the form with the same name, it gives an error message saying it is already there.
    Is my procedure wrong?
    Is there an official procedure explaining how to migrate only Application Instance Form from one env to another?
    My env:
    OS: Windows 2008 R2 SP1
    OIM: 11gR2 BP7
    SAP connector: 9.1.2.2.0
    Thanks,
    Adr

    This is a bug: Bug:16027176
    Check the [Article ID 1515225.1] which proposes a workaround that might be useful in your case (it was not in mine).
    In short the workaround is:
    The following order should be observed to export :
    - IT Resource & Application instance in one xml
    - Request DataSet in another xml
    - SysAdmin Sandbox (the one defined while creating the Application Instance and the Form)
    - Identity URL Sandbox (defined while customizing the fields on the Form, in the Catalogue page)
    Adr

  • Populating the request attributes in Application Instance forms of OIM11gR2

    Hi,
    We have configured request based provisioning for the 3 target applications. As a process
    1) Manager is log in to OIM Identity console and selects the one user and provision the application Instance after selecting the required roles in the Application instance forms of Catologue page.
    2)With in the same login session, if manager selects another user and tried to provision the same application instance,details of first user is displaying in the application Instance forms.
    Actually differrent data need to populate in the application instance forms for each user.
    Please let us know the the solution for this issue.
    Thanks,
    RBM

    Hi,
    Whats  your exact version of OIM and BP? It can be issue with particular version.
    Also, it looks like your request form pre-pop may not be working properly. Can you put some sysout and try to check in your logs about what value is getting printed when you are selecting another user?
    We have used this scenario in OIM 11.1.2.0 + BP7 and it was working.
    ~J

  • OIM 11g R2 - API to add organization to an Application Instance

    Hi,
    In OIM 11g R2,we have a requirement to create application instance using API (from a csv file) and assign some default organizations to these application instance.We could able to create Application Instance but couldnt find any API to add organizations.Is it possible to do thia?.Thanks

    One of the ways to do it would be to decrypt the current password and then compare with the new password. Where are you doing this check? Depending upon where you want to do this, you can use different ways to decrypt the current password of the user.
    There are various posts in the forum about decryting the password.
    On a side note, if your policy does not allow same password, then new password validation against the policy should suffice your requirement.
    -Bikash

  • No longer able to group applications into folders in the Applications folder?

    I would like to group applications in Folders in the Applications Folder, which I have dragged back to to the dock.  This is the way I had managed apps in Snow Leopard.  I can create folders no problem,but when I try to drag apps into these folders, a copy is always left behind in the Applications folder.  How do I move the app?   I am not able to delete the copies that are left behind.
    My Account has Admin rights, and this is a clean install into an empty partition....I wanted to check out Lion before moving from SL.
    Launchpad is pretty, but I prefer the Applications Folder.

    It does cause problems in a number of circumstances.
    In this forum alone, there are several threads with many users who used Setup Assistant or Migration Assistant to transfer their stuff, ended up with lots of duplicate apps because of it, and had great difficulty finding and deleting the duplicates.
    There have also been folks whose apps did't get updated, and Adobe apps that wouldn't run at all.
    Again, it depends on the apps and circumstances.

  • How to get the list of application instance assigned to user

    Hi,
    I need to run the query in BI publisher to get the list of all the application instance assigned to a user in OIM 11g R2.
    Please let me know how to get this data. Also please let me know what is the table to see the list of application instance in OIM.
    Thanks

    Got this working..
    The table is APP_Instance to get the details of Application Instance present in OIM.

  • Getting list of application instance of an organization

    Hi,
    I need to get the list of application instance which are published to a specific organizations using API.
    Could you please let me know how to build search filter for this particular search.
    Thanks

    Please help how to solve this issue.
    Thanks

  • How can I tell my apps where their Application Support folders are?

    Hi there- I thought I had this solved with an earlier post but looks like I don't.
    I just installed an 120GB SSD in addition to my 500GB HDD in my Mid-2010 MacBook Pro running Mountain Lion. I did the following things:
    1. Carbon copied my entire HDD onto the SSD (everything but the /Users and /Applications folders)
    2. Booted from SSD and changed the "user folder location" to point to the users folder I left on the HDD (in System Preferences+Users and Groups+Advanced Settings.)
    3. All of my apps showed up as brand new or were malfunctioning in some other way. I've figured that this is because they can't find their Application Support folders (which may be in the Users directory on the HDD) Upon seeing that my Apps didn't have any data, as in, they thought they were brand new, I moved the Applications folder to the SSD too. This doesn't solve the problem.
    4. I then set up a symbolic link on the HDD that points to the actual folder on the SSD. Still nothing.
    But the apps are all missing their Application Support files. My EyeTV thinks it's brand new and unactivated, my screen saver program is confused, Audition won't even open, and so on and so forth. My concern is not the " You are launching this app for the first time" message. I'm fine with that- I only care about the fact that none of these apps know where any of their files and settings are and I can't tell them.
    How can I make these apps (or Mac OS) know where all these files are? I didn't think I messed with too much...

    I justlokerd on my iPod and I can't find it eithr.  It does appear in the App store on the computer. The App store on the iPod will not allow you to purchas and app that is not compatible with your iod mode/iOS.

  • HELP!!: Two server application instances could work in the same port?

    Hi everybody!!!
    i have two server application instances over the same JVM and both of them need to get requests from the same port, how can i get this??
    I`m not interested on using RMI, and i wouldn`t like to use sockets, because i have already using XML-RPC, so if you can tell me how can i get this without using sockets nor RMI, please help me...
    I don�t if there any way using threads??
    thanks a lot,
    JCPARRAM

    Two sockets can't be bound to the same port on the same machine at the same time. This means that one application can't have two sockets listening on the same port and that two applications can't each have a socket listening on the same port (no matter what language they are written in, and, if they are in Java, no matter whether they are on the same JVM or not).
    Your only solution is to make one of the server applications listen on a different port.

  • HT1977 I'm a iPhone 4s and new iPad 3 owner.  I'd like the apps and organization I've invested in the iphone to be exactly transfered to the ipad.  Is this possible?  Will all the applications and folders match exactly?  Thank you for your help

    I'm a iPhone 4s and new iPad 3 owner.  I'd like the apps and organization time I've invested in the iphone to be exactly transfered to the ipad.  Is this possible?  Will all the applications and folders match exactly?  Thank you for your help

    Restore the latest iPhone backup you made to the iPad.

  • Why do I have 2 application support folders? Also, can I relocate one or both to free up SSD space?

    I'm running Mavericks and imported a time machine backup of Snow Leopard during installation. I am trying to free up space on my boot SSD and was thinking of moving Users and Applications folders to their own partitions or drives.  I'm doing a lot of research on that, but while looking through my system I discovered I have 2 application support folders:
    Macintosh HD / Library / Application Support
    Macintosh HD / Users / [home folder] / Library / Application Support
    Is this supposed to like this?  Did I create a redundancy by migrating files from Snow Leopard?
    I wouldn't care so much, but Macintosh HD / Library / Application Support is 35GB, and both folders contain a Final Cut Studio folder.  The one in the first path is 18GB.
    Would it be safe to relocate these huge folders? Or better yet the library that contains them?

    king0earth wrote:
    I have 2 application support folders:
    Macintosh HD / Library / Application Support
    Macintosh HD / Users / [home folder] / Library / Application Support
    Is this supposed to like this?
    Yes.
    Did I create a redundancy by migrating files from Snow Leopard?
    No.
    Would it be safe to relocate these huge folders? Or better yet the library that contains them?
    No and definitely no. Deleting one or another of these library folders would be a very bad idea and would screw up your Mac a lot. In general it is a good idea not to mess around with system files. These files are necessary for running your apps. These two Libraries are at different levels in terms of your OS and do different things.

Maybe you are looking for

  • ITunes Not Responding and Ipod not Updating

    Everytime I connect my Ipod to the usb, it shows up on itunes and as a drive. But when usually the ipod should be updating, it brings up a window saying itunes isn't responding,giving me options to send the error report or not, and then no matter whi

  • BT connection issue with PDA WM Asus P526 and Satellite A300D-17G

    Notebook - Satellite A300D-17G PDA - Asus P526 (Windows Mobile 6.1) 1. Notebook "see" my PDA. 2. He adds PDA to the list of associated devices. 3. Starts the connection, and drops him with a problem - "Device did not connect". Help me please!

  • Deploy  adf 11 on WLS

    how to include files jazan-data.xml, jsp-config.xml, connection.xml, adf-config.xml weblogic-application.xml in deployment? (wear file)

  • Report tables Overlap in Firefox browser Not in IE

    hi, i have : firefox v7 Ie v9 report 11g database 11g weblogic 10.3 windows 7 i build custom report which contain some tables with RTL compatilble layout the report contains Arabic data . when i view the generated report in IE it shows perfectly, but

  • Deleting the reservations for components of a production order without TECO

    Dear Gurus, I forgot to activate the backflush indicator in the beginning. I activated the backflush indicator in between. But for the confirmations already made I had to issue the material as unplanned consumption for the order. This is not clearing