|
7/1/2009 12:21:46 PM
|
lucky Posts 5
|
Hi all.
Does anyone know how this tool (App-V-Ping) checks the connection to port 554?
I've tried connect to App-V server using .Net Socket but I have no idea what request (package) I should sent to receive
any feed back.
Does anyone can help me?
|
|
7/1/2009 1:23:16 PM
|
Arnout Grootveld — Immidio Posts 247
|
Hi Lucky,
App-V uses the RTSP protocol on port 554. The App-V Ping tool actually doesn't implement much of RTSP; it just sends a very simple request and then checks if it receives the expected response.
-- Arnout.
|
|
7/1/2009 1:47:58 PM
|
lucky Posts 5
|
Could You give me an example of "simple request" (string or byte[] or HEX - ad libitum)?
|
|
7/1/2009 2:48:11 PM
|
Arnout Grootveld — Immidio Posts 247
|
The App-V Ping tool just sends two crlf pairs ("\r\n\r\n") and then checks whether it receives an RTSP response.
-- Arnout.
|
|
7/1/2009 3:12:05 PM
|
lucky Posts 5
|
Arnout, thanks a lot! App-V Server realy sends response on this simple request. Previously I've tried cmd telnet command to connect on port 554. But I was not able to simulate this situation by using the code. So, now I'm able to do it.
But I've additional question about App-V Server responding: Have you ever receive a reply from the server in another way?
|
|
7/1/2009 9:42:22 PM
|
Arnout Grootveld — Immidio Posts 247
|
I'm not sure I understand your question. What exactly do you mean with "receive a reply from the server in another way"?
-- Arnout.
|
|
7/2/2009 10:19:31 AM
|
lucky Posts 5
|
I'm sorry, I mean sending another variant of request TO App-V server except "\r\n\r\n".
|
|
7/2/2009 1:07:12 PM
|
Arnout Grootveld — Immidio Posts 247
|
Ah, OK. No, so far we haven't gone to the trouble to really implement an RTSP client.
-- Arnout.
|
|
7/2/2009 1:11:35 PM
|
lucky Posts 5
|
OK, Thank you for the reply.
|
|
pages:
1 |