词条 | Network Device Interface | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
释义 |
}} Network Device Interface (NDI) is a royalty-free software standard developed by NewTek to enable video-compatible products to communicate, deliver, and receive broadcast quality video in a high quality, low latency manner that is frame-accurate and suitable for switching in a live production environment. TechnologyNDI was developed by NewTek, and is available to anyone with a royalty-free license. NewTek has an SDK available for Windows, Linux and macOS.[1] NDI has also been ported to iOS, Android, Raspberry Pi, and FPGA.[2][3] NDI is designed to run over existing Gigabit networks,[4] with the NDI codec[5] expected to deliver 1080i HD video at VBR data rates typically around 100 Mbit/s.[6] NDI uses the mDNS (Bonjour / Zeroconf) discovery mechanism to advertise sources on a local area network, such that NDI receiving devices can automatically discover and offer those sources. Sources are created using an arbitrarily selected TCP port from a range of ports on the NDI send host. When a source is requested a TCP connection is established on the appropriate port with the NDI receiver connecting to the NDI sender. NDI 3.x has options to use UDP Multicast or Unicast with FEC(Forward error correction) instead of TCP, and can load balance streams across multiple Gigabit NICs without link aggregation. NDI carries video, multichannel uncompressed audio and metadata. Metadata messages can be sent in both directions allowing the sender and receiver to message one another over the connection with arbitrary metadata in XML form.[7] This directional metadata system allows for functionality such as active tally information fed back to sources to understand that they are on-air (program / preview). NDI also allows senders to determine the number of connected receivers, so they can skip unnecessary processing and network bandwidth utilisation when there are no NDI receiver clients connected. Comparison with other protocolsOther IP Video protocols emerging for use in professional video production (rather than IP Video used for distribution to end users) include SMPTE 2022, SMPTE2110, ASPEN (which appears to have been largely superseded by SMPTE2110) and Sony NMI. There are clear differences in the technology used by these protocols.
HistoryNDI was publicly revealed by NewTek on 8 September 2015 and was demonstrated at the IBC broadcast exhibition in Amsterdam that week.[17] The first device shown using NDI was the NewTek TriCaster which delivered an NDI feed from each of its SDI inputs as well as 4 output feeds from its vision mixer. TriCaster could also receive up to 2 NDI sources from other devices (increased to 12 in later releases and up to 44 in NewTek's IP Series ).[18] NDI devices from other vendors followed during 2016. The first 3rd party products came from Gallery Sienna and included an NDI signal generator for macOS, a desktop scan converter for macOS and the NDICam camera app for iPhone which delivers a native NDI stream from iOS devices.[19][20] NewTek had previously created a predecessor of NDI called AirSend to get video from external devices into their TriCaster products. AirSend had been implemented by a number of CG manufacturers including VizRT and Chyron. In order to quickly bring these products into the NDI space, NewTek created a new driver to replace the existing AirSend driver, which could be installed on these existing AirSend compatible devices, instantly converting them to NDI compatible devices with no change required by the original CG vendors.[21] Another early adopter of NDI was VMix, a Windows-based vision mixer which offers NDI inputs and outputs.[22] A significant increase in the NDI installed base came when live streaming application XSplit added support for NDI.[23] Later in 2016, NewTek delivered NDI 2.0 which added features including support for service discovery across subnets. In the first half of 2017, BirdDog began demonstrating and shipping BirdDog Studio NDI - a PoE powered portable FPGA based NDI encoder with HDMI and SDI inputs with Tally, supporting up to 1080p60 video resolutions.[3] On 12 July 2017 NewTek announced NDI 3.0 which added multicast, NDI/HX and other new features, introducing support for specific PTZ Cameras with H.264 chipsets and updated firmware.[24] In April 2018 at the NAB Show, Microsoft announced they had added NDI support to Skype for Content Creators.[25] Other announcements at NAB2018 included NDI 3.5, and new NDI support from vendors including EVS[26] and Avid.[27] In April 2019 ahead of NAB NewTek announced the addition of Multi-TCP mode to NDI 4.0 which is reported to leverage hardware TCP acceleration present in silicon, assisting lower spec processors with NDI transport.[28]
Use in Wifi and Wide Area NetworksNDI was designed to work on good quality gigabit local area networks using TCP and Bonjour (mDNS) technologies. In order to work across subnets which don't pass mDNS, NDI supports a mechanism known as NDI Access which allows manual entry of the IP address of machines on other subnet which may be running NDI sources. Some NDI adopters have run the protocol across medium distance Fibre connections up to 15 km, although NDI's use of the TCP protocol make it less suitable for longer distance, high latency connections due to factors such as Bandwidth Delay Product and TCP packet loss recovery.[30] The NDI 3.5 libraries now default to a UDP transfer method with forward error correction that removes the latency requirements that are inherent with TCP connections. NDI|HX uses a lower data rate making it easier to use in bandwidth limited connections.[24] To provide an extension of NDI to wide area networks, tools have been developed including the Sienna Cloud for NDI[31] protocol which uses node gateways in each LAN to bridge NDI sources across continents.[32] In July 2017, USSSA (United States Speciality Sports Association) successfully made the first truly wide area network NDI sports coverage using Cloud for NDI with 5 cameras backhauled across the public internet from a stadium, to 200 miles away into an NDI based production gallery.[33] CPU architecture supportNDI, when running on x86 architectures, requires CPU's that include the SSSE3 (Supplemental Streaming SIMD Extensions 3) instruction set. Most Intel CPU designs starting in 2006 have this instruction set, AMD added support starting in 2011. While not a requirement, NDI will take advantage of AVX (Advanced Vector Extensions) and AVX2 instructions sets for additional performance. While NDI itself doesn't require these instructions, applications might.{{Citation needed|date=May 2018}} NDI can run on 32-bit or 64-bit CPU architectures, although performance is increased when using 64-bit, and 32-bit support may not be available in future versions of the macOS and iOS NDI Libraries. NDI is available for ARM based systems with encode support, but not video decode. NDI HX Devices are typically send-only and based on proprietary platforms with hardware H.264 encoder chips. Examples are NDI HX PTZ Cameras, and the NDI Connect Spark SDI to NDI HX box. The NDI Stream itself is formed at the stream consumption end via the platform specific NDI HX driver, presenting the same uncompressed data to the application software consuming the NDI source regardless of original HX source hardware and compression. NewTek, Birddog and Magewell have all developed FPGA implementations of NDI. In April 2018 NewTek announced the Connect Spark Pro which will be their first FPGA based NDI product. With NDI 4.0 NewTek announced the addition of a 'Multi-TCP' transport mode. This takes advantage of the hardware TCP acceleration in silicon which helps lower spec processors handle heavy network load, in contrast to UDP which does not benefit from the hardware acceleration.[34] Metadata and Extensions to the NDI SpecificationNDI Supports arbitrary metadata as XML blocks, embedded in video and audio frames, as well as stand-alone metadata frames. The content of these metadata blocks form 3 families.
There are 2 published examples of 3rd Party NDI Metadata Schemes:
Other non-published NDI Metadata schemes are also in use, for things like triggering CG animations. AdoptionThe NDI Protocol has been widely adopted by a diverse variety of software and hardware vendors. The table below includes a partial list of products known to support the NDI Protocol
References1. ^{{cite web|url=https://www.newtek.com/ndi/sdk/|title=NewTek NDI SDK|website=Newtek.com}} 2. ^{{cite web|url=http://www.sienna-tv.com/ndi/|title=Home|website=Sienna-tv.com}} 3. ^1 {{cite web|url=http://www.bird-dog.tv/learn-more|title=bird-dog|website=Bird-dog}} 4. ^{{cite web|url=https://www.provideocoalition.com/newtek-announces-ndi-an-open-protocol-for-ip-production-workflow/|title=NewTek announces NDI, an open protocol for IP production workflow by Allan Tépper|first=ProVideo|last=Coalition|date=8 September 2015|publisher=}} 5. ^{{cite web|url=http://support.newtek.com/hc/en-us/articles/218109667-NDI-Encoding-Decoding|title=NDI Encoding/Decoding|website=NewTek Knowledge Base}} 6. ^{{cite web|url=https://support.newtek.com/hc/en-us/articles/217662708-NDI-Network-Bandwidth|title=NDI Network Bandwidth|website=NewTek Knowledge Base}} 7. ^{{cite web|url=http://www.content-technology.com/standards/?p=578|title=NewTek Announces NDI – Open Protocol for IP Production Workflow - Technical Standards|website=Content-technology.com}} 8. ^1 {{cite web|url=https://www.smpte.org/sites/default/files/Standards-Index_02-28-2017.pdf |title=Num |format=PDF |website=Smpte.org |date= |accessdate=2017-05-23}} 9. ^{{cite web|url=http://aspen-community.com|title=ASPEN Community - Home|website=aspen-community.com}} 10. ^{{cite web|url=http://www.sony.co.uk/pro/press/sony-pr-ibc-2014-networked-media-interface|title=Sony launches Networked Media Interface in collaboration with leading broadcast industry organisations : Press : United Kingdom : Sony Professional|website=Sony.co.uk}} 11. ^{{cite web|url=https://wiki.multimedia.cx/index.php/SpeedHQ|title=SpeedHQ - MultimediaWiki|website=wiki.multimedia.cx}} 12. ^{{cite web|url=http://www.nexteravideo.com/nmi-core|title=NMI Core - Nextera Video Inc|website=Nexteravideo.com}} 13. ^1 {{cite web|url=http://www.nmos.tv/about_specifications.html|title=What are the Networked Media Open Specifications?|website=Nmos.tv}} 14. ^{{cite web|url=https://www.newtek.com/ndi/sdk/|title=NewTek NDI SDK|website=NewTek}} 15. ^{{cite web|url=http://www.tico-alliance.org/technology.html|title=TICO Alliance - Technology|website=www.tico-alliance.org}} 16. ^{{cite web|url=https://standards.globalspec.com/std/10013902/smpte-rdd-35|title=SMPTE RDD 35 - TICO Lightweight Codec Used in IP Networked or in SDI Infrastructures - Engineering360|website=standards.globalspec.com}} 17. ^{{cite web|url=https://www.provideocoalition.com/newtek-announces-ndi-an-open-protocol-for-ip-production-workflow/|title=NewTek announces NDI, an open protocol for IP production workflow by Allan Tépper|date=8 September 2015|website=Provideocoalition.com}} 18. ^{{cite web|url=http://www.sportsvideo.org/2016/09/19/newteks-will-waters-says-ip-series-will-appeal-to-new-markets/|title=NewTek’s IP Series Video-Production System Targets New Markets|first1=Ken|last1=Kerschbaumer|first2=Editorial Director|last2=Monday|first3=September|last3=19|first4=2016-9:34 am Print This|last4=Story|website=Sports Video Group}} 19. ^{{cite web|url=http://forums.newtek.com/showthread.php?150122-First-3rd-Party-NDI-Tools-Available-!|title=First 3rd Party NDI Tools Available !|website=forums.newtek.com}} 20. ^1 {{cite web|url=http://www.sienna-tv.com/ndi/ndicam.html|title=NDICam|website=Sienna-tv.com}} 21. ^{{cite web|url=http://pages.newtek.com/NDI-Upgrader-Download.html|title=NDI AirSend Updater-NewTek|website=pages.newtek.com}} 22. ^{{cite web|url=https://www.thebroadcastbridge.com/content/entry/5589/studiocoast-vmix-adopts-newtek-ndi-standard|title=StudioCoast vMix Adopts NewTek NDI Standard - The Broadcast Bridge - Connecting IT to Broadcast|first=The Broadcast|last=Bridge|website=Thebroadcastbridge.com}} 23. ^{{cite web|url=http://www.marketwired.com/press-release/xsplit-broadcaster-adopts-newtek-ndi-for-ip-production-workflow-2114230.htm |title=XSplit Broadcaster Adopts NewTek NDI for IP Production Workflow |website=Marketwired.com |date=2016-04-12 |accessdate=2017-05-23}} 24. ^1 {{cite web|url=https://www.newtek.com/press-releases/ndi-v3/|title=NewTek NDI® Version 3 Offers the Only End-to-End IP Video Solution for Product Manufacturers|website=NewTek}} 25. ^1 {{cite web|url=https://blogs.skype.com/news/2018/04/06/make-collaboration-the-heart-of-your-live-streams-podcasts-and-videos-with-skype-for-content-creators/|title=Make collaboration the heart of your live streams, podcasts, and videos with Skype for Content Creators|date=6 April 2018|website=Skype Blogs}} 26. ^1 {{cite web|url=https://www.sportsvideo.org/2017/09/05/evs-x-one-production-system-takes-software-based-tech-to-new-level/|title=EVS X-One Production System Takes Software-Based Tech to New Level|first=Ken Kerschbaumer, Editorial|last=Director|website=Sports Video Group}} 27. ^1 https://www.newtek.com/blog/avid/ 28. ^https://www.tvtechnology.com/news/newteks-andrew-cross-talks-about-the-acquisition-discusses-nab-show-plans 29. ^https://www.tvtechnology.com/news/newteks-andrew-cross-talks-about-the-acquisition-discusses-nab-show-plans 30. ^{{cite web|url=http://westreamu.se/2016/05/09/documentary-stockholm-kista-cross-production-using-ndi-over-fiber/|title=Documentary: Stockholm Kista cross production using NDI over fiber|first=Richard|last=Gatarski|date=9 May 2016|website=Weststreamu.se}} 31. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndirelay.html|title=NDIRelay|website=Sienna-tv.com}} 32. ^{{cite web|url=http://blog.newtek.com/blog/2016/07/14/sienna-takes-ndi-into-the-cloud/|title=Sienna Takes NDI into the Cloud - NewTek Studio|website=blog.newtek.com}} 33. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndicloudblog.html|title=ndicloudblog|website=www.sienna-tv.com}} 34. ^https://www.tvtechnology.com/news/newteks-andrew-cross-talks-about-the-acquisition-discusses-nab-show-plans 35. ^http://www.sienna-tv.com/ndi/ndiclosedcaptions.html 36. ^http://www.sienna-tv.com/ndi/ndi-source-multi.html 37. ^http://www.sienna-tv.com/ndi/midioverndi.html 38. ^http://www.sienna-tv.com/ndi/ndiprocessor.html 39. ^{{cite web|url=https://www.newtek.com/tricaster/8000/|title=TriCaster 8000 Integrated Video Production System - NewTek|website=Newtek.com}} 40. ^{{cite web|url=https://www.newtek.com/ip-series/|title=IP Series Modular Video Production System - NewTek|website=Newtek.com}} 41. ^{{cite web|url=https://www.newtek.com/3play/|title=NewTek 3Play|website=Newtek.com}} 42. ^{{cite web|url=https://www.newtek.com/software/ndi-camera/|title=NewTek NDI Camera|website=Newtek.com}} 43. ^{{cite web|url=https://www.newtek.com/software/ndi-connect/ |title=NewTek Connect Pro |website=Newtek.com |accessdate=2017-05-23}} 44. ^{{cite web|url=https://www.newtek.com/software/ndi-isocorder/|title=NewTek IsoCorder Pro - NewTek|website=Newtek.com}} 45. ^{{cite web|url=https://www.newtek.com/software/telestrator/|title=NewTek Telestrator - NewTek|website=Newtek.com}} 46. ^{{cite web|url=https://www.newtek.com/software/transmit/|title=NewTek NDI Transmit|website=Newtek.com}} 47. ^{{cite web|url=https://www.newtek.com/ndi/|title=NewTek NDI|website=Newtek.com}} 48. ^{{cite web|url=https://www.newtek.com/talkshow/|title=NewTek TalkShow|website=Newtek.com}} 49. ^{{cite web|url=https://www.newtek.com/software/livetext/|title=LiveText Sofware - NewTek|website=Newtek.com}} 50. ^{{cite web|url=https://www.newtek.com/connect/spark/|title=NewTek Connect Spark|website=NewTek}} 51. ^{{cite web|url=https://www.newtek.com/connect/spark/pro/|title=NewTek Connect Spark™ Pro|website=NewTek}} 52. ^{{cite web|url=https://www.newtek.com/camera/ndihx-ptz1/|title=NewTek NDI PTZ Camera|website=NewTek}} 53. ^{{cite web|url=https://www.newtek.com/lps/nrs/|title=NewTek Remote Storage - Powered by SNS|website=NewTek}} 54. ^1 {{cite web|url=https://www.newtek.com/ndi/tools/|title=NewTek NDI Tools|website=NewTek}} 55. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-scanconverter.html|title=NDI ScanConverter|website=Sienna-tv.com}} 56. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndimonitor.html|title=NDIMonitor|website=Sienna-tv.com}} 57. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-source.html|title=NDI Source|website=Sienna-tv.com}} 58. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-outlet.html|title=NDI Outlet|website=Sienna-tv.com}} 59. ^{{cite web|url=http://www.sienna-tv.com/ndi/webcamforndi.html|title=WebCamForNDI|website=Sienna-tv.com}} 60. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-signal-gen.html|title=NDI Signal Gen|website=Sienna-tv.com}} 61. ^{{cite web|url=http://www.sienna-tv.com/ndi/webndi.html|title=WebNDI|website=Sienna-tv.com}} 62. ^{{cite web|url=http://sienna.cloud|title=Sienna Cloud for NDI|website=Sienna.cloud}} 63. ^1 {{cite web|url=http://www.sienna-tv.com/ndi/ndirouter.html|title=NDI Smart Router for NDI|website=Sienna-tv.com}} 64. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndirecorder.html|title=NDI Recorder|website=Sienna-tv.com}} 65. ^{{cite web|url=http://www.sienna-tv.com/ndi/graphicartist.html|title=NDI GraphicArtist|website=Sienna-tv.com}} 66. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndiweblink.html|title=NDI WebLink|website=Sienna-tv.com}} 67. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-source-multi.html|title=NDI Source Multi|website=Sienna-tv.com}} 68. ^{{cite web|url=http://www.sienna-tv.com/ndi/ndi-outlet-multi.html|title=NDI Outlet Multi|website=Sienna-tv.com}} 69. ^{{cite web|url=http://www.sienna-tv.com/ndi/aes67.html|title=AES67 to NDI|website=Sienna-tv.com}} 70. ^{{cite web|url=http://www.vizrt.com/news/newsgrid/50535/Vizrt_advances_software-driven_IP_workflows_with_NewTek_NDI|title=Vizrt advances software-driven IP workflows with NewTek NDI|website=Vizrt.com}} 71. ^{{cite web|url=https://www.newtek.com/press-releases/newtek-and-vizrt/|title=NewTek & Vizrt Bring Real−Time 3D Graphics to 4K UHD IP Workflows - NewTek|website=Newtek.com}} 72. ^{{cite web|url=https://www.enttec.com/products/controls/pixel-control/software-pixel-mapping/|title=ENTTEC LED Mapper|first=ENTTEC LED Mapper -|last=www.enttec.com/products/controls/pixel-control/software-pixel-mapping/}} 73. ^{{cite web|url=http://www.vmix.com/ndi/|title=NDI - IP Video Production - vMix|website=Vmix.com}} 74. ^{{cite web|url=http://jvcpro.eu/product/714/streamstar-x7-live-production-live-streaming-studio/|title=Welcome to JVC|first=The Bridge -|last=www.the-bridge.co.uk|website=jvcpro.eu}} 75. ^{{cite web|url=http://pro.jvc.com/prof/mobile/m_features.jsp?model_id=MDL102488|title=JVC Professional Features page|website=pro.jvc.com}} 76. ^{{cite web|url=http://help.vidblasterx5.com/TheNDIInputModule.html|title=The NDI Input Module|website=Help.vidblasterx5.com}} 77. ^{{cite web|url=https://www.broadcastpix.com/Press-Releases/Broadcast-Pix-Version-6.0-Software-Now-Available,--Includes-BPNet-Workflow-Management-Software.html|title=Broadcast Pix - Broadcast Pix Version 6.0 Software Now Available, Includes BPNet Workflow Management Software|first=Sarah|last=Madio|website=Broadcastpix.com}} 78. ^{{cite web|url=http://nagashare.com/nscaster/|title=NSCaster - NAGA SOFT|website=nagashare.com}} 79. ^{{cite web|url=https://help.livestream.com/hc/en-us/articles/115005920887-NewTek-NDI-Integration-in-Livestream-Studio|title=NewTek NDI Integration in Livestream Studio|website=Livestream Customer Care}} 80. ^{{cite web|url=http://shop.panasonic.com/about-us-latest-news-press-releases/04232017-av-hlc100.html|title=Panasonic Media Entertainment Company (PMEC), Division of Panasonic Corporation of North America, Introduces AV-HLC100 Live Production Center Combining Switcher, PTZ Camera Control and Audio Mixing Functions For One-Person AV Production|website=shop.panasonic.com}} 81. ^{{cite web|url=https://www.productionhub.com/press/60785/panasonic-introduces-ndi-line-up-of-professional-ptz-cameras-and-switcher|title=Panasonic Introduces NDI Line-Up of Professional PTZ Cameras and Switcher - ProductionHUB|website=ProductionHUB.com}} 82. ^{{cite web|url=http://business.panasonic.co.uk/professional-camera/news-and-events/newtek-and-panasonic-simplify-ip-setup|title=NewTek and Panasonic simplify IP setup|website=business.panasonic.co.uk}} 83. ^{{cite web|url=https://eww.pass.panasonic.co.jp/pro-av/support/content/download/EN/ep2main/stream_server_e.htm|title=P2 STREAMING SERVER|website=eww.pass.panasonic.co.jp}} 84. ^{{cite web|url=http://www.inklen.com/mixemergency|title=MixEmergency|website=inklen.com}} 85. ^{{cite web|url=https://obsproject.com/forum/resources/ndi-input-output-plugin-for-obs-studio.528/|title=NDI Support|website=https://obsproject.com/}} 86. ^{{Cite web|url=https://www.ffmpeg.org/ffmpeg-devices.html|title=FFmpeg Devices Documentation|website=www.ffmpeg.org|language=en|access-date=2018-06-25}} 87. ^Removed in commit 4b32f8b due GPL violation {{Cite web|url=https://github.com/FFmpeg/FFmpeg/commit/4b32f8b|title=lavd: Remove libndi_newtek|website=github.com/FFmpeg/|language=en|access-date=2019-03-26}} 88. ^{{cite web|url=https://www.blueframetech.com/blog/blueframe-in-2016-a-year-in-review/|title=BlueFrame in 2016: A Year in Review - BlueFrame Technology|publisher=}} 89. ^{{cite web|url=https://boinx.com/connect/mimolive/versionhistory/3.0b1|title=Boinx Connect|website=boinx.com}} 90. ^{{cite web|url=http://www.liveu.tv/liveu-news/press-releases/150-2016/liveu-adopts-newtek-ndi-for-ip-production-workflow|title=LiveU Adopts NewTek NDI for IP Production Workflow|first=|last=Laura|website=Liveu.tv}} 91. ^{{cite web|url=https://blog.solitonsystems.com/mobile-broadcasting-news/soliton-announces-newtek-ndi-integration-for-ibc|title=Soliton announces NewTek NDI® integration for IBC|first=Anita|last=Ghosh|website=blog.solitonsystems.com}} 92. ^{{cite web|url=http://chyronhego.com/press-release/chyronhego-solutions-now-support-newteks-ndi-protocol-for-video-workflows-o|title=ChyronHego Solutions Now Support NewTek’s NDI™ Protocol for Video Workflows Over IP Networks - ChyronHego|website=chyronhego.com}} 93. ^{{cite web|url=https://www.newbluefx.com/blog/newblue-titler-live-broadcast-inaugurates-newtek-ndi-online-store|title=NewBlue’s Titler Live Broadcast Product Inaugurates Launch Of NewTek’s NDI Online Store For Software Developers |date=13 September 2016|website=Newblueflex.com}} 94. ^{{cite web|author=Name * |url=http://www.chrworks.com/news-2/characterworks-3-released.html |title=CharacterWorks 3 Released |website=Chrworks.com |date=2016-12-06 |accessdate=2017-05-23}} 95. ^{{cite web|url=http://www.classx.it/en/news-en/archive-news/94-news-en-2016/press-releases-en-2016/press-releases-en-2016_extra/415-ndi-v6.html|title=ClassX - Broadcast Graphics, CG & Channel Branding - ClassX Adopts NewTek™ NDI™ for IP Production Workflow|first=Barbara|last=D'Innocenzo|website=Classx.it}} 96. ^{{cite web|url=http://squidnet.tv/en/blog/squid-introduces-new-integration-with-newteks-ndi-at-nab-2016|title=SQUID introduces new integration with NewTek’s NDI at NAB 2016 «|website=squidnet.tv}} 97. ^{{cite web|url=http://www.bannisterlake.com/chameleon-one-source-everything/|title=Chameleon-one-source-for-graphics NDI SDI HTML5 compatible|date=14 February 2017|website=Bannisterlake.com}} 98. ^{{cite web|url=http://casparcg.com/wiki/CasparCG_Server#.3Cnewtek-ivga.3E|title=CasparCG Server - CasparCG Wiki|website=casparcg.com}} 99. ^{{cite web|url=https://www.newtek.com/blog/tips/casparcg-as-ndi-source/|title=CasparCG as NDI® Source}} 100. ^{{cite web|url=http://ajtsystems.com/ajt-systems-adopts-newtek-ndi-for-ip-production-workflow/|title=AJT Systems Adopts NewTek NDI for IP Production Workflow - AJT Systems|date=15 April 2016|website=Ajtsystems.com}} 101. ^{{cite web|url=http://www.graphicsoutfitters.com/index.php?page=products|title=Graphics Outfitters|website=Graphicsoutfitters.com}} 102. ^{{cite web|url=http://www.3dstorm.com/en/livexpert/livecg-football|title=3D Storm - Live CG Football, professional graphics management application for football live production, complete management of scoring, timing, statistics, database|website=3dstorm.com}} 103. ^{{cite web|url=http://www.nautilusstudio.hu/nsport.html|title=NSport|website=nautilusstudio.hu}} 104. ^{{cite web|url=https://www.ventuz.com/NDI-video|title=NDI and Ventuz 5|first=Marco|last=Odasso|date=6 July 2016|website=www.ventuz.com}} 105. ^{{Cite web|url=https://www.levelchanger.com/video-overlay|title=Scoring Video Overlay|website=Takedown Scoring and Stats|language=en-US|access-date=2017-10-12}} 106. ^{{cite web|url=https://www.rossvideo.com/graphics-system/xpression/features/|title=Key Features - Ross Video - Production Switchers, APC, Servers, CGs, Gear & Routers|website=Rossvideo.com}} 107. ^https://rossvideoltd.sharepoint.com/sites/marketing/communications/Shared%20Documents/rossvideo.com/Manuals/Production%20IT%20Systems/DashBoard/DashBoard_Release_Notes.pdf 108. ^{{cite web|url=http://www.vset3d.com/vset3dpro/|title=Vset3DPRO - Vset3D|website=Vset3d.com}} 109. ^{{cite web|url=http://www.brainstorm3d.com/brainstorm-newtek-ndi/|title=Brainstorm integrates with NewTek NDI|date=13 September 2016|website=Braqinstorm3d.com}} 110. ^{{cite web|url=http://www.broadcastingcable.com/thewire/epic-games-harnesses-power-newtek-ndi-unreal-engine-4/159635|title=Epic Games Harnesses The Power of NewTek NDI™ for Unreal Engine 4 - Broadcasting & Cable|website=Broadcastingcable.com}} 111. ^{{cite web|url=https://www.zerodensity.tv/reality-supports-newtek/|title=Reality Supports Newtek NDI|website=Zerodensity.tv}} 112. ^{{cite web|url=http://www.3dstorm.com/en/livexpert/livemedia-server-ndi|title=3D Storm - LiveMedia Server NDI|website=3dstorm.com}} 113. ^{{cite web|url=http://www.gnuralnet.com/blog/gnural-net-adopts-newtek-ndi-for-ip-production-workflow|title=Gnural Net Adopts NewTek NDI for IP Production Workflow|first=John|last=Mahoney|website=Gnuralnet.com}} 114. ^{{Cite web|url=http://dv-play.com/|title=Video playout automation for TV Channels since 2001-DVPlay-channel in a box|last=|first=|date=|website=dv-play.com|archive-url=|archive-date=|dead-url=|access-date=}} 115. ^{{cite web|url=http://www.pixelpower.com/news/pixel-power-streammaster-implements-newtek-ndir-thanks-future-proof-software-defined|title=Pixel Power StreamMaster implements NewTek NDI® thanks to future-proof software defined architecture - PixelPower|website=www.pixelpower.com}} 116. ^{{cite web|url=https://playboxtechnology.com/news-and-events/technical-announcements/playbox-technology-limited-announces-support-for-live|title=PlayBox Technology Limited Announces Support for Live Production IP Workflows - Technical Announcements - PlayBox Technology|website=playboxtechnology.com}} 117. ^{{cite web|url=https://www.etere.com/DocView/8721/ETERE-FULL-IP-PLAYOUT-WITH-ETX-M-IP-MULTIVIEWER.aspx|title=ETERE FULL IP PLAYOUT WITH ETX-M IP MULTIVIEWER|website=www.etere.com}} 118. ^{{cite web|url=http://support.renewedvision.com/index.php?/News/NewsItem/View/9/propresenter-6-now-supports-newtek-ndi-for-ip-based-production-workflows|title=ProPresenter 6 now supports NewTek NDI for IP-based production workflows|website=support.renewedvision.com}} 119. ^{{cite web|url=http://www.pebble.tv/pebble-beach-systems-utilises-ndi-low-latency-monitoring-virtualised-environments/|title=Pebble Beach Systems Utilises NDI® for Low-latency Monitoring of Virtualised Environments|date=8 September 2017|publisher=}} 120. ^{{cite web|url=https://coralbay.tv/coralbay-tv-integrates-newtek-ndi-for-low-latency-ip-monitoring-into-coralplay/|title=coralbay.tv - coralbay.tv integrates NewTek NDI® into coralPlay for low-latency IP monitoring|publisher=}} 121. ^{{cite web|url=http://tips.newtek.com/tag/newtek-ndi-vlc-plugin/|title=NewTek NDI VLC Plugin - The Tip Jar - NewTek Tips & Tricks|website=tips.newtek.com}} 122. ^{{cite web|url=http://www.magewell.com/products/pro-convert-hdmi-4k-plus|title=Pro Convert HDMI 4K Plus - Provide HD/SD Video Capture Cards,Dongles,Boxes,Video Capture Software,and etc|website=www.magewell.com}} 123. ^{{cite web|url=http://www.magewell.com/products/pro-convert-sdi-4k-plus|title=Pro Convert SDI 4K Plus - Provide HD/SD Video Capture Cards,Dongles,Boxes,Video Capture Software,and etc|website=www.magewell.com}} 124. ^{{cite web|url=http://www.bird-dog.tv/studio-overview-2/|title=Studio – Overview|publisher=}} 125. ^{{cite web|url=http://www.bird-dog.tv/mini-overview/|title=Mini – Overview|publisher=}} 126. ^{{cite web|url=http://www.bird-dog.tv/comms-overview/|title=Comms – Overview|publisher=}} 127. ^{{cite web|url=https://www.newtek.com/software/adobe-creative-cloud/|title=NewTek NDI for Adobe Creative Cloud|website=Newtek.com}} 128. ^{{cite web|url=https://www.wowza.com/solutions/mediads|title=MediaDS Hardware - Wowza Media Systems|website=Wowza.com}} 129. ^{{cite web|url=https://www.xsplit.com/blog/improving-your-xsplit-experience-with-newtek-ndi|title=Improving your XSplit Experience with NewTek NDI|date=15 August 2016|website=Xsplit.com}} 130. ^{{cite web|url=http://www.streambox.com/2016/04/19/8308/|title=Streambox® Supports NewTek™ NDI™ for Enhanced Live Video Streaming - Streambox Inc|date=19 April 2016|website=Streambox.com}} 131. ^{{cite web|url=http://www.dveo.com/pdf/PR/DVEO-Streaming-Solutions-Now-Support-NewTek-NDI.pdf |title=Microsoft Word - DVEO Streaming Solutions Now Support NewTek NDI |website=Dveo.com |format=PDF |date= |accessdate=2017-05-23}} 132. ^1 {{cite web|url=http://www.zenvideo.co.uk/ndi.htm|title=NDI software utilities from ZEN Computer Services|website=Zenvideo.co.uk}} 133. ^{{cite web|url=http://www.evertz.com/resources/press/Evertz%20NTK.pdf |title=Evertz Supports NewTek NDI for IP Production Workflow |website=Evertz.com |format=PDF |date= |accessdate=2017-05-23}} 134. ^{{cite web|url=http://www.autocue.com/news/200416-autocue-adopts-newtek-ndi-for-ip-production-workflow|title=Autocue Adopts NewTek NDI for IP Production Workflow|website=Autocue.com}} 135. ^1 {{cite web|url=http://www.pizazz.com/ndi-solutions/|title=PIZAZZ virtual office|website=Pizazz.com}} 136. ^{{cite web|url=https://www.capturesweden.com/Products/News-in-Nexum/NDI|title=Capture Sweden > Products > News in Nexum > NDI|website=Capturesweden.com}} 137. ^{{cite web|url=https://www.mogmoglogic.com/dpxana/news.html|title=DPX Analytics - A DPX header investigation tool for the professional video creation workflow|first=Shinichiro Nakamura|last=(mogmoglogic)|website=Mogmoglogic.com}} 138. ^{{cite web|url=https://www.dataton.com/press/ise-2017-dataton-previews-key-new-features-in-its-watchout-multi-display-system|title=Press - ISE 2017: Dataton previews key new features in its WATCHOUT multi-display system|website=Dataton.com}} 139. ^{{cite web|url=http://quicklink.tv/2017/05/quicklink-products-integrate-newtek-ndi-ip-technology/|title=Quicklink products integrate NewTek NDI™ IP Technology - Quicklink|website=quicklink.tv}} 140. ^{{cite web|url=https://www.derivative.ca/Forum/viewtopic.php?f=4&t=10071|title=NDI Support|website=derivative.ca/}} 141. ^{{cite web|url=https://ptzoptics.com/ndi-cameras/|title=NDI Cameras|publisher=}} 142. ^{{cite web|url=https://imimot.com/mitti/|title=Mitti - Pro Video Cue Playback Software for events, theatre and exhibitions.|website=imimot.com}} 143. ^{{cite web|url=https://www.avolites.com/ai-features|title=Ai Features|website=www.avolites.com}} 144. ^{{cite web|url=https://www.medialooks.com/video-transport|title=NDI streaming and remote video production over the public internet|website=www.medialooks.com}} 145. ^{{cite web|url=https://www.teracue.com/en/iptv-products/video-wall|title=Video Wall - Teracue|website=www.teracue.com}} 146. ^http://www.lumens.com.tw/a/program_download/distributor/product_catalogue/Catalogue-2018.pdf 147. ^{{cite web|url=http://www.marshall-usa.com/markets/proav/index.php|title=Marshall Electronics - Pro A/V Communications|website=www.marshall-usa.com}} 148. ^{{cite web|url=http://zlense.com/zkey-greenles-keying/|title=zLense - 3D Virtual Production Platform|website=zlense.com}} 149. ^{{cite web|url=http://www.intinor.se/produkter/direkt-router/|title=Direkt-router|date=28 April 2011|publisher=}} 150. ^{{cite web|url=https://radiotvlink.com/index.php/en/creation/production/10791|title=Matrox Implements NewTek NDI® for DSX SDK Developers.|website=radiotvlink.com}} 151. ^https://home.cinegy.com/about/events/nab-2018 152. ^{{cite web|url=https://www.prnewswire.com/news-releases/panopto-announces-support-for-newtek-ndi-standard-300625919.html|title=Panopto Announces Support For NewTek NDI® Standard|first=|last=Panopto|website=www.prnewswire.com}} 153. ^{{cite web|url=https://www.newscaststudio.com/2018/04/06/primestream-newtek-ndi-nab-show-2018/?og=1|title=Primestream adds NewTek NDI support|website=www.newscaststudio.com}} 154. ^{{Cite news|url=https://www.green-hippo.com/green-hippo-launches-hippotizerplus-media-server-range/|title=Launch of Hippotizer + Media Server range & Announce of Hippotizer V4.3|date=2017-11-17|work=Green Hippo|access-date=2018-04-10|language=en-US}} 155. ^{{cite web|url=https://www.commercialintegrator.com/av/anc-livesync-operating-system-ndi-newtek/|title=ANC Announces Release of LiveSync Digital Media Operating System|date=13 April 2018|website=Commercial Integrator}} 156. ^{{cite web|url=http://www.easymediasuite.com/|title=EMS - PLAYOUT - CG - MAM - INGEST - ENCODER - IP MULTIVIEWER|website=www.easymediasuite.com}} 157. ^{{cite web|url=https://telestrator.com/|title=FingerWorks Telestrators|publisher=}} 158. ^{{cite web|url=https://www.easyworship.com/|title=EasyWorship|website=www.easyworship.com}} 159. ^{{cite web|url=http://www.nixus.tv/|title=About NIXUS|website=www.nixus.tv}} 160. ^{{cite web|url=https://rtsw.co.uk/|title=Home Page|first=|last=admin|publisher=}} 161. ^{{cite web|url=https://www.windowscentral.com/elgato-4k60-pro-stream-link|title=Elgato's 4K60 Pro Stream Link does it all for content creators|date=19 April 2018|website=Windows Central}} 162. ^{{cite web|url=https://www.axeltechnology.com/product/youplay/|title=YouPlay – Axel Technology|publisher=}} 163. ^{{cite web|url=https://www.axeltechnology.com/product/xtv-suite/|title=XTV Suite – Axel Technology|publisher=}} 164. ^https://www.axeltechnology.com/product/digi-tv-suite/ 165. ^https://www.axeltechnology.com/product/dlg-plus/ 166. ^{{cite web|url=https://bibleshow.net/|title=BibleShow - Holy Scriptures Presentation Software|website=bibleshow.net}} 167. ^{{cite web|url=http://info.promax.com/benefits-of-ndi|title=The Benefits of NDI|first=ProMAX|last=Systems|website=info.promax.com}} 168. ^{{cite web|url=https://www.studionetworksolutions.com/solutions/newtek-tricaster-network-storage-evo/|title=NewTek TriCaster and EVO Storage|website=SNS (Studio Network Solutions)}} 169. ^{{cite web|url=https://www.studionetworksolutions.com/sharebrowser/|title=ShareBrowser File & Asset Manager|first=Eric|last=Newbauer|website=SNS (Studio Network Solutions)}} 170. ^{{cite web|url=http://garaninapps.com/|title=GaraninApps|website=garaninapps.com}} 171. ^{{cite web|url=http://garaninapps.com/rtmpminiserver|title=RTMP MiniServer|website=garaninapps.com}} 172. ^http://en.kiloview.com/product/64.html 173. ^{{cite web|url=http://en.kiloview.com/product/66.html|title=N2 Portable Wireless HDMI to NDI Video Encoder_kiloview|website=en.kiloview.com}} 174. ^http://www.ndiscope.com 1 : Video software |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。