Talk:TCPServer
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) (reply) |
Raffriff42 (Talk | contribs) m (Category:Talk) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Talk]] | ||
==== Does this still work in 2015? ==== | ==== Does this still work in 2015? ==== | ||
See my [http://forum.doom9.org/showthread.php?p=1738422#post1738422 post on doom9].<br> | See my [http://forum.doom9.org/showthread.php?p=1738422#post1738422 post on doom9].<br> | ||
Line 31: | Line 32: | ||
:::::Please replace dss by blankclip with the same properties. also post dss(...).info [[User:Admin|Admin]] 18:41, 20 September 2015 (CEST) | :::::Please replace dss by blankclip with the same properties. also post dss(...).info [[User:Admin|Admin]] 18:41, 20 September 2015 (CEST) | ||
::::::No change with BlankClip. dss= YV12, 320x240, 29.97, progressive, 2ch audio, 44100 [[User:Raffriff42|Raffriff42]] 19:16, 20 September 2015 (CEST) | ::::::No change with BlankClip. dss= YV12, 320x240, 29.97, progressive, 2ch audio, 44100 [[User:Raffriff42|Raffriff42]] 19:16, 20 September 2015 (CEST) | ||
+ | :::::::Try TCPSource("127.0.0.1", 2000) #tcp:// in front of it doesn't work. [[User:Admin|Admin]] 20:08, 20 September 2015 (CEST) | ||
+ | ::::::::SON OF A...It works!! [[User:Raffriff42|Raffriff42]] 20:18, 20 September 2015 (CEST) |
Latest revision as of 02:05, 14 December 2015
[edit] 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)
- No change with BlankClip. dss= YV12, 320x240, 29.97, progressive, 2ch audio, 44100 Raffriff42 19:16, 20 September 2015 (CEST)
- Try TCPSource("127.0.0.1", 2000) #tcp:// in front of it doesn't work. Admin 20:08, 20 September 2015 (CEST)
- SON OF A...It works!! Raffriff42 20:18, 20 September 2015 (CEST)
- Try TCPSource("127.0.0.1", 2000) #tcp:// in front of it doesn't work. Admin 20:08, 20 September 2015 (CEST)
- No change with BlankClip. dss= YV12, 320x240, 29.97, progressive, 2ch audio, 44100 Raffriff42 19:16, 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)