- Timestamp:
- Mar 13, 2009, 12:04:16 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1765 r1766 875 875 1: NTRIP version 1, TCP/IP.<br> 876 876 2: NTRIP version 2 in TCP/IP mode.<br> 877 R: NTRIP version 2 in RTSP/RTP mode. 877 R: NTRIP version 2 in RTSP/RTP mode.<br> 878 U: NTRIP version 2 in UDP mode. 878 879 </p> 879 880 <p> … … 882 883 <ul> 883 884 <li>Try using option '2' if your streams are otherwise blocked by a proxy server operated in front of BNC.</li> 884 <li>Option 'R' may be selected if latency is more important than completeness for your application. Note that the latency reduction is likely to be in the order of 0.5 sec or less. Note further that option 'R' (RTSP/RTP mode) isnot accepted by proxy servers and a mobile Internet Service Provider may not support it.</li>885 <li>Option 'R' or 'U' may be selected if latency is more important than completeness for your application. Note that the latency reduction is likely to be in the order of 0.5 sec or less. Note further that options 'R' (RTSP/RTP mode) and 'U' (UDP mode) are not accepted by proxy servers and a mobile Internet Service Provider may not support it.</li> 885 886 </ul> 886 887 <p> -
trunk/BNC/bnctabledlg.cpp
r1721 r1766 125 125 126 126 _buttonCasterTable->setWhatsThis(tr("<p>Hit 'Show' for a table of known NTRIP broadcaster installations as maintained at <u>www.rtcm-ntrip.org/home.</u></p><p>A window opens which allows to select a broadcaster for stream retrieval.</p>")); 127 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> R: NTRIP Version 2, RTSP/RTP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') isnot accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>"));127 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> R: NTRIP Version 2, RTSP/RTP mode<br> U: NTRIP Version 2, UDP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') and UDP (option 'U') are not accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>")); 128 128 129 129 _table = new QTableWidget(this);
Note:
See TracChangeset
for help on using the changeset viewer.