Talk:TCPServer
From Avisynth wiki
Does this still work in 2015?
See my post on doom9.
Raffriff42 14:29, 13 September 2015 (CEST)
- Please file a bug report on sourceforge (with the exact scripts and steps you used to test it). Last time i checked with 2.60 it worked (note that you need to use the final 2.60 avs-version; earlies versions won't work with the new colorformats). Admin 15:13, 20 September 2015 (CEST)
- Before reporting, I tested again, opening my firewall to "remote port" 127.0.0.1:2000 and running both server and client with admin privileges, and still got an access violation.
- But then visiting the Tickets page to file the report, I get this...
- Sorry Anonymous submission's are no longer permitted due to some dick head filling the tracker with spam.
- (screenshot)...I was signed into sourceforge, so how am I anonymous? Raffriff42 17:31, 20 September 2015 (CEST)
- EDIT I am using Avisynth+ - will test again with latest v2.60 Raffriff42 17:37, 20 September 2015 (CEST)
- 2.60rc2 has fixes for non-YV12 planar formats (the tcpdeliver plugin). I don't know if you are using that one (tcpdeliver.dll should say file version 2.6.0.7 under properties, see http://avisynth2.cvs.sourceforge.net/viewvc/avisynth2/avisynth/src/plugins/TCPDeliver/ClientGUI.rc?r1=1.9&r2=1.10). If it still doesn't work, please post your scripts.
- With respect to sf. It says that for me too. It doesn't say your are anon, just that anon can't make tickets. You should be able to make a ticket. Admin 17:47, 20 September 2015 (CEST)
- OK Will do the ticket. I got the same access error under the latest Avisynth v2.60. Here are the scripts:
## server running in MPC-HC DirectShowSource(file) TCPServer(2000) return Last.Loop
## client running under VirtualDub TCPSource("tcp://127.0.0.1", 2000) ## crash return Last.Info
- Raffriff42 18:11, 20 September 2015 (CEST)
- Please replace dss by blankclip with the same properties. also post dss(...).info Admin 18:41, 20 September 2015 (CEST)
- Raffriff42 18:11, 20 September 2015 (CEST)