Is anybody run a rsp sample success on windows ?

my config file is 
/global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN OFF
}

server
{
    connection 
    { 
        type RSP 
        hostname "239.255.42.43"         
        interface "0.0.0.0"
    }
    config
    {
        appNode
        {
            connection 
            { 
                type RSP
                hostname "239.255.42.43"                
                interface "0.0.0.0"
            }
            pipe
            {
                window
                {
                    viewport [ 200 100 800 400 ]
                    channel { name "channel1" }
                }
            }
        }
        node
        {
            connection 
            { 
                type RSP
                hostname "239.255.42.43"  
                interface "0.0.0.0"
            }
            pipe {
                    window 
                    {
                        viewport [ 200 100 800 400 ]
                        channel { name "channel2" }
                    }
                }
        }
       
        observer{}
        layout{ view { observer 0 }}
        canvas
        {
            layout 0
            wall{}
            segment { channel "channel1" }
        }
        compound
        {
            channel  ( segment 0 view 0 )

            compound
            {
                viewport [ 0 0 .25 .333 ]
            }
            compound
            {
                channel "channel2"
                viewport [ .25 0 .25 .333 ]
                outputframe {}
            }
            inputframe { name "frame.channel2" }
        }
    }    
} /

1、run "eqHello.exe --eq-listen 239.255.42.43:RSP --eq-client"
on the render node.
2、run "eqServer.exe rsp.eqc" 
on the server node 
3、run "eqHello.exe --eq-server 239.255.42.43:RSP   --eq-listen
172.16.131.152 " as app node 

the app node was exit , and the other two node no response.

what is wrong ?

thank!







--
View this message in context: 
http://software.1713.n2.nabble.com/how-to-run-a-rsp-config-sample-tp7585825.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to