It should look like this:

global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN OFF
}

server
{
    connection
    {
        hostname "192.168.1.1"
    }
    config
    {
        appNode
        {
            connection
            {
                bandwidth 102400
                type RSP
                interface "192.168.1.1" #change this accordingly
                port 11147
                hostname "239.255.42.43"
            }
            connection { hostname "192.168.1.1" }
            pipe
            {
                window
                {
                    viewport [ 200 100 800 400 ]
                    channel { name "channel1" }
                }
            }
        }
        node
        {
            connection
            {
                bandwidth 102400
                type RSP
                interface "192.168.1.2" #change this accordingly
                port 11147
                hostname "239.255.42.43"
            }
            connection { hostname "192.168.1.2" }
            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" }
        }
    }
}

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of lantian318
Sent: Montag, 30. Juni 2014 09:17
To: [email protected]
Subject: Re: [eq-dev] how to run a rsp config sample?

Hi, Carsten

Thanks for your reply.
I think you are right.
Could you give me a sample eqc file for rsp?


frankz





--
View this message in context: 
http://software.1713.n2.nabble.com/how-to-run-a-rsp-config-sample-tp7585825p7585875.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
This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Realtime Technology does not accept or assume any liability or 
responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer

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

Reply via email to