$ping 192.168.2.52 (you can also ping vice versa)
-3. Make sure that IP address specified in the weston.ini under [remote-output] matches the Waltham-Receiver IP.
+3. Make sure that IP address specified in the weston.ini under [transmitter-output] matches the Waltham-Receiver IP.
4. Make sure that IP address in pipeline.cfg on the transmitter side match the Waltham-Receiver IP.
The destination of remoting is configured in weston.ini.
Add output name, server address, port number, output's width and height key
- under '[remote-output]'. You can speficy multiple [remote-output].
+ under '[transmitter-output]'. You can speficy multiple [transmitter-output].
In details, see 'weston.ini.transmitter'.
$ping 192.168.2.52 (you can also ping vice versa)
-3. Make sure that IP address specified in the weston.ini under [remote-output] matches the Waltham-Receiver IP.
+3. Make sure that IP address specified in the weston.ini under [transmitter-output] matches the Waltham-Receiver IP.
4. Make sure that IP address in pipeline.cfg on the transmitter side match the Waltham-Receiver IP.
section = weston_config_get_section(config, "remote", NULL, NULL);
while (weston_config_next_section(config, §ion, &name)) {
- if (0 == strcmp(name, "remote-output")) {
+ if (0 == strcmp(name, "transmitter-output")) {
if (0 != weston_config_section_get_string(section, "output-name",
&model, 0))
continue;
ivi-module=ivi-controller.so
ivi-input-module=ivi-input-controller.so
-[remote-output]
+[transmitter-output]
output-name=transmitter_1
server-address=192.168.2.11
port=34400
width=1920
height=1080
-[remote-output]
+[transmitter-output]
output-name=transmitter_2
server-address=192.168.2.12
port=34400