01-18-2007 09:42 AM - edited 01-18-2007 09:42 AM
Message Edited by wlan on 01-18-2007 09:43 AM
01-19-2007 04:34 AM
Hi!
Depending on the priority, if you send interrupts, polling, ...., the jitter of TCP/IP is between 400µs and 10ms!
You can test the communication by setting up a deterministic server and send e.g. a timestamp every second. The client then uses e.g. TCP Read to read a certain number of bytes, so you can verify the performance of the several protocols.
BR, Christian
01-22-2007 05:56 AM
01-22-2007 06:38 AM
Hi WLAN,
Sorry, I misunderstood your question.
No, it is not possible to directly use RTP! But depending on your application (e.g. Streaming) you can use TCP or UDP. If you want to transfer files you would use TCP, if you want to stream data very fast, just use UDP (RTP sets up on UDP) and write your own header.
BR, Christian
01-22-2007 06:49 AM
01-22-2007 07:06 AM
I know, .... I'm in Munich.![]()
So, thanks for your rating, Christian
07-11-2007 10:25 AM
10-25-2021 04:35 AM
Do you got any library or solutions for this? I am also working on similar application. I am using RTSP ethernet camera to get video data over TCPIP. So I am establishing RTSP communication with camera with secondary controller & after this that controller will stream continuous data to LabVIEW in RTP frame over TCPIP. So do you got any solutions related to decoding this frame & extract video?