Publishing Streams in Different rooms?

Hi,
So If i have someone streaming their cam and audio in a room. Then want to redirect that stream in a different room, but make it work in such a way where the user does not have to republish. is that possible. I understand you can be connected in multiple rooms at the same time. but could you detect that the camera is on in one room and redirect the stream into another?
hope that makes sense.
thanks.
...russ

Hi Russ,
When you connect to any room, you get a connectSession Instance,  and whenever any stream( A/V) has to be created, it requires the NetConnection which is obtained from the connectSession instance( Refer to any of the Audio/Webcam Publisher code for details about creating NetStream).
Now if you are redirecting to a different room, it means a completely new connectSession and thus a new NetConnection, so you can't redirect the stream to a different room automatically.
What you can do is , to have your audio/webcam publisher publishing to a different room, something like
audioPub.stop();
audioPub.connectSession = "newSessionInstance" ;
audioPub.subscribe();
audioPub.publish();
to redirect your publisher to the new room that has the new connectSession.
Hope this helps
Thanks
Hironmay Basu

Similar Messages

  • Can i stream different music/songs to different rooms/speakers using Apple TV

    can i stream different music/songs to different rooms/speakers using Apple TV

    I want to play different music in different rooms on wireless speakers, across a single wireless network.
    Can I hook-up wireless speakers in 2 different rooms and have person #1 connect to the speaker #1 through thier Macbook Air and person #2 connect to speaker #2 from thier iphone.
    If so what is the best way to accomplish this?

  • HT4437 Using airplay, I want to stream music from my Mac to my ipad in a different room

    Like the question, I've connected my ipad to my Mac & my Apple TV but I would like to listen to music from my Mac in a different room and have the sound come from the iPad, I can control itunes and Apple TV from my ipad what is useful if I'm in the same room but what I really want is to know how to control the sound to come from the iPad, I can listen to stuff from cloud but the internet has a nasty habit of cutting out so airplay would be cooler.. Does anyone have any ideas?

    Ok, thanks for letting me know
    Though I find it a bit misleading to say you can stream what you want to any device around the house.. Why would I want to sit in another room playing music in another, I can't exactly carry my mac around the house.
    If you don't want to store loads of music or films on your phone or ipad that couldn't store all what I've got on my mac I'd say that would be the most useful feature, so you can play it on another device.
    I live and work in a bar and sometimes DJ or just like to just pump music round the bar without messing about taking stuff on and off my ipad.
    There just seems to be a lot of needless limitations, like you can't even get all the content you would watch ether... When you can get everything on a laptop and plug it into a TV and watch what you want and have a 500 to 1tb hard drive on it.
    I really like the idea's their coming up with but their not quite there yet.
    I often wonder why they just don't do a Full HD TV with a mac inside it and doubles up as a stereo and you can just stream everything from it.
    Maybe in the future.
    Cheers

  • COnnecting to two different powered speakers in two different rooms???

    I have a Linksys router with iTunes running on my PC which I can send a signal out to my living room AP express to recieve my iTunes @ my powered speaker. I now have added another AP express in my bedroom along with another powered speaker. Is it possible for iTunes to "broadcast to all", or are we stuck selecting "My Computer" or one of your powered speaker sets?
      Windows XP  

    HI Jimithang:
    Welcome to Apple Discussions!
    With the most recent version of iTuens (6.0.5) and
    the most recent firmware updgrade for your Airport
    Express
    http://www.apple.com/support/downloads/airportexpressf
    irmwareupdate63forwindows.html
    iTunes will allow you to stream audio from iTunes to
    multiple Airport Express units at the same time(and
    even the computer)
    You also may be interested in Airfoil, a program that
    will allow you to stream audio to your Airport
    Express from just about any application.
    http://www.rogueamoeba.com/airfoil/
    Let me know how it works out for you!
    THANK YOU SO MUCH!! I am now streaming real time to 3 different rooms and it sounds amazing. Thank you very much for your quick and detailed response. Apple Rocks!

  • How many airport express can I add to my network for the purpose of using the airport express to send audio signal to different rooms in the house? I'm interested I'm running about six different zones.

    How many airport express can I add to my network for the purpose of using the airport express to send audio signal to different rooms in the house? I'm interested I'm running about six different zones.
    What I'm looking to do is to have self powered in ceiling speakers in every room in my house with out having to run wires to every room to carry the audio signal. I would like to use the airport express to do the job of carting the audio signal.
    Here's my set up now I have an airport extreme and one airport express that I use to carry audio to one room.

    FWIW. I have used up to four AirPort Express Base Stations (AX) for streaming sucessfully in pretty much the way you have described. I didn't have a need to try more so I can't attest that more would or would not work.

  • Playing published streams through an administrator connection? (:1111)

    Hi all,
    I am building a custom administration application which has to review streams published to our FMS application. This is to ban clients publishing inappropriate content. I am wondering if I have to make a connection to the application, as normal users do, in order to play the published streams? I am getting the list of streams using another connection, to rtmp://domain:1111/admin, like outlined in Administration API, and issuing the 'getLiveStreams' call.
    The reason I am asking is because firstly, I remember that the Administration Console can play streams published to the server, but I don't recall it incrementing the connection count which shows amount of user clients connected to an application. Maybe I have missed however, but if I am right and it indeed can play streams without connecting to the application (which actually DOES sound a bit unlikely, given how the stream names are local to an app.), then maybe I can do it too? Secondly, I presently have to differentiate users and administrators in my 'onConnect' script, because are perform completely different roles. If I could relieve my admin. app from connecting to the application, I could also dump the role switching.
    I am not sure what is the best thing to do here, frankly...

    I am not sure how your linked post should help me. I have no problem connecting as an administrator to our own service.
    My question is can I play streams through this administrator connection on port 1111, or like now, I have to keep a separate connection to the application in order to play application's streams?
    I do NOT want to connect to the application, because I then am forced to become one of its "users", even though I am not - I am an admin. Even though I have implemented roles with my application server side script, whereas users connect with a bunch of parameters, I can connect with another role - as an admin, without parameters (because they do not apply to me since I only use the service for playing streams). Another reason is actually pretty annoying - even though I explicitly specify video sample access permission for both myself and any user that connects (in order to be able to take snapshots of the videos) using the "videoSampleAccess = '/'" expression, occasionally I STILL get security errors. I imagine if I somehow can bypass the security altogether. After all it is our server, and our users know that we need to monitor for unsuitable content. FMS makes it pretty hard to do so with the error listed above. The error is sporadic.
    So I will ask again - can I play any stream I want of any application on my server, without connecting to the application instance as a regular user bound to security rules? I need some form of video administration, and I am NOT using Administration console, but a custom admin. application which does more than Admin console does, in particular kick out bad people.

  • Question about when subscribing to a directly published stream

    Hi,
    In the article there : http://www.adobe.com/devnet/flashmediaserver/articles/real-time-collaboration.html#article contentAdobe_numberedheader_1
    We can see this under 'User lookup'
    RTMFP assigns a peer ID to each participant. These peer IDs are 256 bits long and are non-forgeable. When you want to subscribe to a directly published stream, you must specify the publisher's peer ID:
    var receiveStream:NetStream = new NetStream(netConnection, id_of_publishing_client);
    receiveStream.play("media");
    In another thread, Michael said :
    i believe the problem is that you are attempting to make a P2P connection to the server's peer ID; that is, something like" 
       var ns:NetStream = new NetStream(netConnection, netConnection.farID);
       ns.play(...);
    under the covers, this will open a new RTMFP flow to the server that will appear to the server as a new incoming client, but the initial handshake will be incorrect (the first/only command message is "play" instead of "connect").  i see this on Cirrus all the time.
    Is it an error in the article or is it right considering the scenario?
    Thanks

    you specify the peer ID of the publisher for 1:1 P2P communication.  in particular, you specify the peer ID of a peer that is publishing a stream on a P2P publishing NetStream -- one created with ns = new NetStream(netConnection, NetStream.DIRECT_CONNECTIONS).
    Flash Media Server does not publish streams in this fashion.  it publishes streams in the traditional client-server fashion.  to subscribe to a stream from the server, you just use ns = new NetStream(netConnection) and do not specify a peer ID or other special token (well, there is a special token, but it's the default -- the previous call is equivalent to ns = new NetStream(netConnection, NetStream.CONNECT_TO_FMS)).
    as i explained earlier, if you try to subscribe to an FMS stream using the DIRECT_CONNECTIONS P2P method, it will not work because the handshake is different.  the server end of your NetConnection is not a peer and it will not behave like a peer.  a server-side NetConnection is a peer and will have its own distinct peer ID; however, i don't believe any of the 1:1 P2P functions will work with it, only group stuff (multicast NetStreams and NetGroups).

  • Accessing AppTV on multiple TVs in different rooms

    If you have two TVs in two different rooms, do you need 2 AppleTV units to access ATV from 2 TVs?  I have 2 HDTVs (living room and bedroom), an iMac in the study, and an Airport Express with an in-house wi-fi network.  I also have a PS3 that I use for streaming, but find that it is slow and cumbersome.  Thanks.

    No, wait.  maybe Ishould just carry one tv back and forth between the living room and the bedroom. 
    Thanks for the comments (even tyler's). 

  • Install TV in a different room

    I moved my TV and SET top box to a different room and hooked it up to the cable, but all I get is a screen that says "Verizon FIOS Starting up...one moment please".  Do I have to reinstall it as if it was a net TV?

    No.
    So long as the cable comming into that room is connected to Verizon, you can move the boxes all you want.
    There are two things you need to determine.
    1st, the coax that comes from the wall to the STB is connected to the "RF In" or "Fios TV in" connection on the STB, correct?
    If no, then correct that.
    If yes, then the second question would be... Does the coax that runs to that room connect to the Verizon service? Depending on when you had service installed, Verizon may or may not have connected all the cables in your house to their service. If they did not, then you will have to connect it yourself, or pay them to come out and do it for you.
    But if the coax has Verizon service on it and you have it connected to the correct connector on the STB, then you can move the STB's all you want.
    ====================================================================================
    Error exists between keyboard and chair.

  • Network Two Printer in Different Rooms

    I currently have a airport extreme with a shared printer connected to it. My my two printers can print to this shared printer like it is supposed to. I would like to add another shared printer, however I want it in a different room than where my airport extreme is located. I was thinking of buying an airport express and incorporating it into the network with the other printer connected to it. That way it would be shared. Seems to work logically.
    Does anyone have a working setup like I describe it above? One (1) airport extreme as the base, one (1) airport express as the network expander and two (2) shared printers (one on each airport).

    Let me suggest some things.
    But first ask exactly what wireless router you have now and what type of broadband service?
    Are you happy with the wireless on the current router? If so, then you can plug the TC straight into whatever computer you have by ethernet, short 1M cord with no connection to the network. And use it without affecting your existing network at all. This is trivial setup.
    Although you don't say exactly what Mac and printer you are using, is it a desktop? Laptop it is definitely easier not to plug it in, but a desktop you can plug in the TC and it will all sit happily together.
    How is the printer connected and to what?
    I am not sure why you need such quick help.. this is all minor setup stuff.. and 18months in todays world is like permanent man.
    Your multiple A, B, C are more confusing than helpful.
    The best choices without more info.. are to replace the existing wireless router with the TC. ie your option B.. but how to do this depends on the type of connection. Is it cable or adsl? Can you easily bridge the existing modem router.. if that is what it is?
    Think carefully in the ideal world what would you like..
    and what do you have..
    We can probably suggest ways and means to fit what you like to what you have.. without introducing a stack of options that are doing your head in.

  • How to prevent user publish stream to FMS

    Hi all,
    I've installed Flash Media Server and send stream to it use Flash Media Live Encoder via rtmp://mydomain.com/live. And on my website, I've embed code to play this live stream via rtmp://mydomain.com/live. All ok!
    But, any user can install Flash Media Live Encoder and connect to my FMS, publish his/her stream (because url to publish and view is same)
    My question is: how to prevent end-user publish stream to my FMS, only allow end-user view my live stream?

    From the Flash Media Live Encoder FAQ:
    How can I enable authentication on Flash Media Server?
    Download the Authentication add-in and install it on Flash Media Server.

  • How to send data back to publishing stream

    Hi,
    Environment: ActionScript3.0, FMS, Flash Project created in Flash Develop
    How to send data back to publishing stream? I need to send data back to publishing stream.
    Using NetStream.send() we can send data to subscribers but is it possible to send data from subscriber back to publisher using any NetStream method.
    One other solution to this is remoteSharedObject, but if it is possible with NetStream class then let me know.
    Thanks

    There are a number of ways to extract data from CRM On Demand including:
    * Export - manual process, generate CSV file containing CRM On Demand data
    * List/Analytics - manual process, export the contents of a report of list to a CSV
    * Web Services - programmatic, develop an application that queries for data within CRMOD
    * Integration Events - programmatic, use workflow to trigger event creation and then poll for events to know when an operation occurs on a record (i.e. Insert of new Account record)
    As for getting that data into another system, that will depend on the system and the methods available for inserting data that it makes available.
    Hope this helps.
    Thanks,
    Sean

  • Publishing from two different machines to same DOT MAC - WATCH OUT!

    As of this week - not sure if it's iWeb 08 or changes on the DOT MAC back end, but here's what I can reproduce:
    I have two machines set up with iWeb: a MBPro and an iMac.
    The MBPro has iWeb set to publish about 6-8 sites to my dot mac account - I often use it for scratch sites or temp sites.
    The iMac has iWeb set to publish 3 additional (different) sites to my dot mac account. One of these sites is part of a business site - and is rather critical.
    As of this week, when publishing from the MBPro, it wipes out the dot mac installation of the first of three sites published from the iMac (the first site listed in the site list column in iWeb on the iMac).
    If I publish from the iMac, it wipes out the dot mac installation of the first of eight sites published from the MBPro (the first site listed in the site list column in iWeb on the MBPro).

    I just found this overwriting problem when my daughter updated her site to our shared .Mac account. I have developed this workaround that is not too painful. Only one computer can post directly to the .Mac account. The other computers will have to mount the iDisk and use iWeb's "Publish to a Folder..." option to save the site on the iDisk. Before you can save the site, you have to create a new folder for it. Go to your iDisk, then to the /Web/Sites/ folder. There create a new folder that is appropriate to the name of the site you will be publishing. Now publish to that new folder from iWeb. After that you should be able to get to the new site by going to http://web.mac.com/YOURDOT_MAC_NAME/NEW_FOLDERNAME/
    Hope that works for you, AskJacob.

  • Everything I own (iPad, iPhone, mac) is set up on wi-fi.  when i bring my work computer home (dell laptop), I cannot get it to keep the connection in a different room. All my other devices work.... does anybody know what i am doing wrong? please help!

    Everything I own (iPad, iPhone, mac) is set up on wi-fi.  when i bring my work computer home (dell laptop), I cannot get it to keep the connection in a different room. All my other devices work.... does anybody know what i am doing wrong? please help!

    Windows drivers for Intel wireless cards are known problematic.. If you have plenty of signal and it still cannot keep or hold the connection the issue can simply be the type of wireless.
    Another problem is using names that windows does not easily handle.
    eg If you set the TC using apple names, like
    Fred Blog's Airport Time Capsule wireless24ad12
    Then to windows this is too long.. it has spaces and it has illegal character.
    Change all names on the TC to suit windows. Short, no spaces and pure alphanumeric.
    Also security must be suitable.. I have no idea how old or what OS your dell is, but if you still have issues.. pull off the security on the TC for a test.. if the computer suddenly works, it is not compatible with WPA2 AES. Make sure you also use a password that is mix upper and lower case plus numbers.. avoid special characters and make it 10-20 characters long say.. it is not required to be more than that unless you are paranoid.

  • HT1657 if I don't have apple tv how can I watch the movies on my tv because my computer is in a different room from the tv?

    if I don't have apple tv how can I watch the movies on my tv because my computer is in a different room from the tv?

    If you no longer have, or access to, the computer(s) you want to deauthorise,
    Log in to iTunes,  go to "view your account info" on the itunes store,  deauthorise all five, (Please Note: this can only be done Once every 12 months)  and then re-authorize your current Computer(s) one at a time.
    Authorise / Deauthorise About
    http://support.apple.com/kb/HT1420

Maybe you are looking for

  • I updated my iPhone 5 software and now it won't stay connected to wi-fi

    I updated my iPhone 5 software and now it won't stay connected to wi-fi

  • ALV Grid : How to use Matcode / Search Help ? :-)

    Hi all, I'm using REUSE_ALV_GRID_DISPLAY, and I want to edit a field and use a matchcode/search help to enable the user to choose in a list. In my Fieldcat routine I've :         w_fieldcat_alv-edit          = 'X'.         w_fieldcat_alv-datatype    

  • Previews missing

    I have LR 5.7. Some weeks ago it stopped creating previews upon import It will not let me build them either. All I get is grey boxes in the Library middle. In Develop it will only show 3 previews in any one folder at a time I have tried re-installing

  • Read image using PJC

    Hi, We are converting Oracle Forms from 6i to 11g. We have some forms that use read_image_file to read image. It was .bmp file and now we can only use .gif/.jpg file on web and the image is very blurry.(we use the same .gif source file for image and

  • File 2 Proxy error

    Hi All, i am getting following error while doing the File to Proxy Scenario. No implementing class registered for the interface (ABAP interface, request message MI_Emp_Sender, request message, namespace http://tcs.com/Demo) How to resolve this error.