dwrbudr
2nd January 2005, 18:28
I have two AthlonXP 1700+ PC's at home and without success tried TCPServer/TCPSource. AVISynth 2.55 is installed on both PCs.
Here is a sample server AVS script:
---------------------------
AVISource(...) // xvid AVI file, xvid 1.0.3 installed
crop(...)
LanczosRezise(...)
undot()
TCPServer()
---------------------------
The server's IP is 192.168.0.2 (100Mbit LAN)
The client script (client IP is 192.168.0.1):
---------------------------
TCPSource("192.168.0.2")
---------------------------
I load the server script in VDub (tryed 1.5.10, 1.6.1, 1.6.2).
On the server the script loads OK.
The problem is that VDub crashes on the client machine when I load the client script. I always used the same VDub versions on the both PC. Sometime VDub crashes (disappears), sometime freezes and sometime VDub crashes and the server's VDub when opening the .avs file on the client machine. When I stop VDub on the server machine and try to open the client .avs - message appears that cannot connect to the server and thats right. But why VDub crashes when the avisynth server is started I have no idea. I also tried ti change the port with TCPServer parameter, but the result is the same.
What is the right way to use this kind of frameserving over the network? The brief 'help' on the avisynth site does not give a working example of that :(
Here is a sample server AVS script:
---------------------------
AVISource(...) // xvid AVI file, xvid 1.0.3 installed
crop(...)
LanczosRezise(...)
undot()
TCPServer()
---------------------------
The server's IP is 192.168.0.2 (100Mbit LAN)
The client script (client IP is 192.168.0.1):
---------------------------
TCPSource("192.168.0.2")
---------------------------
I load the server script in VDub (tryed 1.5.10, 1.6.1, 1.6.2).
On the server the script loads OK.
The problem is that VDub crashes on the client machine when I load the client script. I always used the same VDub versions on the both PC. Sometime VDub crashes (disappears), sometime freezes and sometime VDub crashes and the server's VDub when opening the .avs file on the client machine. When I stop VDub on the server machine and try to open the client .avs - message appears that cannot connect to the server and thats right. But why VDub crashes when the avisynth server is started I have no idea. I also tried ti change the port with TCPServer parameter, but the result is the same.
What is the right way to use this kind of frameserving over the network? The brief 'help' on the avisynth site does not give a working example of that :(