Skip to content

Commit e0c6dad

Browse files
committed
tcpserversink: 192.168.0.4 to fit STM32MP25 eth1 (2nd port)
root@stm32mp2:~# gst-launch-1.0 tcpclientsrc host=192.168.0.4 port=5000 ! queue ! decodebin ! queue ! fpsdisplaysink sync=false video-sink="waylandsink fullscreen=true"
1 parent 915b167 commit e0c6dad

File tree

1 file changed

+1
-1
lines changed
  • samples/drivers/video/tcpserversink

1 file changed

+1
-1
lines changed

samples/drivers/video/tcpserversink/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ CONFIG_NET_SHELL=y
3737

3838
# Network application options and configuration
3939
CONFIG_NET_CONFIG_SETTINGS=y
40-
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
40+
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.168.0.4"
4141

4242
CONFIG_VIDEO=y

0 commit comments

Comments
 (0)