Hi,
I am new to Equalizer and want to configure Equalizer to use RSP connection
(reliable multicast). I wrote a simple eqc file listed below and ran the
"eqply" using the command "eqPly.exe --eq-listen 239.255.12.34:RSP
--eq-client -m rockerArm.ply" in node "192.168.1.101", and "eqPly.exe
--eq-config rsp.eqc -m rockerArm.ply" in node "192.168.1.102".
However, the client side ("192.168.1.101") crashed after the other side
launch. Did I make any mistakes in the eqc file or command line parameters?
Many thanks and best regards, 
cxs

-------------------------------------------------------------------------------------------------------
rsp.eqc
-------------------------------------------------------------------------------------------------------
global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN OFF
}

server
{
    connection { hostname "239.255.12.34" type RSP interface
"192.168.1.102"}
    config
    {
        appNode
        {
            connection { hostname "239.255.12.34" type RSP interface
"192.168.1.102"}
            pipe 
            {
                window
                {
                    viewport [ 200 100 800 400 ]
                    channel { name "channel1" }
                }
            }
        }
        node
        {
            connection { hostname "239.255.12.34" type RSP interface
"192.168.1.101"}
            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" }
        }
    }    
}
-------------------------------------------------------------------------------------------------------




--
View this message in context: 
http://software.1713.n2.nabble.com/Reliable-multicast-RSP-problem-tp7582635.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