Page 1 of 1

Where to set destination address in Fixed mode?

Posted: Thu Aug 17, 2023 11:30 am
by PE5PVB
Hi,

When I set my Winterhill to Fixed mode, so I will use an external player, where can I set the destination IP address?

Re: Where to set destination address in Fixed mode?

Posted: Thu Aug 17, 2023 12:47 pm
by G4EWJ
It's in the file /home/pi/winterhill/RPi-3v20/whlaunch-fixed.sh

Note that the second line below (whlaunch-fixed-3v20.sh) needs a # at the beginning, to comment it out.

Brian

===============================================================================================

#!/bin/bash

whlaunch-fixed-3v20.sh

# sends the TS to a fixed address
# no VLC windows are started on the RPi
# the final zero is the interface IP address which should be set if the RPi has more than one network interface

cd /home/pi/winterhill/RPi-3v20
./winterhill-fixed-3v20.sh 192.168.77.237 9900 0

Re: Where to set destination address in Fixed mode?

Posted: Thu Aug 17, 2023 1:01 pm
by PE5PVB
Thanks.