remoting-plugin and transmitter-plugin use same
output section name [remote-output] so change it
to [transmitter-output] for transmitter-plugin to
avoid conflict.
Change-Id: Ib15071ceb68e26e9343765ffcd66988b5a1d4acc
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
(cherry picked from commit
2309102f95145d04dad67bf4d00e4c217aea8470)
$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