Multicast transmission problem

Hi,
I'm tring to multicast audio streams from 1 computer to another on the same network. The multicast address for my network is 10.255.255.255. When I check the amount of transmission bytes from ifconfig continually, I see a gradual increase of bytes being sent out to the network.
When I look at ifconfig on the receiving computer, it is receiving bytes as well. But AVReceive2 can't detect the rtp stream. It just keeps on waiting for the data to come. By the way, I use AVTransmit2 to transmit the data. But when I just unicast the rtp stream from one computer to another, then the rtp streaming works!!
Anyone has the same problem as me. Can anyone point out any problems that I may be having. Oh yeah and I am running JMF between two red hat linux 9 notebooks.
Do I have to do some extra modification to some ip routing table somewhere or sonething?
Thanks to anybody that can PLEASE help me!!!1

Hi Stefan,
If I unicast an audio file from one computer to the other then it works fine. I didn't try sending a video file but I think it should work the same as well. I've got two computers, one having an ip address of 10.0.0.1 and the other having an ip address of 10.0.0.2. Doing an ifconfig, my broadcast address on each computer is stated as 10.255.255.255. When I use 10.255.255.255 to send my audio file, using ifconfig again, I notice that the receiving computer is receving bytes but the program isn't recognising the rtp stream. My program uses a similar address resolution to avtransmit2 and avreceive2.
So I can't figure out what's wrong with the code. Ok for avreceive2, what do you usually type in the command line to receive broadcast packets? Do we have to modify the /etc/hosts file again??
Thanks

Similar Messages

  • W3d with transparent textures will be broken transmission problems

    W3d with transparent textures will be broken transmission
    problems
    When the W3D models have Texture with alpha channel, It will
    be Crusher and Transmittance (Showing the bottom), If not alpha it
    will be normal! please tell me why,Thanks
    snap:
    have alpha channel:
    snap-alpha.JPG
    no alpha channel(normal):
    snap-no-alpha.JPG
    3d model Source file & W3D file:
    http://www.3dzone.cn/beijixiong.zip
    <---new

    As we have written you can get it to work. Just do one of the
    following.
    1. Make the model a complete mesh. no parts just stuck into
    others. Make sure vertecies are welded together properly etc.
    2. a) Separate the head,hat,hands etc b) group them together
    c) export (the exporter will combine them into one model again).
    3. a) Assign a non transparent texture to your model, b)
    select the polygons that needs transparency, c) assign the
    transparent texture to those polygons
    4. Outsource the importing of models to someone else.
    I used method 2 as I mentioned in an earlier post and got it
    to work, here is the result.
    Scarecrow
    with transparency working
    The url to report bugs to adobe was recently posted, use the
    search function.

  • Airport multicast performance problems in u-verse IPTV bridge.

    I have a bunch of airport hardware, two n expresses, a draft n extreme, and a 5th generation extreme. I've recently moved to a new house and have AT&T's u-verse multicast IPTV installed. I want to put my TV somewhere without wiring and was going to just do it using a dedicated 802.11n bridge formed from either the two expresses, or the draft n extreme (at the multicast source side) and an express as a receiver.
    This seems to work from a functionality perspective, I get the multicast stream into the AT&T set-top box and can watch all of the channels for extended periods of time. The problem that I run into is that I have performance problems that result in the video stuttering, pixelating, and freezing for seconds to minutes at a time. I don't understand why this is the case. The HD stream is less than 9Mbps which should be easily handled by a 5Ghz, n-only link. The source and destination expresses are within 5 feet of each other with clear line-of-sight.
    Does anyone have any experience with multicast streaming on aiport hardware? Is there some limitation in the airport implementation where multicast (UDP) packets trigger some sort of slowpath packet processing, so that packets are being dropped? Is there some reporting feature within airport utility that where I can look for diagnostics related to dropped or (extremely) delayed packets? Is there something about AT&T's use of multicast IPTV that is just incompatible with airport hardware?
    Note that the u-verse gateway handles all of the IGMP in this situation, and that nothing else is on the network. Well, the 5th gen router is on the network and everything else I own is behind it on a different wifi network. The gateway is smart enough to filter out the multicast traffic so that the router doesn't see it.

    Found a solution. Switching from Apple's built-in "create a wireless network" and "join a wireless network+allow ethernet clients" to a WDS network with a main and a remote solves all of the problems. It's not a great option because the WDS network forces me to select a fixed, 2.4Ghz channel, but the IPTV stream is only 8-ish Mbps which seems to be doable, even with all of the wireless networks floating around my house. I guess that it could be a bigger problem during peak wifi usage around here, but we'll cross that bridge when it happens.

  • Multicast address problems

    In the start up scripts for my cluster nodes, I set
              weblogic.system.multicastAddress=224.1.1.100, the address setup by my IT
              group.
              When I start the cluster node, I see the following lines in the log:
              Mon May 15 10:16:05 PDT 2000:<I> <System Props>
              weblogic.system.multicastAddress = 224.1.1.100
              . <other stuff>
              Mon May 15 10:16:06 PDT 2000:<I> <WebLogicServer> Using default cluster
              multicast address 237.0.0.1
              Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer>
              =========================================================
              Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer> = Joined cluster
              cluster_1 at address 237.0.0.1
              Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer>
              =========================================================
              Why is weblogic joining the cluster at address 237.0.0.1 when I
              specified 224.1.1.100?
              In terms of the resulting behavior, jsp page requests to the proxy
              server are passed to the single cluster node and a page is generated
              without error. As soon as I add another cluster node to the cluster,
              requests that form a new session never send a response. I suspect that
              the cluster nodes are having trouble replicating the session.
              Any help?
              - Kevin
              

    Thanks, this causes the nodes to join at the desired address.
              I am still seeing, however, that the jsp pages I want work file when
              there is one node in the cluster but hang forever when there are more
              than one nodes. The MulticastTest utility runs successfully. Can you
              suggest any other debugging options?
              - Kevin
              Prasad Peddada wrote:
              >
              > The property is weblogic.cluster.multicastAddress.
              >
              > - Prasad
              >
              > Andrew Park wrote:
              >
              > > i had a similar problem, but it was all caused by a typo in my java command
              > > line, where i set the multicast address. please double check...
              > >
              > > there is also the utils.MulticastTest utility. please refer to
              > > http://www.weblogic.com/docs51/techstart/utils.html
              > >
              > > andrew
              > >
              > > Kevin McEntee wrote in message <[email protected]>...
              > > >In the start up scripts for my cluster nodes, I set
              > > >weblogic.system.multicastAddress=224.1.1.100, the address setup by my IT
              > > >group.
              > > >
              > > >When I start the cluster node, I see the following lines in the log:
              > > >
              > > >Mon May 15 10:16:05 PDT 2000:<I> <System Props>
              > > >weblogic.system.multicastAddress = 224.1.1.100
              > > >.
              > > >. <other stuff>
              > > >.
              > > >Mon May 15 10:16:06 PDT 2000:<I> <WebLogicServer> Using default cluster
              > > >multicast address 237.0.0.1
              > > >Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer>
              > > >=========================================================
              > > >Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer> = Joined cluster
              > > >cluster_1 at address 237.0.0.1
              > > >Mon May 15 10:16:07 PDT 2000:<I> <WebLogicServer>
              > > >=========================================================
              > > >
              > > >Why is weblogic joining the cluster at address 237.0.0.1 when I
              > > >specified 224.1.1.100?
              > > >
              > > >In terms of the resulting behavior, jsp page requests to the proxy
              > > >server are passed to the single cluster node and a page is generated
              > > >without error. As soon as I add another cluster node to the cluster,
              > > >requests that form a new session never send a response. I suspect that
              > > >the cluster nodes are having trouble replicating the session.
              > > >
              > > >Any help?
              > > >
              > > >- Kevin
              

  • Parameter transmission problem

    Hello! I have the following two classes:
    public class VeterinaryReport
    int dogs;
    int cats;
    String name = new String();
    public int GetAnimalsNo()
    return dogs + cats;
    public void DisplayStatistics()
    System.out.println("Total number of animals is "+ GetAnimalsNo() + ".");
    System.out.println("The owner of the animals is "+ name + ".");
    return;
    import java.io.Console;
    class VeterinaryTest
            public static void SetName(String name)
             Console cons;
          if ((cons = System.console()) == null)
          System.err.println("No console.");
          System.exit(1);
          String login = cons.readLine("Enter name for veterinary: ");
             name = login;
             return;
            public static void main(String[] args)
               VeterinaryReport vr = new VeterinaryReport();
               vr.cats = 20;
               vr.dogs = 40;
               SetName(vr.name);
               vr.DisplayStatistics();
               return;
    }, and the problem is no names are displayed at the call of DisplayStatistics, like this: "The owner of the animals is ."
    Inside the function, everything works, so I guess it's something of parameter transmission that I don't know about.
    can anyone see what goes wrong?
    Cheers

    The problem is that the SetName method is in the VetTest class and not the VetReport class. There is absolutely no connection between the name variable in the SetName method and the VetReport class. So that means that whatever changes you make to the name variable in SetName has no effect on name in VetReport. When you print out the data name in VetReport is still an empty string and that is what you see on the screen: nothing.

  • Transmission problem

    The transmission torrent client is showing that torrent X is loading with 70KB/s, but the size of downloaded file is the same all the time. when i pause the torrent and start it again it loads about 5MB and stops again. System monitor in gnome and ifconfig show that I am receiving data but it looks like transmission discards that data. Even if it discards that data the details menu for torrent X shows there has been no or few KB of failed download. I tried different torrents from different trackers and different access points but the problem is still there. Can anyone help me?
    I am using latest versions of transmission and iwl3945 for my wireless card.

    The problem is that the SetName method is in the VetTest class and not the VetReport class. There is absolutely no connection between the name variable in the SetName method and the VetReport class. So that means that whatever changes you make to the name variable in SetName has no effect on name in VetReport. When you print out the data name in VetReport is still an empty string and that is what you see on the screen: nothing.

  • EA2700 Bonjour / Multicast DNS problem

    I've just updated from a Linksys E2500 to an EA2700. The new software features are great, however multicast DNS (aka zeroconf / bonjour) service discovery is not working between wired and wireless connections. (Wireless to wireless is fine, just not to wired).
    The last time I saw this problem was a crappy Dlink router about 10 years ago, and I have never seen it on a Linksys produce before now (3 previous modems/routers).
    I have no issues connecting to the internet, or connect to devices by their IP addresses. The problem is the service discovery, which is used for things such as Airplay video mirroring, Time Machine backups (and file sharing), iTunes music sharing and more.
    Has anyone else has any issues with bonjour service discovery from wired to wireless connections on the EA2700? Or, even better, found a solution?

    Hi mattconnolly ,
    Most of these Linksys Routers use DLNA/UPnP for network discovery. Zeroconf creates a local domain, so devices are discoverable through names like my router.local or canon printer. local instead of its local IP address. This has been implemented on new Linksys Smart Wifi line but only for accessing it's setup page (myrouter. local) - and there were times that it breaks.
    You can try to turn off/on your router, but it doesn't really fix/resolves it. You can try also to update your device's firmware. The firmware latest release update is dated 11/19/2012 (1.1.39 Build 145204) and based on the release notes, there's a Fix for Multicast traffic issue on it's release version 1.0.14 (Build 129982). Other than this, you might want to check on a much more flexible operator - WRT1900AC. 
    Good luck!

  • Ethernet gem 0 and gem1 transmission problem in dual core

    I followed Xapp 1079 article on my custom board.I am able to see output(cpu0  and cpu1 hello world)  on putty.
    In my custom board two ethernet ports are present.Aim of the project is eth0 port in cpu0 has transfer the data to eth1 port in cpu1.
    cpu0 contains the eth0 port which takes the data from pc1 and transfers to eth1 port.cpu1 contains eth1 port which takes data from pc2 and transfers to Eth0 port.
    In following conditions communication is happening successfully
    1.
    In cpu0 drivers intialised for both eth0 and eth1
    And written code eth0 to eth1()
                                    eth1 to eth0()
    i checked ping b/w pc1 and pc2 communication is happening
    2.
    In cpu1 drivers intialised for both eth0 and eth1
    And written code eth0 to eth1()
                                    eth1 to eth0()
    i checked ping b/w pc1 and pc2 communication is happening
    If i try to place code of eth0toeth1() in cpu0
                                            eth1toeth0()in cpu1
    then ping is not happening between the two pc's.I debugged and checked one function called XEmacPs_BdIsTxUsed().
    if transmission bit is 0 always faling .
    please give me the solution for this problem
     

    Inxsible wrote:
    Why is this thread in Creating & Modifying packages?
    Moving to Kernel & Hardware...
    I believe that he intends to recompile everything (not just his kernel).
    @OP:
    Recompiling your kernel is only worth it if you modify the .config. Rebuilding everything else is pretty much useless (unless you want to add buffer overflow protection etc.).
    See: https://bbs.archlinux.org/viewtopic.php?pid=555856

  • WES7 UDP Multicast Open problem

    Hi
    I am using LabVIEW 2012 SP1 programming a TPC-2206 touch-panel computer running Windows Embedded Standard 7.
    I have a fairly simple program which uses the LabVIEW "UDP Multicast Open" VI to open a Read-Only multicast port, then reads data continously from it using the "UDP Read" VI.
    The routine works by calling the "UDP Multicast Open" VI and if successful, then entering a continous While-loop which reads from the opened port via the opened Connection-ID refnum. If unsuccessful at opening, the routine sits there waiting for the Open to succeed, displaying a message to the user that the network is not plugged in (or similar).
    My problem is that if I open the port without a network connection, the open operation succeeds (which is great as its a multicast open and that seems like the right thing it should do), but subsequently when I plug in the network with good data being sent on it, I do not receive anything?! I would have expected data to be received if the port succeeded in opening, no matter what the initial condition of the connection.
    When I tried this on Windows XP, I got a open failure which let me know the network was not plugged in. I subsequently programmed it to put up the flashing message and waited for a good connection such that "UDP Multicast Open" then succeeded. Subsequent reception was then good.
    Is this a known difference between WES7 and WinXP and LabVIEW "UDP Multicast Open"/"UDP Read", or am I missing something?
    Thanks for any help you can give.

    Thanks for the reply. I have also checked that example. Please note that in the example it doesn't have an input for the net address, which i assume labview 2011 will use 0.
    I have also just received a reply from NI and confirmed it's a known bug in 2011. i will post it below.
    I hope this finds you doing well. I am glad to hear that you are starting to upgrade to 2011 and I apologize for the issues you are seeing. I suspect you are using this on one of our Real-Time targets if so the good news is that this behavior has been documented in the form of a CAR (actually a
    few): Broadcasts and the UDP Open VI have an INCONSISTANT behavior depending on the OS. Pharlap/Windows receive broadcasts when the "net address" terminal is wired while vxWorks/Linux don't. These CARs are scheduled as major incoviencience and will be fixed in a future version of LabVIEW as of now the work around is to simple not wire the net address field.
    The CAR numbers incase you would like to see when they are fixed are:
    257627, 233344,235444, 283205
    LabVIEW 2011 newbie >.<
    Certified LabVIEW Developer

  • Multicasting data problem

    Hi.I am trying to multicast a long number over three clients,but when I check the number I receive, is sometimes a combination of two numbers that clients sent.For example,client 1 sends 12345(which I can read from other two clients) then client 2 sends 234567(which I can read also)after that client 3 sends 789. When I check the number received by client 1 and 2, I see that the number is 789567(combination of numbers send by client 2 and 3).I am clearing the byte arrays in datagrampacket after I send or receive.I still could not figure out how client 2 could send while client 3 is sending.Does anyone have and idea what could be the problem with that?Thanks.

    This is the run method in the program:
    public void run(){
              System.out.println("client " + counter);
              int fDigit=0,waiting=0;
    int compareDigit[] = new int[3];
              long num=0,maxNum=0,oneturn=1;
              byte[] strn = new byte[50];
              byte[] recstrn = new byte[50];
         try {
                   if(counter==1){
                        strn = str.getBytes();
                        message = new DatagramPacket(strn, strn.length, groupp, DEFAULT_PORT);
                        client.send(message);//TTL is initially 1
                   while(!done2){
                   while(!done){
                             DatagramPacket recv = new DatagramPacket(recstrn, recstrn.length);
                             client.receive(recv);
                             String s =new String(recv.getData());
                             s = s.trim();//removes whitespaces
                             num = Long.parseLong(s);
                             fDigit = (int)(num-(num/10)*10);
                             maxNum = num/10;
    for(int i=0;i<3;i++){
    if((compareDigit!=fDigit)&&(compareDigit[i]==0)){
    compareDigit[i]=fDigit;
    clientcounter++;
    break;
    } else if(compareDigit[i]==fDigit){
                                       break;
    for(int i=0;i<strn.length;i++){
                                  strn[i]=0;
                                  recstrn[i]=0;
                             s=" ";                    
                   if((counter!=fDigit)||(counter==(fDigit+1))||(counter==(fDigit-2))){ //||(waiting>0)){
                                  waiting=0;
                                  System.out.println("Number read from "+counter+" leadturn "+leadturn+" newlead "+newlead+" oneturn "+oneturn);
                                  System.out.println("Number is "+maxNum+" from "+fDigit+" with "+times);
                        if((maxNum==54321)&&(oneturn==3)){
                                       newlead++;
                                       leadturn=1;
                                       oneturn=1;
                                       str=""+maxNum+counter;
                                       strn = str.getBytes();
                                       message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                       client.send(message);
                                  } else if((maxNum==12345)&&(oneturn==1)){
                                       leadturn=2;
                                       oneturn++;
                                       System.out.println("Done "+done);
                                       newlead=0;
                                       str=""+maxNum+counter;
                                       strn = str.getBytes();
                                       message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                       client.send(message);
                                  } else if((maxNum==123456)&&(oneturn==2)){
                                       oneturn++;
                                       str=""+maxNum+counter;
                                       strn = str.getBytes();
                                       message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                       client.send(message);
                                  } else if(status!="LEADER"){
                                                 if ((counter==(fDigit+1))||(counter==(fDigit-2))||(counter==(fDigit+2))||(counter==(fDigit-1))){
                                                      if ((maxNum == threadID)&&(clientcounter==3)){
                                                           System.out.println("Done");
                                                           if(leadturn==1){
                                                                done = true;
                                                                status="LEADER";
                                                                leadturn++;
                                                           } else{
                                                                done=true;
                                                                status="subLEADER";
                                                           break;
                                                      } else if (maxNum < threadID){
                                                           maxNum = threadID;
                                                      str=""+maxNum+counter;
                                                      strn = str.getBytes();
                                                      message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                                      client.send(message);
                                                 }else{
                                                      str=""+maxNum+counter;
                                                      strn = str.getBytes();
                                                      message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                                      client.send(message);
                                  } else {
                                       str=""+maxNum+counter;
                                       strn = str.getBytes();
                                       message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                                       client.send(message);
                             waiting++;
                             times++;
                             Thread.sleep(SLEEPING);
                        System.out.println("Thread = " + counter+" has status "+status+" with ID "+threadID);
                        if(newlead==2){
                             System.out.println("New leader and subleader are found.Thank you.");
                             break;
                        if(status=="LEADER"){
                             str=""+12345+counter;
                             strn = str.getBytes();
                             message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                             client.send(message);
                        if(status=="subLEADER"){
                             str=""+123456+counter;
                             strn = str.getBytes();
                             message = new DatagramPacket(strn, strn.length,groupp,DEFAULT_PORT);
                             client.send(message);
                        Thread.sleep(SLEEPING);
                        if(done2==false){
                             done=false;
         } catch(IOException e){System.out.println(e);}
    catch(NumberFormatException e){System.out.println(e);}
         catch(InterruptedException e){System.out.println(e);}

  • Multicast stream problem with windows media service

    Hi,
    I'm on a simple LAN composed by cisco 3560G and 3750G switches. On one of my switches, i've connected a windows media server that stream tv in unicast and multicast mode.
    When i run the http://myserver/mystream.nsc generated by the server on the current server, it's working, i can see my stream. The problem is in the stations, i'm unable to see it.
    I've activated IGMP Snooping on each switchs.
    Here is the log of debug ip igmp snooping on the switch where the server is connected :
    3750G#
    Dec 4 18:32:52.882 GMT+1: IGMPSN: group: Received V2 report for group 239.192.39.139 received on Vlan 1, port Gi1/0/3
    Dec 4 18:32:52.882 GMT+1: IGMPSN: group: Adding client ip 10.10.10.10, port_id Gi1/0/3, on vlan 1
    Dec 4 18:32:52.882 GMT+1: IGMPSN: mgt: created group EFC0278B, on Vlan 1
    Dec 4 18:32:55.147 GMT+1: IGMPSN: Received SVI query(224.0.0.1) on vlan 1
    Dec 4 18:32:55.147 GMT+1: IGMPSN: Adding iquerier flag in vlan 1
    Dec 4 18:32:55.147 GMT+1: IGMPSN: router: iquerier added on Vlan 1
    Dec 4 18:32:57.907 GMT+1: IGMPSN: group: Received V2 report for group 239.192.39.139 received on Vlan 1, port Gi1/0/3
    Dec 4 18:32:57.907 GMT+1: IGMPSN: group: Adding client ip 10.10.10.10, port_id Gi1/0/3, on vlan 1
    Dec 4 18:33:00.852 GMT+1: IGMPSN: group: Received V2 report for group 225.10.10.10 received on Vlan 1, port Gi1/0/2
    Dec 4 18:33:05.155 GMT+1: IGMPSN: timer: Vlan 1 report timer expired
    Dec 4 18:33:14.769 GMT+1: IGMPSN: group: Leave for group 239.192.39.139 received on Vlan 1, port Gi1/0/3
    Dec 4 18:33:14.769 GMT+1: IGMPSN: group: Adding client ip 10.10.10.10, port_id Gi1/0/3, on vlan 1
    Dec 4 18:33:14.769 GMT+1: IGMPSN: group: Sending Group-Specific Query for group 239.192.39.139 on Vlan 1, port Gi1/0/3
    Dec 4 18:33:15.775 GMT+1: IGMPSN: timer: Vlan 1, group 239.192.39.139, port Gi1/0/3 leave port timer expired
    Dec 4 18:33:15.775 GMT+1: IGMPSN: group: Deleting group 239.192.39.139
    Dec 4 18:33:15.775 GMT+1: IGMPSN: group: Deleting gce 0100.5e40.278b
    Dec 4 18:33:15.775 GMT+1: IGMPSN: group: Sending Leave for group 239.192.39.139, source 10.10.10.10 on Vlan 1
    Dec 4 18:33:15.775 GMT+1: IGMPSN: Received SVI query(239.192.39.139) on vlan 1
    Dec 4 18:33:15.775 GMT+1: IGMPSN: Adding iquerier flag in vlan 1
    Dec 4 18:33:15.775 GMT+1: IGMPSN: router: iquerier added on Vlan 1
    Dec 4 18:33:16.782 GMT+1: IGMPSN: Received SVI query(239.192.39.139) on vlan 1
    Dec 4 18:33:16.782 GMT+1: IGMPSN: Adding iquerier flag in vlan 1
    Dec 4 18:33:16.782 GMT+1: IGMPSN: router: iquerier added on Vlan 1
    3750G#
    3750G#sh ip igmp groups
    IGMP Connected Group Membership
    Group Address Interface Uptime Expires Last Reporter
    239.192.39.139 Vlan1 00:00:03 00:02:56 10.10.10.10

    As WMP is not a DVD player, my suggestion would be to tell your clients to never use WMP.All our DVD discs go out with a warning not to allow WMP to be used.
    In most computer setups, WMP does not play back video correctly as it does not have an MPEG codec installed, or has navigational problems.
    All computers that have a DVD drive fitted, will have a dedicated DVD software player installed, such as Win DVD or Power DVD, so why not use that?

  • Airserver multicast mDNS problem

    I have WLC 2504 running     7.4.100.0 with a single 1242AG AP
    single wireless SSID on the WLC
    an Apple AIRSERVER and an IPAD which should be able to do mirroring to show ipad screen on the pc
    they have IPs in same subnet and have base connectivity
    it just wont work! the ipad never sees the airplay server option come up
    BUT
    if i move these 2 systems to a cisco autonomous AP. or another commodity wireless LAN and have the 2 systems (pc/ipad) in same subnet it works
    if i have the pc on wired and the ipad (wireless obviously) this work on the autonomous or commodity AP fine
    so there is something "different" about using the WLC/LWAP right?
    i have tried with and without the various multicast options enabled etc
    please can anyone advise or help?
    many thanks
    dave

    thank you both for helping me and for the pointers.
    I have a config (attached)
    I have this update to the case:-
    laptop and iphone on same wireless LAN  (interface3) wireless LANcalled clients34
    With the command
    config mdns snooping DISable
    i can see the Airserver from the iPAD and it works (WITHIN) the wireless WLAN i.e. both on same WLAN and IP subnet
    if i issue
    config mdns snooping ENable
    the
    Airserver disappears and wont work
    it comes back as soon as i disable the mdns snooping
    this is consistently reproducible
    any ideas welcomed
    it never works between WLANs (so far!)
    dave
    here is the config
    config location expiry tags 5
    config interface address management 10.99.98.40 255.255.255.128 10.99.98.1
    config interface dhcp management primary 10.99.98.3
    config interface port management 1
    config interface vlan management 10
    config interface address virtual 1.1.1.1
    config interface address dynamic-interface clients33 10.10.33.6 255.255.255.0 10.10.33.1
    config interface create clients33 33
    config interface dhcp dynamic-interface clients33 primary 10.99.98.3
    config interface port clients33 2
    config interface vlan clients33 33
    config interface address dynamic-interface clients34 10.10.34.6 255.255.255.0 10.10.34.1
    config interface create clients34 34
    config interface dhcp dynamic-interface clients34 primary 10.99.98.3
    config interface port clients34 2
    config interface vlan clients34 34
    config 802.11b 11gsupport enable
    config 802.11b cac voice sip bandwidth 64 sample-interval 20
    config 802.11b cac voice sip codec g711 sample-interval 20
    config 802.11b cleanair alarm device enable 802.11-nonstd
    config 802.11b cleanair alarm device enable jammer
    config 802.11b cleanair alarm device enable 802.11-inv
    config sysname Apple
    config logging traceinfo disable debugging
    config logging syslog level debugging
    config logging syslog level 7
    config logging syslog host 10.99.98.36
    config database size 2048
    config country US
    config advanced probe limit 2 500
    config advanced probe-limit 2 500
    config advanced 802.11a channel add 36
    config advanced 802.11a channel add 40
    config advanced 802.11a channel add 44
    config advanced 802.11a channel add 48
    config advanced 802.11a channel add 52
    config advanced 802.11a channel add 56
    config advanced 802.11a channel add 60
    config advanced 802.11a channel add 64
    config advanced 802.11a channel add 149
    config advanced 802.11a channel add 153
    config advanced 802.11a channel add 157
    config advanced 802.11a channel add 161
    config advanced 802.11b channel add 1
    config advanced 802.11b channel add 6
    config advanced 802.11b channel add 11
    config mdns service query enable AFP
    config mdns service create AFP _afpovertcp._tcp.local. query enable
    config mdns service query enable AirPrint
    config mdns service create AirPrint _ipp._tcp.local. query enable
    config mdns service query enable AirTunes
    config mdns service create AirTunes _raop._tcp.local. query enable
    config mdns service query enable AppleRemoteDesktop
    config mdns service create AppleRemoteDesktop _net-assistant._udp.local. query enable
    config mdns service query enable AppleTV
    config mdns service create AppleTV _airplay._tcp.local. query enable
    config mdns service query enable HP_Photosmart_Printer_1
    config mdns service create HP_Photosmart_Printer_1 _universal._sub._ipp._tcp.local. query enable
    config mdns service query enable HP_Photosmart_Printer_2
    config mdns service create HP_Photosmart_Printer_2 _cups._sub._ipp._tcp.local. query enable
    config mdns service query enable Printer
    config mdns service create Printer _printer._tcp.local. query enable
    config mdns profile service add default-mdns-profile AirPrint
    config mdns profile service add default-mdns-profile AppleTV
    config mdns profile service add default-mdns-profile HP_Photosmart_Printer_1
    config mdns profile service add default-mdns-profile HP_Photosmart_Printer_2
    config mdns profile service add default-mdns-profile Printer
    config mdns profile create default-mdns-profile
    config mdns snooping enable
    config mobility group domain MOBGROUP
    config network rf-network-name RFGROUP
    config network telnet enable
    config network broadcast enable
    config network multicast igmp snooping enable
    config network multicast l2mcast disable service-port
    config network multicast l2mcast disable virtual
    config network multicast mld snooping enable
    config network multicast global enable
    config dhcp address-pool scope33 10.10.33.2 10.10.33.254
    config dhcp default-router scope33 10.10.33.1
    config dhcp create-scope scope33
    config dhcp network scope33 10.10.33.0 255.255.255.0
    config dhcp address-pool "scope 34" 10.10.34.2 10.10.34.254
    config dhcp default-router "scope 34" 10.10.34.1
    config dhcp create-scope "scope 34"
    config dhcp dns-servers "scope 34" 8.8.8.8
    config dhcp network "scope 34" 10.10.34.0 255.255.255.0
    config dhcp lease scope33 86400
    config dhcp enable scope33
    config dhcp lease "scope 34" 86400
    config license boot base
    config license agent max-sessions 9
    config 802.11a cac voice sip bandwidth 64 sample-interval 20
    config 802.11a cac voice sip codec g711 sample-interval 20
    config 802.11a cleanair alarm device enable 802.11-nonstd
    config 802.11a cleanair alarm device enable jammer
    config 802.11a cleanair alarm device enable 802.11-inv
    config nmsp notification interval rssi rfid 2
    config certificate generate webauth
    config wlan mfp client enable 1
    config wlan mfp client enable 3
    config wlan mfp client enable 4
    config wlan dhcp_server 1 10.99.98.3 required
    config wlan security ft over-the-ds disable 1
    config wlan security wpa wpa1 ciphers aes enable 1
    config wlan security wpa wpa1 ciphers tkip enable 1
    config wlan security wpa wpa1 enable 1
    config wlan security wpa wpa2 ciphers aes disable 1
    config wlan security wpa wpa2 disable 1
    config wlan security wpa akm psk set-key hex encrypt 1 a1f6e0bbf14d724dc3f66873d6f810a6 786fcab479dd2b3ab7fe1e79eb569f3bcd8bec22 48 db307698ce2f6146a19f3b40cb7a52b39b8062c5d6f8f0f37d60dc98cde78d6a1e8aea0014292f6192cd1a06a447fccd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1
    config wlan security wpa akm psk enable 1
    config wlan security wpa akm 802.1x disable 1
    config wlan security wpa enable 1
    config wlan security web-auth server-precedence 1 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 a1f6e0bbf14d724dc3f66873d6f810a6 786fcab479dd2b3ab7fe1e79eb569f3bcd8bec22 48 db307698ce2f6146a19f3b40cb7a52b39b8062c5d6f8f0f37d60dc98cde78d6a1e8aea0014292f6192cd1a06a447fccd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1
    config wlan dhcp_server 3 10.99.98.3 required
    config wlan security ft over-the-ds disable 3
    config wlan security wpa wpa1 ciphers aes enable 3
    config wlan security wpa wpa1 enable 3
    config wlan security wpa wpa2 ciphers aes disable 3
    config wlan security wpa wpa2 disable 3
    config wlan security wpa akm psk set-key hex encrypt 1 42a623f34bd4ac9f6c4d8415be540e52 aa8f5add9351816443d374a3fa1cd76ee34ec325 48 83269c2ab1bfffb0717cf80763bf2be8e30af9de5d784f132deef8aba1ef463d37eda9fcca7b3edac4f16806799bddb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3
    config wlan security wpa akm psk enable 3
    config wlan security wpa akm 802.1x disable 3
    config wlan security wpa enable 3
    config wlan security web-auth server-precedence 3 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 42a623f34bd4ac9f6c4d8415be540e52 aa8f5add9351816443d374a3fa1cd76ee34ec325 48 83269c2ab1bfffb0717cf80763bf2be8e30af9de5d784f132deef8aba1ef463d37eda9fcca7b3edac4f16806799bddb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3
    config wlan dhcp_server 4 10.99.98.3 required
    config wlan security ft over-the-ds disable 4
    config wlan security wpa wpa1 ciphers aes enable 4
    config wlan security wpa wpa1 enable 4
    config wlan security wpa wpa2 ciphers aes disable 4
    config wlan security wpa wpa2 disable 4
    config wlan security wpa akm psk set-key hex encrypt 1 5032332e8e93f8a77f2d0e2f97d411e4 37dee84d8d542d677ead99c9a06b559c3c6c39e7 48 d5576ca89f5c5201557c2a30274ac2034f0881e1502f22d0fb59b2ea05c338c9e09c57844efaa2d20967d8931c7b795c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 4
    config wlan security wpa akm psk enable 4
    config wlan security wpa akm 802.1x disable 4
    config wlan security wpa enable 4
    config wlan security web-auth server-precedence 4 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 5032332e8e93f8a77f2d0e2f97d411e4 37dee84d8d542d677ead99c9a06b559c3c6c39e7 48 d5576ca89f5c5201557c2a30274ac2034f0881e1502f22d0fb59b2ea05c338c9e09c57844efaa2d20967d8931c7b795c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 4
    config wlan nasid Cisco_88:af:84 1
    config wlan broadcast-ssid enable 1
    config wlan interface 1 management
    config wlan nasid Cisco_88:af:84 3
    config wlan broadcast-ssid enable 3
    config wlan interface 3 clients34
    config wlan nasid Cisco_88:af:84 4
    config wlan broadcast-ssid enable 4
    config wlan interface 4 clients33
    config wlan create 1 wall wall
    config wlan session-timeout 1 1800
    config wlan create 3 clients34 clients34
    config wlan session-timeout 3 1800
    config wlan create 4 clients33 clients33
    config wlan session-timeout 4 1800
    config wlan exclusionlist 1 60
    config wlan exclusionlist 3 60
    config wlan exclusionlist 4 60
    config wlan wmm allow 1
    config wlan wmm allow 3
    config wlan mdns disable 3
    config wlan wmm allow 4
    config wlan enable 1
    config wlan enable 3
    config wlan enable 4
    config ap packet-dump truncate 0
    config ap packet-dump buffer-size 2048
    config ap packet-dump capture-time 10
    config mgmtuser add encrypt admin 1 321719832e36efcfeefd2273c587a40e 5b6894ae997a61fda287052deb92ad880db51682 16 87acec2a7c4ebbed6eee748deb8b111c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 read-write
    config mgmtuser add encrypt l8admin 1 f2fbd280a591024db06b5e26e3aea6f0 0a6c6ee6cd7de16f828232164d3edeefdce05f4a 16 ba42eb8ce58babcf06c6e402e96353d60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 read-write
    config rfid timeout 1200
    config rfid status enable
    config rfid mobility pango disable
    transfer upload path /
    transfer upload datatype config
    transfer upload serverip 172.29.254.1
    transfer upload filename Daves_WLC.txt
    transfer download path /
    transfer download serverip 172.29.254.1
    transfer download filename Daves_WLC.txt

  • NAT7210 to host data transmission problem

    Hello!
    Years ago, our company developed a GPIB interface board, using a NAT7210 GPIB controller which is hosted by an Atmel 8 bit MCU. For a test, the board is connected to a NI GPIB PCI interface, using MAX and NI-488 Communicator for communication.
    Everything works fine so far, except one thing: a customer complained about occasionally "distorted" responses to the *IDN? query. We verified this to be true.
    The response sometimes contains one additional character. For example, if the response string to the *IDN? query would be 70 bytes (including end token 0xA), sometimes it is 71 bytes and the additional character, which is mostly a ">" (0x3E), is inserted in random position.
    Sometimes it's even worse. Then the NAT7210 sends the string twice, making it 139 bytes. This error occurs every few times when querying *IDN?.
    The MCU that controls the NAT7210 does not send this additional character. I can verify in the debug mode, that the buffer content that is sent to the GPIB controller is OK and the code is OK, so that sending data is not interfered. We don't have any clue how to stop this. The NAT7210 has no command to flush its output buffer, nor we know if it does automatically after sending the message via GPIB.
    Does anybody have any idea what's causing this and how to stop it? TIA

    About NAT7210:
    The problem with those GPIB controllers is that there are too many "ORs" in the manuals. "Do this OR do that". Too many options when setting up the config of a controller making it almost impossible to find the right one. We strictly adhered the initialisation sequence as told in the manual. But NI or other GPIB controller manufacturers don't mention a word about timing of the control data between host MCU and NAT7210. I also couldn't find example code for best configuration. 
    However, the chip and the GPIB device are working smooth on the bus, except that one single problem. So I doubt if the controller is set up incorrectly.
    I can not ensure that there is no noise on the bus, but I only have that one controller chip as talker/listener on the bus.
    The number of queries after the problem occurs again is arbitrary. Sometimes 1, sometimes 5, sometimes 10 queries. The frequency of the double string is not so high as that of the additional character.
    About rich text editor:
    I'm using Chrome. The behaviour with the missing button strip and mode switching only happens when starting a new topic after searching the forum and pressing the blue button "Post" above the search result window. When replying to a thread, everything is fine, even switching between Rich Text and Preview modes. In the other case, the windows contents were deleted when switching view mode.
    Best regards,
    Maik

  • WRT54GX VER2 WIRELESS TRANSMISSION PROBLEM

    My wireless transmission indicator on the router is not coming on. and the POE is blinking consistently, i have tried to reset the router, but its not granting me access into the router.. it all started when i was upgrading the firmware of my router, there was a power interuption during upgrade

    well....as the firmware upgrade was interrupted it seems that the router must have been damaged ....
    you can still try resetting the router for a minute .. do a power cycle .. check whether the computer gets an ip add and it is able to ping the router ..

  • JESD204 Transmission Problem

    ? signal integrity ?
    is there a test mode in the system where you can test the link / BERT between two ?
    wonder if the values change with tempature ?
    just a thought ,

    I'm currently working on setting up a JES204 connection between a Xilinx ZC706 and a DAC FMC card. I have seem to run into a weird situation in my configuration process. I have programmed the JESD core on the FPGA side with the correct values, but my DAC is recieveing some incorrect values for the M, Subclass, and JESDV (jesd version) values. I have experimented some with the M value and found that I recieve the correct value on the DAC if the value is a 0,1,2, or 4. However if I try to use the value I need (a 3) the DAC recieves a 1C. The other problem is the 1s for subclass and JESDV turn into C's.
    All the other values work fine, but for some reason these three don't appear to work properly. Would anyone be able to provide some insight?

Maybe you are looking for

  • How can I create an iView without visual components in VC

    Hello: I'm trying to create an iView with on ly a call to a data service inside: start point, call, end pont. But VC it's giving me errors when I compile it. If I add a visual component to the iView: form, table, html. Iview compiles and works OK. th

  • Java 2D and 3D issue

    Hello everyone, I'm new to Java graphics and have been trying to figure out the best way to improve my particular application. It is dynamic and refreshes at about 75Hz. It contains lots of data points and seems to flicker a lot. I've concluded that

  • How to get pst from Exchange 2007 server

    Hi, How to get pst from exchange server 2007 & 2010. Regards Anil

  • Spouse, Children fields from Outlook - syncing, but not displayed

    I discovered something rather curious, and am wondering if anyone has any more information about this. I use the Children and Spouse fields in my Outlook records. When I sync to iPhone, these fields are not shown. However, if I choose to "share a con

  • HT201210 Iphone couldnt be restored. An unknown error occurred(14)

    Hi, I was updating the itune and meanwhile my iphone 4S cable disconnected and it failed to restore. Afterward, phone shows itune logo on screen with plugin cable sign. When i connect to the pc(latest version window 8) itune shows "the itune has dete