OK, thanks for your reply. I will read the releate codes again.
On 2024/8/27 9:50, Ross Finlayson wrote:
On Aug 26, 2024, at 6:47 PM, Yang Sheng wrote:
OK, and I have read the code related to proxyServer and made some changes with
the file groupsock/GroupsocksHelper.cpp. Now the stream data
> On Aug 26, 2024, at 6:47 PM, Yang Sheng wrote:
>
> OK, and I have read the code related to proxyServer and made some changes
> with the file groupsock/GroupsocksHelper.cpp. Now the stream data is stuck
> after PLAY command send. I wonder can I directly modify the code to forward
> data str
OK, and I have read the code related to proxyServer and made some
changes with the file groupsock/GroupsocksHelper.cpp. Now the stream
data is stuck after PLAY command send. I wonder can I directly modify
the code to forward data stream obtained from eth0 to eth1 in the
application layer ?
On
As an application running above the kernel, the “LIVE555 Proxy Server” (like
all LIVE555 applications) doesn’t know or care what network interfaces your
computer has. All it knows about are IP addresses. So, as long as your kernel
has a route to each of your IP subnets (in your case: 192.168.1
I have an embedded board with two ethernet. And, one ethernet connect a website camera with 192.168.1.xx , another ethernet connect to PC with 10.20.38.xx。I build live20231130 version, and get proxyServer app. First I run I on the embeded board with command proxyServer , then I try using vlc on PC