Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Date: 02-06-2016 15:55:32
  2. Name: Jaroslav Kysela
  3.  
  4. Message:
  5.  
  6. Hello,
  7.  
  8. some SAT>IP clients allow to use RTP/AVP/TCP transport mechanism (embedded RTP through the TCP RTSP connection). Using UDP protocol mean that these packets might be lost on the network (even with good configuration/hardware - it depends on all ethernet network components which forwards the packets).
  9.  
  10. Please, implement RTP/AVP/TCP transport mechanism (RFC2326 internet standard) to your octopusnet server software.
  11.  
  12. Jaroslav Kysela
  13.  
  14. Date: 14-06-2016 17:21:25
  15. Name: Dieter Rimmle
  16.  
  17. Message:
  18.  
  19. Hello Mr. Kysela
  20. as Octopus Net is a very low latencey FPGA Solution, there is no possibility to implement TCP.
  21. we do not see any advantage in using TCP as the disturbance of a retransmit has higher impact than packet loss with UDP.
  22. The packet loss in a local network with normal switches could be is neglected.
  23.  
  24. in addition we support Ethernet QOS
  25. best regards
  26. Dieter Rimmele
  27.  
  28.  
  29. Date: 14-06-2016 20:17:11
  30. Name: Jaroslav Kysela
  31.  
  32. Message:
  33.  
  34. Hello,
  35.  
  36. as the main developer of the TVHeadend application (http://tvheadend.org), I don't agree that UDP is sufficient, because it depends on the right packet timing (which you probably manage with your FPGA solution) and on the ethernet components (input and output buffer sizes). Yes, every network can saturate, but we're talking about sporadic packet loss, which the TCP protocol corrects. For example, if my SuperMicro home server is busy with backup (or any other intensive network task), several packets might be dropped in the ethernet card / switch. It's a real use-case. Also, imagine to forward four full DVB-S2 transponders where the bandwidth can be beyond 200Mbit..
  37.  
  38. I'm also author of the alternate firmware for Inverto IDL400s with the minisatip open source solution and the TCP protocol resolves the problem with the packet lost for most of users.
  39.  
  40. BTW: I asked all GPL sources for your product Octopus Net on GPL@digitaldevices.de - I own one box. but I have not received the sources nor a reply yet.
  41.  
  42. Jaroslav Kysela
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement