White Paper Scalable Infrastructures supporting OTT and IPTV in Hospitality, Health Care, and Corporate Networks

Size: px
Start display at page:

Download "White Paper Scalable Infrastructures supporting OTT and IPTV in Hospitality, Health Care, and Corporate Networks"

Transcription

1 White Paper Scalable Infrastructures supporting OTT and IPTV in Copyright 2018 by GMIT GmbH, Berlin, Germany Live TV over IP networks (IPTV) is an important service for hospitality, health care and corporate networks. While realizing such a service for a single site represented with a single local area network is well-understood, different approaches exist for serving a larger number of sites. This White Paper presents three different approaches for providing this service, namely Option 1: Installation of a complete IPTV infrastructure, including DVB gateways and transcoders, within the local area network (LAN) at each site. Option 2: Installation of IPTV servers, including DVB gateways and transcoders, at a single central location and providing streams to a larger number of sites using the services offered by existing Content Delivery Networks (CDN). Option 3: Installation of IPTV servers, including DVB gateways and transcoders, at a single central location and providing streams to a larger number of sites using the infrastructure provided by the public Internet. The advantages and disadvantages of all approaches are discussed, and an evaluation of both initial and operational costs is presented. A video accompanying this document is available at 1 Keywords IPTV, Hospitality, Health Care, Corporate Networks, Live TV Streaming, DVB gateway, Unicast, Multicast, Streaming, UDP, TCP, HTTP, HLS, RCSP, Transcoder, Streaming Server, MPEG-2, MPEG-4, AVC, H.264, Content Delivery, Content Delivery Network, CDN, Over-the-top, OTT 1GMIT GmbH, a subsidiary of Munich-based technology group Rohde & Schwarz, has acquired the technology of Motama GmbH.

2 Permission to use this White Paper is granted, provided that (1) the above copyright notice appears in all copies and that both the copyright notice and this permission notice appear, (2) use of this White Paper is for informational and non-commercial or personal use only and will not be copied or posted on any network computer or broadcast in any media, and (3) no modifications of any kind are made. Use for any other purpose is expressly prohibited. GMIT, TVCaster, CodecCaster, RelayCaster, PolyCaster, and RCSP are registered trademarks of GMIT GmbH. Flash is a registered trademark of Adobe Systems Incorporated in the United States and/or other countries. Silverlight is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. All other trademarks are the property of their respective owners. Copyright 2018 by GMIT Page 2

3 Building blocks A solution for converting live TV from DVB to IPTV requires following components: DVB sources. Available DVB sources are DVB-S / S2, DVB-T / T2, or DVB-C / C2. In the following, DVB-S/S2 is used as an example; similar evaluations are possible for other sources. Technically, DVB sources consist of Satellite dishes, for example with a Quattro LNB. Often a separate dish for each satellite feed to be supported is used for better reception. One or more DVB multi-switches, for example for providing 16 (or more) separate and independent DVB feeds from the four signals provided by the Quattro LNB. Cabling for connecting the satellite dishes and the DVB multi-switches, and also the multi-switches to the DVB gateways. DVB gateways for converting live feeds of received DVB transponders to IP streams. DVB uses the concept of transponders, where each transponder aggregates a number of TV channels. A transponder is defined by certain frequency and other technical parameters. A DVB input can only be tuned to a single transponder at a time. Therefore, the overall number of DVB inputs required depends on how the list of TV channels to be supported is distributed to different transponders. A typical setup in a hospitality network will offer 25 to 50 TV channels, and will require 10 to 20 DVB inputs. DVB gateways then convert incoming data streams of DVB transponders to separate IP streams for each TV channel. Multicast enabled switches. IPTV streams in wired networks are typically provided to clients using UDP multicast, which enables serving the same content to a large number of clients, while relying on the efficient distribution provided by multicast networking. Therefore, a switch or several switches are required, which fully support multicast. Wireless streaming and TCP based streaming with HTTP. If wireless clients, such as tablets or mobile phones, are to be used, HTTP based streaming is often a requirement. Most often, HTTP Live Streaming (HLS) is the protocol of choice. If clients based on web browsers running on PCs or laptop computers are to be used, streaming with Flash protocols needs to be supported. Since HTTP is based on TCP, these protocols can also be considered to be TCP based. Network infrastructure for Local Area Networks (LAN). For connecting streaming servers to clients, mostly Ethernet as wired network technology is used. Another option is Powerline Communication (PLC), or Polymer Optical Fiber (POF), or wireless networks (Wi-Fi ). Wireless networks are particular interesting when installing IPTV in an existing building where no IP infrastructure is available at all, and installing new cables for Ethernet or POF is not an option, or Powerline is not working reliably at high data rates for a larger number of clients. Please notice that PLC, POF, and Wi-Fi require additional network components to be installed, such as Access Points (AP) for Wi-Fi. If multicast streaming is to be employed, these components also need support it. Clients. Set-top boxes, TV sets with integrated streaming clients, or software media players for PCs are used for receiving and presenting TV streams. Other options are wireless clients, such Copyright 2018 by GMIT Page 3

4 as tablets or mobile phones. In case of multicast, channel hopping is performed by joining the multicast stream of a particular TV channel. In case of unicast streaming with HTTP based protocols, channel hopping is done by (re-)creating a streaming session and unicast connection for each client. IPTV Middleware providing a consistent user interface layer for user of clients, such as set-top boxes, including access to the list of available TV channels, channel hopping, and Electronic Program Guide (EPG). Middleware often also provides access to Video on Demand (VoD) served by additional servers. Middleware typically requires a separate server, which exports HTML based user interfaces to browsers installed on clients. Use cases for transcoding of IPTV streams In situations where an IPTV service is to be employed in a building without an existing IP network and the installation of new cabling infrastructure is not possible, Wi-Fi is an interesting option. A typical use case is a hospital where installation of new cables to the edges of patients beds would be required, but patients cannot be relocated during the extensive and noisy process of laying cables. Using wireless networks for IPTV services is also interesting for hotels or company sites that would like to offer IPTV services to wireless clients, such as notebooks, tablets, or smartphones provided by guests or employees. Either the already existing Wi-Fi infrastructure for general Internet access can be used, or needs to be extended, or new additional access points need to be installed to take into account the additional bandwidth requirements for IPTV. Since these client devices are not part of the fixed IPTV infrastructure, but - for example the property of the hotel guest, all commonly used streaming protocols and media formats need to be supported, such as HTTP Live Streaming (HLS), Flash streaming with RTMP / HTTP, or Silverlight Smooth Streaming, and others (often associated to the term streaming protocols for Over-The-Top (OTT)). Streaming based on UDP unicast and multicast is typically not supported by the mobile client devices and will often be blocked by firewalls running on the devices themselves. Please notice that such a service requires an additional streaming server for serving individual clients. Streaming servers for Live TV providing interactive access to live streams for client devices, such as notebooks, tablets, and smartphones. In contrast to IPTV streaming with multicast, a separate streaming connection needs to be created for each client that requests content. Video-on-Demand is functionality provided by streaming servers, but will not be discussed further. Another important aspect is transcoding. Transcoding servers allow for converting IPTV streams in realtime to other formats. Most importantly, this allows for reducing the bandwidth requirements for wireless transmission, but also for Internet transmission as we will see in Option 2 and Option 3 presented in the following. Transcoders allow for converting from MPEG-2 video to AVC/H.264 for reducing the required bandwidth while trying to keep to the original image quality and size. In addition, streams can be adapted to screen sizes of mobile phones. Often transcoding is also a requirement to change the audio or video encoding to formats supported by such mobile devices. For example, Copyright 2018 by GMIT Page 4

5 AVC/H.264 video and AAC audio are typically required for streaming to smartphones or tablets. Transcoders also support transrating, which results in adapting the bitrate of original AVC/H.264 content without changing the codec. Providing several different bitrates of the same TV channel allow the player software on the client device to seamlessly switch between different bitrates. This allows for compensating changing network conditions by adapting to the currently available bandwidth. This feature needs to be provided by the streaming server for live TV. Therefore, an important additional building block for an IPTV service is Transcoders for real-time transcoding of IPTV streams in regards to bandwidth requirements and media formats, including multi-bitrate transcoding/transrating for adaptive bitrate streaming (ABR). IPTV/OTT solutions by GMIT GMIT offers a complete set of IPTV server solutions, including DVB gateways, transcoders, and streaming servers and protocols for content distribution. TVCaster is a turn-key solution offering all cutting-edge functionality you expect from an integrated DVB receiver, descrambler, remultiplexer, and IP streaming server. TVCaster servers are available for DVB-S/S2, DVB-C, DVB-T and DVB-ASI. CodecCaster offers a high-performance real-time transcoding solution for IPTV streams in MPEG-2 or AVC/H.264 format. The world-class encoder of CodecCaster allows for greatly reducing bandwidth requirements of streams while keeping to the original quality, which makes CodecCaster the ideal tool for supporting multiple devices and screens, and adaptive streaming at different bitrates using HTTP Live Streaming (HLS) and other protocols. RelayCaster servers together with RelayCaster Streaming Protocol (RCSP) offer a turnkey solution that enables optimized transmission of IPTV streams. With RelayCaster, reliability and data rates of distributing live content can be greatly improved, and packet loss issues can be solved efficiently. RelayCaster allows replacing expensive satellite links or expensive contracts with CDN service providers. PolyCaster by GMIT is a turn-key streaming server available as 19-inch rack mountable appliance that comes with an easy-to-use web interface. PolyCaster enables you to distribute live streams to a broad range of devices, including PC browser, mobile phones, tablets, and set-top boxes. PolyCaster supports the major streaming formats and protocols, including Adaptive Bitrate Streaming (ABR). All products are available as turn-key server appliances. CodecCaster and RelayCaster are also available as software-only packages for easy installation on existing servers hosted in data centers. Copyright 2018 by GMIT Page 5

6 We will describe how these products can be used to realize an IPTV/OTT service. While TVCaster, CodecCaster and RelayCaster are essential for building a distributed multicast setup, additional PolyCaster servers allow for augmenting the service for wireless clients and PC browser served with HTTP base unicast streaming. Option 1: Local setup The first and most traditional approach for realizing an IPTV service in hospitality, health care, or corporate networks is to install the complete technical infrastructure within the local area network (LAN) at each site. Figure 1: Installation of a complete IPTV infrastructure including DVB gateway and transcoders within the local area network (LAN) at each site According to the terminology introduced above, this includes following components at each site. DVB sources DVB gateways Multicast enabled switches Network infrastructure, including Wi-Fi Access Points Clients IPTV Middleware Copyright 2018 by GMIT Page 6

7 and optionally Transcoding servers Streaming servers Figure 1 shows this setup. For the colored parts of this Figure, GMIT provides turn-key solutions; other parts are supported by various vendors, including GMIT s partners. Option 2: Centralized setup and CDN service The second approach for realizing an IPTV service in hospitality, health care, or corporate networks is to generate streams at a central location and then distribute streams to different locations using the service provided by an existing Content Delivery Network (CDN). In this setup, the central location needs to have a reliable and high-bandwidth connection to an existing CDN service provider in upstream direction, for example by hosting servers in a data center. Each receiving site needs to have sufficient downstream capacity, for example by upgrading the link capacity of an existing Internet connection, or using several connections in parallel. Obviously, this approach becomes more interesting when serving a larger number of sites, in particular since a large part of the overall components required only needs to be provided once at the central location. While each stream is provided once to the CDN, each site will receive separate streams from the CDN. The CDN service provider will charge the traffic according to either total volume (monthly), or overall link capacity in downstream direction (i.e. the peak throughput to all receiving sites). Therefore, transcoding becomes highly attractive in this setup since it allows for greatly reducing the overall bandwidth while keeping close to the original quality of the content. According to the terminology introduced above, this setup results in following components at the central data center. DVB sources DVB gateways Switches Transcoders An additional new component needs to be installed at the central location. CDN gateway (sender) (also called origin server) converting from the streaming protocol available in the local area network (LAN) of the data center to the protocol required for the particular CDN. Copyright 2018 by GMIT Page 7

8 Figure 2: Installation of IPTV servers including DVB gateway and transcoders at a single central location and providing streams to a larger number of sites using the services offered by existing Content Delivery Networks (CDN) As an example, consider the provision of 50 transcoded TV channels, each at 2 Mbps. This requires having a link of at least 100 Mbps with high reliability to the CDN. At each receiving site - for example, a hotel, hospital, or company site following components are to be installed. An additional new component needs to be set up. Copyright 2018 by GMIT Page 8

9 CDN gateway (receiver) converting from streams received by the CDN to multicast streams to be served to clients, such as set-top boxes, and other components As an example, consider again the reception of 50 transcoded TV channels, each at 2 Mbps, from the CDN. This requires having a link of at least 100 Mbps with high reliability to the CDN. Since the CDN will typically deliver on TCP based protocols, such as HTTP Live Streaming (HLS), used for OTT streaming, the actually required link capacity needs to be increased according to the measured TCP performance available from the CDN to the local site. For completing the local setup at each site, following components are required. Multicast enabled switches Network infrastructure, including Wi-Fi Access Points Clients IPTV Middleware Streaming servers Figure 2 shows this setup. From a central location streams are provided to a local site; for each additional site to be served this part of the overall setup needs to be provided. For the colored parts of this Figure, GMIT provides turn-key solutions; other parts are supported by various vendors, including GMIT s partners. Option 3: Centralized setup and Internet transmission The third approach for realizing an IPTV service in hospitality, health care, or corporate networks is to generate streams at a central location and then distribute streams to different locations using the public Internet infrastructure. In this setup, the central location needs to have a reliable and highbandwidth connection to the Internet, for example by hosting servers in a data center. Each receiving site needs to have sufficient downstream capacity, for example by upgrading the link capacity of an existing Internet connection, or using several connections in parallel. Obviously, this approach becomes more interesting when serving a larger number of sites, in particular since a large part of the overall components required only needs to be provided once at the central location. Similar to Option 2, transcoding becomes highly attractive in this setup since it allows for greatly reducing the overall bandwidth while keeping close to the original quality of the content. CDN vs. Public Internet: Bandwidth In contrast to Option 2 presented in the previous section, this approach does not rely on Content Delivery Networks (CDN) to distribute streams to a number of sites. Instead, streams are provided from the central location to each receiving site individually by using public Internet infrastructure. Copyright 2018 by GMIT Page 9

10 When using a CDN, the outgoing bandwidth at the central location is increased once with each additional stream to be provided, and the incoming bandwidth at each receiving location is increased with every stream that is subscribed. Distribution of the same streams to different receiving sites is handled by the CDN. When sending streams to each site individually by using public Internet infrastructure, the overall outgoing bandwidth is increased with each additional stream and each additional receiving site to be served by the central location. So, while the overall downstream bandwidth is equal in both approaches, more upstream capacity needs to be made available when using Internet transmission. However, not using a CDN results in decreased operational costs since no fees for CDN service providers are due. Internet bandwidth is not for free either, and depending on the overall upstream bandwidth, additional agreements for IP traffic or Internet transit are required. However, the operational costs of this approach are typically significantly lower than using a CDN as discussed below. CDN vs. Public Internet: Quality of Service (QoS) An important aspect to consider when relying on public Internet transmission is Quality of Service (QoS). Internet traffic is typically best-effort, and suffers from packet loss and bursty traffic. This is even more true when link distance in terms of transmission delays and number of hops increases. To overcome this problem, the approach presented in this Section uses a special server and streaming protocol for content delivery. RelayCaster server appliances by GMIT offer a turn-key solution that enables optimized transmission of IPTV streams to remote sites. By using the RelayCaster Streaming Protocol (RCSP), reliability and data rates of streaming live content along lossy long distance links can be greatly improved. Since RCSP is fully Internet compliant, it can be used between any two end-points of the Internet providing a public IP address. Figure 3 shows the usage of two RelayCaster streaming servers. Using the RelayCaster Streaming Protocol (RCSP) between two RelayCaster servers allows for the optimized transmission of IPTV streams to remote company sites, data centers, or networks. Figure 3: RelayCaster and RelayCaster Streaming Protocol (RCSP) allow for optimized streaming for lossy long-distance links by providing increased reliability and higher data rates than other solutions. Copyright 2018 by GMIT Page 10

11 On one side, a RelayCaster server receives IPTV streams available as unicast or multicast in the local area network (LAN) and then re-transmits these streams using RCSP to a second RelayCaster server, possibly located on a continent far away. The receiving server then forwards the streams as unicast or multicast to the local area network it is connected to. Compared to streaming with existing unreliable protocols, such as UDP or RTP, GMIT s RCSP greatly reduces packet loss. Even packet loss rates of several percent, jittering, or break-downs of connectivity can be compensated for. Compared to content delivery with reliable protocols, such as TCP or higher-level protocols such as FTP or HTTP, the new streaming protocol RCSP offers much higher bandwidths for transmission of live content over lossy long distance. To this end, RelayCaster servers allow for building your own cost-effective Content Delivery Network (CDN) using public Internet infrastructure. Of course, RelayCaster servers also allow for scaling your Content Delivery Network (CDN) by creating more complex setups, for example star-shaped or tree-shaped networks of RelayCaster servers (see Figure 4). Figure 4: A tree-shaped network of RelayCaster servers connected by public Internet infrastructure: IPTV streams from a central location are re-distributed to various intermediate and terminating locations where streams can be forwarded to local area networks again. Overall setup According to the terminology introduced above, this setup results in following components at the central data center. Copyright 2018 by GMIT Page 11

12 DVB sources DVB gateways Switches Transcoders An additional new component needs to be installed at the central location. RelayCaster server (sender) distributing the unicast or multicast streams available in the local area network to other locations connected by public Internet Infrastructure. Figure 5: Installation of IPTV servers including DVB gateway and transcoders at a single central location and providing streams to a larger number of sites using the public Internet infrastructure Copyright 2018 by GMIT Page 12

13 As an example, consider the provision of 50 transcoded TV channels, each at 2 Mbps. This requires having a link capacity at the sender side of at least 100 Mbps for each receiving site. The number of receivers to be handled by a single sending RelayCaster server depends on the total number of streams and total bandwidth. At each receiving site - for example, a hotel, hospital, or company site following components are to be installed. An additional new component needs to be set up. RelayCaster server (receiver) converting streams received with the RelayCaster Streaming Protocol (RCSP) to unicast or multicast streams to be served to clients, such as set-top boxes, and other components. As an example, consider again the reception of 50 transcoded TV channels, each at 2 Mbps, from the sending RelayCaster. This requires having a link of at least 100 Mbps. The actually required link capacity depends on the link quality in terms of packet loss rates and delays. However, compared to TCP based protocols, RCSP provides a much better saturation of the link capacity. For completing the local setup at each site following components are required. Multicast enabled switches Network infrastructure, including Wi-Fi Access Points Clients IPTV Middleware Streaming servers Figure 5 shows this setup. From a central location, streams are provided to a local site; for each additional site to be served this part of the overall setup needs to be provided. For the colored parts of this Figure, GMIT provides turn-key solutions; other parts are supported by various vendors, including GMIT s partners. Option 2 and 3: IPTV Middleware and Streaming Servers As discussed before, IPTV Middleware is running on an additional server at each receiving site. In both, Option 2 and 3, IPTV streams are made available again in the local area network of each site. Therefore, no or only little changes are required for existing IPTV middleware solutions. One can also consider centralizing at least some parts of the IPTV Middleware to the central location as well. Streaming servers for Video-on-Demand (VoD) should still be kept in the local area network of each receiving site. VoD content will typically only be changed in a very low frequency (e.g. once per week), and then only needs to be updated once for each VoD file. Having a local VoD server also avoids additional Internet traffic whenever a VoD item is consumed by a client. Copyright 2018 by GMIT Page 13

14 Comparison The advantages and disadvantages of all approaches will be discussed, and an evaluation of both initial and operational costs is presented. Evaluation of Option 1: Local installation As can be seen in Figure 1, this approach requires installing and maintaining the complete IPTV infrastructure within the local area network (LAN) at each site, e.g. hotel, hospital, or corporate site. This results in following advantages and disadvantages. Advantages Installation is owned by a particular site and can be freely configured without affecting other sites. Different selections of TV channels can be made available at each site. All components are fully accessible at local site. Problems at DVB sources, DVB gateways, and transcoding servers only affect a single local installation. No high speed Internet access is required; Internet is only required for remote administration. Disadvantages Maximum initial costs, since each installation requires all components. Local installation of DVB sources including large satellite dishes and cabling from dishes to DVB multi-switches might be problematic to set up. Local installation of larger number of DVB gateways and transcoders requires additional rack space, cooling, power, etc. at each site. Remote administration needs to be enabled for a large number of components. Remote troubleshooting of DVB sources, such as problems with a DBV dish, is not possible. Troubleshooting more often requires a local intervention, which in general will result in higher operational costs, in particular if on-site support requires additional working hours due to travel, and travel & living expenses. Weak scalability: Changing the settings of streams requires administration of each site. Weak scalability: When adding an additional stream exceeds the available capacity of DVB multi-switches, DVB inputs at gateways, or transcoding capacity, additional components and installation is required at each site, which results in initial costs for each site to be updated. Adding redundancy (such as spare servers) requires additional initial costs at each site. Evaluation of Option 2: Centralized setup and CDN service This approach improves scalability be installing IPTV servers, including DVB gateways and transcoders, at a single central location and providing streams to a larger number of sites using the services offered by existing Content Delivery Networks (CDN). Copyright 2018 by GMIT Page 14

15 Advantages Greatly reduced initial costs at each receiving site: No DVB sources, DVB gateways, and transcoders are required. Costs for additional CDN gateways are typically much smaller. Improved scalability: DVB sources, DVB gateways, and transcoders are only required once at central location. Selection of TV channels can be changed or extended easily and mostly only by modifications at the central location. If additional TV channels will exceed available resource at central location, additional costs and installation will only be required at central location (for example, for additional DVB sources, DVB gateways, and transcoders). Additional running costs scale more transparently per TV channel received at each receiving site (costs of bandwidth / volume for CDN service). All sites have access to high-quality transcoded streams. An IPTV service for Wi-Fi users can be provided easily. Troubleshooting for components DVB sources, DVB gateways, and transcoders can be handled at single central location. Redundancy (such as spare servers) and monitoring of a large part of the overall setup can be handled at central location, which reduces the operational costs. Disadvantages Service depends on CDN service provider and proprietary CDN architecture. Additional and potentially high operational costs due to CDN fees. Areas, or countries, that can be served efficiently from the central location depend on the network of the CDN service provider, which cannot be influenced. Reliable high-speed Internet access is required at each receiving site, which results in additional operational costs. Problems at DVB sources, DVB gateways, and transcoding servers potentially affect all receiving sites, if no redundancy is made available. Problems at CDN affect all receiving sites, and can only be resolved by CDN service provider. An additional CDN gateway is required at both, the central location, and at each receiving site. If a single CDN gateway is not sufficient for sending all streams once to the CDN, additional gateways need to be used. The CDN gateway is often not directly provided by the CDN service provider and needs to be installed and maintained. Each site can only get access to streams provided by central location. Parameters, such as bitrate of the transcoded streams, cannot be changed for each receiving site, i.e. only if additional servers are set up at central location. Additional TV streams received from the central location will automatically increase the running costs to be paid to the CDN due to higher bandwidth or data volume to receiving sites. Additional TV streams received from the central location might increase the running costs for Internet connectivity at the receiving sites. Copyright 2018 by GMIT Page 15

16 Evaluation of Option 3: Centralized setup and Internet transmission Compared to Option 1, this approach also improves scalability by installing IPTV servers including DVB gateways and transcoders, at a single central location. Instead of using the services provided by an existing CDN, an own network for providing streams to a larger number of sites is built, which relies on GMIT s RelayCaster technology running within the infrastructure provided by the public Internet. Advantages Greatly reduced initial costs at each receiving site: No DVB sources, DVB gateways, and transcoders are required. Costs for additional RelayCaster servers are typically much smaller. A single RelayCaster server can serve a larger number of streams and remote sites. Improved scalability: DVB sources, DVB gateways, and transcoders are only required once at the central location. Selection of TV channels can be changed or extended easily and mostly only by modifications at the central location. If additional TV channels will exceed available resource at the central location, additional costs and installation will only be required at central location (for example, for additional DVB sources, DVB gateways, and transcoders). Additional running costs scale more transparently per TV channel received at each receiving site (costs of bandwidth / volume for Internet access). Compared to Option 2 (CDN), operational costs are typically much lower since public Internet infrastructure can be used, together with Internet transit, depending on overall bandwidth. Internet capacity is typically available at only 10 to 20% of the costs of CDN services. Compared to Option 2 (CDN), service is not depending on single CDN service provider, in terms of pricing, reliability, and local and global reach, such as supported countries. Service is owned by you, and can be scaled for more cost-effectiveness and more reliability (e.g. by adding several independent Internet transit providers). Better reliability and higher bandwidths due to usage of RelayCaster Streaming Protocol (RCSP), and thereby better link saturation and better cost-effectiveness of purchased bandwidth, even for lossy long-distance links, and the last-mile to receiving sites. Single-vendor turn-key solution for all building blocks for setting up this kind of IPTV service is available from GMIT. All sites have access to high-quality transcoded streams. An IPTV service for Wi-Fi users can be provided easily. Troubleshooting for components DVB sources, DVB gateways, and transcoders can be handled at single central location. Redundancy (such as spare servers) and monitoring of a large part of the overall setup can be handled at central location, which reduces the operational costs. Disadvantages High-bandwidth Internet access required at upstream of central location. Reliable high-speed Internet access is required at each receiving site, which results in additional operational costs. Copyright 2018 by GMIT Page 16

17 Problems at DVB sources, DVB gateways, and transcoding servers potentially affect all receiving sites, if no redundancy is made available. An additional RelayCaster server is required at both, the central location, and at each receiving site. If a single gateway is not sufficient for sending all streams, additional RelayCaster servers need to be used. Each site can only get access to streams provided by central location. Parameters, such as bitrate of the transcoded streams, cannot be changed for each receiving site, i.e. only if additional servers are set up at central location. Additional TV streams received from the central location will automatically increase the running costs to be paid for Internet traffic due to higher bandwidth or data volume (but these costs are typically less than for Option 2 with CDN). Additional TV streams received from the central location might increase the running costs for Internet connectivity at the receiving sites. Summary This White Paper introduced three different approaches for IPTV infrastructures in hospitality, health care, and corporate networks. Starting from a purely local setup, two options for realizing a more scalable service were presented, one using paid CDN services, the other using public Internet infrastructure. We described how GMIT s server products, namely TVCaster, CodecCaster and RelayCaster together with RelayCaster Streaming Protocol (RCSP), help to implement such a service. When compared to paid CDN services, the solution including RelayCaster technology allows for realizing a more cost-effective solution. The advantages and disadvantage of all three options were discussed. While this overview is meant to provide good general guidance, a recommendation can only be made based on an in-depth analysis of all involved parameters. We believe that since Internet capacity is always increasing and traffic costs are constantly decreasing, a scalable solution can be more costeffective today in both initial and operational costs, and will be even more so in the future. Since the scalability in terms of operational costs per receiving site is crucial, the Internet based transmission presented as Option 3 often provides the best cost-effectiveness. Please contact GMIT for more information, and getting an in-depth analysis of your project. Copyright 2018 by GMIT Page 17

18 GMIT GMIT - a Rohde & Schwarz company develops multiviewer and automated monitoring products for operating and monitoring broadcast and streaming infrastructures. These products feature top performance and availability and are based on GMIT software components and technologies for processing video, audio and data in realtime. With the acquisition of the technology of Motama GmbH, the product portfolio was extended in the areas of IP contribution, live transcoding, OTT streaming and DVB gateways. Further information about GMIT is available from Copyright 2018 by GMIT Page 18

End-to-end IPTV / OTT Solution

End-to-end IPTV / OTT Solution End-to-end IPTV / OTT Solution Telebreeze Middleware Features Hardware Operation System Intel Xeon Processor E3 Series / 16GB RAM CentOS 7.3 minimal Ext4 The core of the platform Telebreeze Middleware

More information

Encode and Stream Solutions.

Encode and Stream Solutions. Encode and Stream Solutions www.avermedia.com/professional AVerCaster Encoder Series The AVerCaster encoder is a video capturing, encoding, and streaming solution for the OTT and IPTV industries. It not

More information

Brochure Version IP-based broadcast contribution and primary distribution revolution or evolution?

Brochure Version IP-based broadcast contribution and primary distribution revolution or evolution? Brochure Version 01.00 IP-based broadcast contribution and primary distribution revolution or evolution? Over many decades, the broadcast industry has experienced its fair share of technological revolutions

More information

Whitepaper. Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming. Fraunhofer FOKUS & Zattoo

Whitepaper. Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming. Fraunhofer FOKUS & Zattoo Whitepaper Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming Fraunhofer FOKUS & Zattoo May 19th 2014 Motivation Internet delivered Video is at the tipping point

More information

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system IPTV / OTT End-to-end Solution Launch, manage and monetize your interactive TV system 1 Telebreeze IPTV/OTT Platform Telebreeze provides professional technical solution for IPTV / OTT businesses. The Telebreeze

More information

Common Home use IPTV Examples. YouTube Roku Apple TV Verizon Fios Triple Play (Internet, TV, Phone)

Common Home use IPTV Examples. YouTube Roku Apple TV Verizon Fios Triple Play (Internet, TV, Phone) What is IPTV? Internet Protocol television (IPTV) is a system through which television services are delivered using the Internet protocol suite over a packet-switched network such as a LAN or the Internet,

More information

TBS8520 Transcoder Server User Guide

TBS8520 Transcoder Server User Guide TBS8520 Transcoder Server User Guide Copyright TBS Technologies 2005-2018 All Rights Reserved 2018-06-21 1 / 37 TBS8520 User Guide Catalog 1. Product Overview... 3 1.1 Product Presentation... 3 1.2 Product

More information

Guaranteeing Video Quality

Guaranteeing Video Quality Guaranteeing Video Quality in IP Delivery Systems By Göran Appelquist, Ph.D., Chief Technology Officer, Edgeware AB This article explores some of the challenges and solutions for operators to guarantee

More information

What s the magic of real-time video streaming with hyper-low latency?

What s the magic of real-time video streaming with hyper-low latency? What s the magic of real-time video streaming with hyper-low latency? A technical overview about streaming infrastructure solutions and transfer protocols. Development and improvement two big words united

More information

TBS8510 Transcoder Server User Guide

TBS8510 Transcoder Server User Guide TBS8510 Transcoder Server User Guide Copyright TBS Technologies 2005-2019 All Rights Reserved 2019-01-08 1 / 53 TBS8510 User Guide Catalog 1. Product Overview... 4 1.1 Product Presentation... 4 1.2 Product

More information

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications

Perfect Video over Any Network. State-of-the-art Technology for Live Video Comunications Perfect Video over Any Network State-of-the-art Technology for Live Video Comunications Who We Are Established in 2004 Focus on the Professional Video Market Over 30 years of combined experience in Broadcast

More information

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA White Paper

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA   White Paper Nomadix Service Engine Access in Large Public Venues Copyright 2011 Nomadix, Inc. All Rights Reserved. 30851 Agoura Road Suite 102 Agoura Hills CA 91301 USA www.nomadix.com 230-1026-001 Sheet 2 of 9 Introduction

More information

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS Kevin Streeter Adobe Systems, USA ABSTRACT While HTTP adaptive streaming (HAS) technology has been very successful, it also generally introduces

More information

Mobile Cloud Computing & Adaptive Streaming

Mobile Cloud Computing & Adaptive Streaming Mobile Cloud Computing & Adaptive Streaming 20 th Mar 2012 Suriya Mohan, Aricent Group, Chennai Agenda Mobile Cloud Computing Tablet / Smartphone Evolution Cloud Computing 3 Fundamental Models Clouds in

More information

White Paper Broadband Multimedia Servers for IPTV Design options with ATCA

White Paper Broadband Multimedia Servers for IPTV Design options with ATCA Internet channels provide individual audiovisual content on demand. Such applications are frequently summarized as IPTV. Applications include the traditional programmed Video on Demand from a library of

More information

ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB

ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB Abstract With the massive proliferation of both video services

More information

MISB EG Motion Imagery Standards Board Engineering Guideline. 24 April Delivery of Low Bandwidth Motion Imagery. 1 Scope.

MISB EG Motion Imagery Standards Board Engineering Guideline. 24 April Delivery of Low Bandwidth Motion Imagery. 1 Scope. Motion Imagery Standards Board Engineering Guideline Delivery of Low Bandwidth Motion Imagery MISB EG 0803 24 April 2008 1 Scope This Motion Imagery Standards Board (MISB) Engineering Guideline (EG) provides

More information

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input

Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input Full HD HEVC(H.265)/H.264 Hardware IPTV Encoder Model: MagicBox HD4 series MagicBox HD401: Single channel HDMI/AV, HDMI/VGA/YPbPr/AV, HDSDI input 1 MagicBox HD404: 4 channels HDMI/AV, HDMI/VGA/YPbPr/AV,

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

A Converged Content Delivery Platform for IP and QAM Video

A Converged Content Delivery Platform for IP and QAM Video A Converged Delivery Platform for IP and QAM Video Abstract James Barkley, Weidong Mao Comcast Cable HTTP based Adaptive Bit Rate (ABR) video delivery to IP enabled CPEs via Delivery Network (CDN) for

More information

CIMARRON TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES. Updated November 19, 2011

CIMARRON TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES. Updated November 19, 2011 CIMARRON TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES Updated November 19, 2011 Consistent with FCC regulations, 1 Cimarron Telephone Company provides this information about our broadband Internet

More information

Adaptive Video Acceleration. White Paper. 1 P a g e

Adaptive Video Acceleration. White Paper. 1 P a g e Adaptive Video Acceleration White Paper 1 P a g e Version 1.0 Veronique Phan Dir. Technical Sales July 16 th 2014 2 P a g e 1. Preface Giraffic is the enabler of Next Generation Internet TV broadcast technology

More information

IPTV Explained. Part 1 in a BSF Series.

IPTV Explained. Part 1 in a BSF Series. IPTV Explained Part 1 in a BSF Series www.aucklandsatellitetv.co.nz I N T R O D U C T I O N As a result of broadband service providers moving from offering connectivity to services, the discussion surrounding

More information

Immediate Release. Contact: Rebecca Gray Marketing Manager DVEO division of Computer Modules, Inc

Immediate Release. Contact: Rebecca Gray Marketing Manager DVEO division of Computer Modules, Inc Contact: Rebecca Gray Marketing Manager DVEO division of Computer Modules, Inc. 858-613-1818 rebecca@dveo.com Immediate Release November 7, 2014 Streaming Media West Booth 206 DVEO Announces New Products

More information

HTTP Adaptive Streaming

HTTP Adaptive Streaming Whitepaper HTTP Adaptive Streaming Using the Edgeware Video Delivery Appliances Microsoft Smooth Streaming Apple HTTP Live Streaming Adobe HTTP Dynamic Streaming Table of Contents 1. Confidentiality notice...

More information

CENTAURI 4001 STREAMINGSERVER. WebRadio and InHouseStreaming. Now with: mp3pro, CT-aacPlus, MPEG 4 AAC Low Delay and apt-x.

CENTAURI 4001 STREAMINGSERVER. WebRadio and InHouseStreaming. Now with: mp3pro, CT-aacPlus, MPEG 4 AAC Low Delay and apt-x. CENTAURI 4001 STREAMINGSERVER WebRadio and InHouseing Formats: MPEG L2 MPEG L3 (MP3) MPEG 2/4 AAC linear Now with: mp3pro, CT-aacPlus, MPEG 4 AAC Low Delay and apt-x yesterday: The way WebRadio has been

More information

Teleste Optimo High-density professional transcoder

Teleste Optimo High-density professional transcoder Teleste Optimo High-density professional transcoder The Teleste Optimo is a carrier-class, high-density transcoder for Cable TV, broadcast IPTV and OTT applications, which provides leading video quality

More information

Video Technology Crossroads What s next?

Video Technology Crossroads What s next? Video Technology Crossroads What s next? January 24, 2018 Niagara Video Corp. 5627 Stoneridge Drive Suite 316 Pleasanton CA 94588 USA p. 1-925-399-7201 sales@niagara-video.com www.niagra-video.com Table

More information

TotalCode Studio. Professional desktop encoding for digital distribution and over the top services NEW FEATURES

TotalCode Studio. Professional desktop encoding for digital distribution and over the top services NEW FEATURES TotalCode Studio Professional desktop encoding for digital distribution and over the top services Whether your content is consumed on tablets, smartphones, TVs or set-top boxes or delivered through different

More information

Deploying IPTV and OTT

Deploying IPTV and OTT Deploying IPTV and OTT Using New OSS Tools to Improve Video QoE and Reduce Operational Costs Patricio S. Latini Senior Vice President Engineering Title Table of Contents Page Number INTRODUCTION 3 CURRENT

More information

HDMI/HD-SDI HEVC/H.264 IPTV

HDMI/HD-SDI HEVC/H.264 IPTV 1/4/16 chs HDMI/HD-SDI HEVC/H.264 IPTV Encoder Model: MagicBox HD401S MagicBox HD404S MagicBox HD416S single channel version 1 4 channels version 16 channels version Product Profile Magicbox HD4S series

More information

EzyCast Mobile Mobile video, made simple.

EzyCast Mobile Mobile video, made simple. EzyCast Mobile Mobile video, made simple. Media content anywhere, anytime are just one of the many key phrases which describe and characterize EzyCast Mobile. EzyCast Mobile is a professional streaming

More information

Adaptive Video Multicasting

Adaptive Video Multicasting Adaptive Video Multicasting Presenters: Roman Glistvain, Bahman Eksiri, and Lan Nguyen 1 Outline Approaches to Adaptive Video Multicasting Single rate multicast Simulcast Active Agents Layered multicasting

More information

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE Weidong Mao Comcast Fellow Office of the CTO Comcast Cable Abstract The paper presents an integrated Video On Demand (VOD) content

More information

The Guide to Best Practices in PREMIUM ONLINE VIDEO STREAMING

The Guide to Best Practices in PREMIUM ONLINE VIDEO STREAMING AKAMAI.COM The Guide to Best Practices in PREMIUM ONLINE VIDEO STREAMING PART 1: MANAGING THE FIRST MILE True differentiation in quality and consistency can only be achieved through adherence to best practices

More information

LINEAR VIDEO DELIVERY FROM THE CLOUD. A New Paradigm for 24/7 Broadcasting WHITE PAPER

LINEAR VIDEO DELIVERY FROM THE CLOUD. A New Paradigm for 24/7 Broadcasting WHITE PAPER WHITE PAPER LINEAR VIDEO DELIVERY FROM THE CLOUD A New Paradigm for 24/7 Broadcasting Copyright 2016 Elemental Technologies. Linear Video Delivery from the Cloud 1 CONTENTS Introduction... 3 A New Way

More information

Cisco Media Broadcaster

Cisco Media Broadcaster Data Sheet Cisco Media Broadcaster Cisco Media Broadcaster provides service providers a cost-effective and scalable solution for streaming HTTP adaptive bit rate live video to the in-home primary screen

More information

8 th November 2016 Making Content Delivery Work by Adding Application Layer Technologies. Simon Jones Chief IPTV Architect BT

8 th November 2016 Making Content Delivery Work by Adding Application Layer Technologies. Simon Jones Chief IPTV Architect BT 8 th November 2016 Making Content Delivery Work by Adding Application Layer Technologies Simon Jones Chief IPTV Architect BT Delivering BT Sport Dr Simon T Jones, BT Technology, Service and Operations

More information

Connectivity to Cloud-First Applications

Connectivity to Cloud-First Applications Aruba and Riverbed Partner to Accelerate and Optimize Mobile-First Connectivity to Cloud-First Applications Today s workforce is more distributed, more mobile, and more demanding. Constant availability

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2017 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński Internet datacenters Introduction Internet datacenters:

More information

WatchiTV Portable: IPTV Expert Analysis Application

WatchiTV Portable: IPTV Expert Analysis Application Portable: IPTV Expert Analysis Application Key Applications Presentation Session - IPTV client service access and EPG scan. Application Session - H.264, MPEG4 and MPEG-2 transport stream measurement. IP

More information

Network Access Technology Consideration in Europe. By Helge Tiainen of InCoax and Chair of the MoCA Access Work Group

Network Access Technology Consideration in Europe. By Helge Tiainen of InCoax and Chair of the MoCA Access Work Group Network Access Technology Consideration in Europe By Helge Tiainen of InCoax and Chair of the MoCA Access Work Group Introduction There is no shortage of networking alternatives to reach multi-dwelling

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

Powering the Multiscreen Video Revolution FOR PAY TV OPERATORS, EDUCATION & LEARNING, AND HOTEL & HOSPITALITY

Powering the Multiscreen Video Revolution FOR PAY TV OPERATORS, EDUCATION & LEARNING, AND HOTEL & HOSPITALITY Powering the Multiscreen Video Revolution FOR PAY TV OPERATORS, EDUCATION & LEARNING, AND HOTEL & HOSPITALITY INCA NETWORKS Defining Intelligent Video Delivery Solutions with INCA NETWORKS INTELLIGENT

More information

Cobalt Digital Inc Galen Drive Champaign, IL USA

Cobalt Digital Inc Galen Drive Champaign, IL USA Cobalt Digital White Paper IP Video Transport Protocols Knowing What To Use When and Why Cobalt Digital Inc. 2506 Galen Drive Champaign, IL 61821 USA 1-217-344-1243 www.cobaltdigital.com support@cobaltdigital.com

More information

Internet Video Delivery. Professor Hui Zhang

Internet Video Delivery. Professor Hui Zhang 18-345 Internet Video Delivery Professor Hui Zhang 1 1990 2004: 1 st Generation Commercial PC/Packet Video Technologies Simple video playback, no support for rich app Not well integrated with Web browser

More information

VCST-HDMI-HEVC-4-IP VeCASTER HDMI to HEVC & H264 Multi-Rate RTMP Streaming Encoder

VCST-HDMI-HEVC-4-IP VeCASTER HDMI to HEVC & H264 Multi-Rate RTMP Streaming Encoder VCST-HDMI-HEVC-4-IP VeCASTER HDMI to HEVC & H264 Multi-Rate RTMP Streaming Encoder The VeCASTER PRO HD HEVC is a single channel HDMI video to selectable HEVC H.265 & H.264 professional IPTV video encoders

More information

Chapter 28. Multimedia

Chapter 28. Multimedia Chapter 28. Multimedia 28-1 Internet Audio/Video Streaming stored audio/video refers to on-demand requests for compressed audio/video files Streaming live audio/video refers to the broadcasting of radio

More information

Medienübertragung im Internet

Medienübertragung im Internet Ein Lied geht um die Welt - Medienübertragung im Internet Lehrstuhl Nachrichtentechnik Intel Visual Computing Institute Prof. Dr.-Ing. Thorsten Herfet herfet@cs.uni-saarland.de A few facts, June 2010 1

More information

Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast)

Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast) 137 Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast) 1, 2 Jan Fesl, 1 Richard Klee, 1 Marie Dolezalova 1 Institute of Applied Informatics,

More information

CS610- Computer Network Solved Subjective From Midterm Papers

CS610- Computer Network Solved Subjective From Midterm Papers Solved Subjective From Midterm Papers May 08,2012 MC100401285 Moaaz.pk@gmail.com Mc100401285@gmail.com PSMD01 CS610- Computer Network Midterm Examination - Fall 2011 1. Where are destination and source

More information

RECOMMENDATION ITU-R BT.1720 *

RECOMMENDATION ITU-R BT.1720 * Rec. ITU-R BT.1720 1 RECOMMENDATION ITU-R BT.1720 * Quality of service ranking and measurement methods for digital video broadcasting services delivered over broadband Internet protocol networks (Question

More information

IP Video Network Gateway Solutions

IP Video Network Gateway Solutions IP Video Network Gateway Solutions INTRODUCTION The broadcast systems of today exist in two separate and largely disconnected worlds: a network-based world where audio/video information is stored and passed

More information

Overcoming Concerns about Wireless PACs and I/O in Industrial Automation

Overcoming Concerns about Wireless PACs and I/O in Industrial Automation Overcoming Concerns about Wireless PACs and I/O in Industrial Automation Industrial Automation Flirts with Wireless The automation industry increasingly finds wireless attractive, and for several reasons.

More information

Achieving Low-Latency Streaming At Scale

Achieving Low-Latency Streaming At Scale Achieving Low-Latency Streaming At Scale Founded in 2005, Wowza offers a complete portfolio to power today s video streaming ecosystem from encoding to delivery. Wowza provides both software and managed

More information

Cisco Prime Home 5.1 Technical

Cisco Prime Home 5.1 Technical Data Sheet Cisco Prime Home 5.1 Technical The proliferation of Internet-connected devices and the explosion of video and data traffic are driving complexity in the home network. Increasing numbers of new

More information

HOSTED PBX WITHOUT THE HEADACHES: QUALITY OF SERVICE

HOSTED PBX WITHOUT THE HEADACHES: QUALITY OF SERVICE HOSTED PBX WITHOUT THE HEADACHES: QUALITY OF SERVICE Introduction Expanding numbers of SMBs are now relying on the cloud for communication and other mission-critical services. In the case of Hosted PBX

More information

Deploying VSaaS and Hosted Solutions using CompleteView

Deploying VSaaS and Hosted Solutions using CompleteView SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architectures. Salient Systems

More information

LANCOM Techpaper Smart WLAN controlling

LANCOM Techpaper Smart WLAN controlling The widespread use of wireless access points and wireless routers provides great convenience and flexibility in network access for businesses, universities and other organizations. In recent years, wireless

More information

On the Scalability of RTCP Based Network Tomography for IPTV Services. Ali C. Begen Colin Perkins Joerg Ott

On the Scalability of RTCP Based Network Tomography for IPTV Services. Ali C. Begen Colin Perkins Joerg Ott On the Scalability of RTCP Based Network Tomography for IPTV Services Ali C. Begen Colin Perkins Joerg Ott Content Distribution over IP Receivers Content Distributor Network A Transit Provider A Transit

More information

HDMI/HD-SDI/VGA H.264/H.256 HEVC

HDMI/HD-SDI/VGA H.264/H.256 HEVC 1/16 chs HDMI/HD-SDI/VGA H.264/H.256 HEVC r Model: MagicBox HD4N Series HDMI input HD-SDI input VGA input 16 channels HD-SDI input 1 16 channels HDMI input Product Profile MagicBox HD4 N series The HD

More information

DMP900 Digital Media Platform

DMP900 Digital Media Platform DMP900 Digital Media Platform DMP900 Digital Media Platform is the next generation of intelligent headend processing equipment that can be transformed into any type of digital headend or perform all kinds

More information

Data Broadcasting Solutions for Broadcasters

Data Broadcasting Solutions for Broadcasters Data Broadcasting Solutions for Broadcasters by Brett Jenkins Thomcast Communications, Inc. Southwick, MA SMPTE Technical Conference 2000 Pasadena, CA page 1 Data Broadcasting - What Is It? Multimedia

More information

Products Presentation 2015

Products Presentation 2015 Products Presentation 2015 The Streambox Advantage Award Winning IP Video Codec ACTL3-AP and video transport LDMP Advanced compression technology for higher-quality HD/SD video contribution. Exclusive

More information

MULTI SCREEN ENCODER/TRANSCODER AND

MULTI SCREEN ENCODER/TRANSCODER AND MULTI SCREEN ENCODER/TRANSCODER AND STREAMING APPLIANCES Practical IP Video Solutions for Any Needs and Budgets March 3, 2017 Copyright 2015-20172017 Computer Modules, Inc. All Rights Reserved. DVEO is

More information

Cisco Media Origination System

Cisco Media Origination System Data Sheet Cisco Media Origination System Product Overview The Cisco Videoscape Media Origination System (MOS) is a cloud-based media origination platform that streamlines deployment of advanced services,

More information

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On Evolving Telecommunications to Triple Play: IPTV, VoIP and TV Delivery Systems for System Engineers-DataCom Course Description With the introduction of Next Generation Networks to telecommunications

More information

Streaming Technologies Delivering Multimedia into the Future. May 2014

Streaming Technologies Delivering Multimedia into the Future. May 2014 Streaming Technologies Delivering Multimedia into the Future May 2014 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 How it started?... 6 Technology Overview... 7 Streaming Challenges... 15 Solutions...

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Changing the Voice of

Changing the Voice of Changing the Voice of Telecommunications Level 3 Solutions for Voice Service Providers Competitive: It is a word you know well. As a voice services provider, you face a unique set of challenges that originate

More information

TripleStream Product Description Version 4.6

TripleStream Product Description Version 4.6 TripleStream Product Description Version 4.6 Tripleplay Services Ltd. Rapier House 40-46 Lamb's Conduit Street London WC1N 3LJ www.tripleplay-services.com 2014 Tripleplay Services Ltd. All rights reserved.

More information

networks List various types of networks and their

networks List various types of networks and their Chapter 15 Networks Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

OTT. Overview. Applications

OTT. Overview. Applications ENTERPRIZE DelayServer/IP IPTV: PRO A secure IPTV ecosystem that delivers corporate or educational channels or broadcast content to every desktop, monitor, and screen throughout your organization. Ships

More information

Clear Choice Communications BROADBAND INTERNET SERVICE DISCLOSURES

Clear Choice Communications BROADBAND INTERNET SERVICE DISCLOSURES Updated 12/20/2016 Clear Choice Communications BROADBAND INTERNET SERVICE DISCLOSURES Consistent with FCC regulations, 1 Clear Choice Communications provides this information about our broadband Internet

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

Sage 200 Online. System Requirements and Prerequisites

Sage 200 Online. System Requirements and Prerequisites Sage 200 Online System Requirements and Prerequisites v2013 Copyright statement Sage (UK) Limited, 2013. All rights reserved. If this documentation includes advice or information relating to any matter

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Pioneer Communications Internet Services Disclosure

Pioneer Communications Internet Services Disclosure Pioneer Communications Internet Services Disclosure Pioneer Communications ( Pioneer ) is the leading Internet service provider for Southwest Kansas communities with a reputation for excellence that goes

More information

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 MESH NETWORK ARCHITECTURE... 6 Terminology... 6 Mesh Network Architecture Models...

More information

Cisco Intelligent WAN with Akamai Connect

Cisco Intelligent WAN with Akamai Connect Data Sheet Cisco Intelligent WAN with Akamai Connect Deliver consistent, LAN-like user experiences using application acceleration and WAN optimization while lowering bandwidth costs. Users get world-class

More information

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies Outline 15-441/15-641 Computer Networking Lecture 18 Internet Video Delivery Peter Steenkiste Slides by Professor Hui Zhang Background Technologies: - HTTP download - Real-time streaming - HTTP streaming

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

IPTV Distribution Technologies in. Broadband Home Networks

IPTV Distribution Technologies in. Broadband Home Networks IPTV Distribution Technologies is Broadband Home Nets IPTV Distribution Technologies in Broadband Home Nets The IPTV net Emad Shihab and Lin Cai Wireless and Neting (WAN) Research Group University of Victoria

More information

KUHN COMMUNICATIONS, INC BROADBAND INTERNET ACCESS SERVICE DISCLOSURES

KUHN COMMUNICATIONS, INC BROADBAND INTERNET ACCESS SERVICE DISCLOSURES KUHN COMMUNICATIONS, INC BROADBAND INTERNET ACCESS SERVICE DISCLOSURES Consistent with FCC regulations, 1 Kuhn Communications, Inc. referred to as Kuhn Communications, provides this information about our

More information

Live Broadcast: Video Services from AT&T

Live Broadcast: Video Services from AT&T Delivering your content through the power of the cloud Live Broadcast: Video Services from AT&T Getting your content to your audience is becoming increasingly diverse and complex. Today, people want to

More information

irtc: Live Broadcasting

irtc: Live Broadcasting 1 irtc: Live Broadcasting Delivering ultra-low-latency media at massive scale with LiveSwitch and WebRTC Introduction In the early days of the Internet and personal computing, it wasn t uncommon to wait

More information

LONSDALE TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES

LONSDALE TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES Updated November 2011 LONSDALE TELEPHONE COMPANY BROADBAND INTERNET SERVICE DISCLOSURES Consistent with FCC regulations, 1 Lonsdale Telephone Company provides this information about our broadband Internet

More information

TBS Technologies International Ltd. TBS2956 User Guide

TBS Technologies International Ltd. TBS2956 User Guide TBS2956 User Guide Dear Customers, Thank you so much for using TBS products. TBS2956 is our latest generation of digital TV streaming server powered by AMD Embedded G-Series SoC. It s equipped with 4GB

More information

IP Over Satellite (IPoS) - The Standard for Broadband Over Satellite

IP Over Satellite (IPoS) - The Standard for Broadband Over Satellite IP Over (IPoS) - The Standard for Broadband Over January 2004 IP Over (IPoS) - The Standard for Broadband Over 1.0 Introduction The Internet Protocol over (IPoS) standard was ratified as a U.S. Telecommunications

More information

Analysis of quality parameters influence to translation of IPTV service

Analysis of quality parameters influence to translation of IPTV service Analysis of quality parameters influence to translation of IPTV service RASA BRŪZGIENĖ, LINA NARBUTAITĖ, TOMAS ADOMKUS Department of Telecommunications Kaunas University of Technology Studentų st. 50-452,

More information

Implementing A STAR Network Using Comtech EF Data's IP-Enabled Satellite Modems

Implementing A STAR Network Using Comtech EF Data's IP-Enabled Satellite Modems Implementing A STAR Network Using Comtech EF Data's IPEnabled Satellite Modems April 30, 2002 Copyright 2002 Comtech EF Data Corp. All rights reserved. Comtech EF Data Proprietary Subject to change without

More information

Using a WAN Emulator to Demonstrate DOZER Automated Packet Recovery

Using a WAN Emulator to Demonstrate DOZER Automated Packet Recovery Using a WAN Emulator to Demonstrate DOZER Automated Packet Recovery Application Note (Rev. 1.3) Packet loss is the major source of errors when transmitting video over the public Internet while also impacting

More information

Product Overview. Overview CHAPTER

Product Overview. Overview CHAPTER CHAPTER 1 This chapter provides an introduction to the Cisco Internet Streamer Content Delivery System (CDS). This chapter has the following major topics: Overview, page 1-1 Content Delivery System Architecture,

More information

COMMZOOM BROADBAND INTERNET SERVICE DISCLOSURES

COMMZOOM BROADBAND INTERNET SERVICE DISCLOSURES Updated December 2018 COMMZOOM BROADBAND INTERNET SERVICE DISCLOSURES Consistent with FCC regulations, 1 commzomm provides this information about our broadband Internet access services. We call our broadband

More information

WHIT E PA PER. HughesON ActiveTechnologies

WHIT E PA PER. HughesON ActiveTechnologies WHIT E PA PER HughesON ActiveTechnologies WHITE PAPER HughesON ActiveTechnologies Solving the Challenges of the Distributed Enterprise Network Distributed enterprises today are deploying hybrid WANs that

More information

FRANKFORT PLANT BOARD CABLE MODEM INTERNET BROADBAND INTERNET SERVICE DISCLOSURES

FRANKFORT PLANT BOARD CABLE MODEM INTERNET BROADBAND INTERNET SERVICE DISCLOSURES FRANKFORT PLANT BOARD CABLE MODEM INTERNET BROADBAND INTERNET SERVICE DISCLOSURES Consistent with FCC 1 regulations, Frankfort Plant Board (FPB) provides this information about our broadband Internet access

More information

MULTISCREEN DELIVERY SOLUTION

MULTISCREEN DELIVERY SOLUTION MULTISCREEN DELIVERY SOLUTION appeartv.com THE APPEAR TV LINEAR PACKAGING SOLUTION FOR OTT Traditional TV delivery is no longer enough for broadcasters, customers want access to content everywhere. Over-the-top

More information

EMC Celerra Replicator V2 with Silver Peak WAN Optimization

EMC Celerra Replicator V2 with Silver Peak WAN Optimization EMC Celerra Replicator V2 with Silver Peak WAN Optimization Applied Technology Abstract This white paper discusses the interoperability and performance of EMC Celerra Replicator V2 with Silver Peak s WAN

More information

Cisco TelePresence Content Server

Cisco TelePresence Content Server Figure 1. Product Overview With the Cisco TelePresence Content Server (Content Server), your organization can share knowledge and enhance communication by recording video conferences. You can access live

More information

VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder

VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder VISLINK UltraCoder 4K Capable 4 Channel H.265 Encoder UltraCoder 4K Capable H.265 Encoder UtraCoder Half Rack Width Encoder with ASI & IP In and Outputs 19 x 1RU Half Rack Width

More information