SlideShare a Scribd company logo
1 of 37
Download to read offline
IPTV
- Presentation
 S.L.D.KASUN
Have your say : dulith1989@gmail.com
twitter.com/dulithk
 A system for converting visual images (with
sound) into electrical signals, transmitting
them by radio or other means, and displaying
them electronically on a screen.
 Typical Television Broadcasting Station
 Form of broadcasting in which
a television signal is transmitted by radio
waves from a terrestrial (Earth based)
transmitter of a television station
to TV receivers having an antenna.
 Satellite television is a service that delivers
television programming to viewers by relaying
it from a communications satellite orbiting the
Earth directly to the viewer's location. The
signals are received via an outdoor parabolic
antenna commonly referred to as
a satellite dish and a low-noise block down
converter.
 IP multicast is a bandwidth-conserving
technology that reduces traffic by
simultaneously delivering a single stream of
information to potentially thousands of
subscribers. Multicast routing establishes a
tree that connects a source with receivers.
Multicast delivery sends data across this tree
towards receivers.
Definition:
 IPTV is defined as multimedia services such
as television/video/audio/text/graphics/data
delivered over IP based networks managed to
provide the required level of quality of service
and experience, security, interactivity and
reliability.
 Internet Protocol (IP) multicast is a
bandwidth-conserving mechanism for
reducing data network traffic by
simultaneously delivering a single stream of
information to thousands of recipients.
Multicasting is fundamental to the
implementation of IPTV. This is how it works.
 You can watch Internet TV on a computer
screen, a television screen (through a set-
top-box) or on a mobile device
 Internet TV, in a simple terms, is video and
audio delivered over an Internet Connection
 Triple Play functionality helps to perform
Internet access, voice services and video
services simultaneously
 A set-top box is a device that enables a
television set to become a user interface to
the Internet and also enables a television set
to receive and decode digital television (DTV)
broadcasts
 IPTV: Internet Protocol Television
◦ In fact, it generally refers to IP video or video over the Internet
 Not restricted to traditional TV programming, includes video-on-demand and
other content
 Video over Public IP-based Networks
◦ That is, TV over the Internet
 Existing TV stations making their content available for download or streaming via
web sites is often referred to as Internet Television. Usually much lower quality
video and the network does not provide any quality of service guarantees
 Video over Private IP-based Networks
◦ A telecommunications company, ISP, business has a private IP network
(not necessarily part of the Internet), for delivery of video to its customers.
This is the most common form of IPTV
 IPTV versus traditional TV
◦ Free over-the-air, satellite, cable are traditionally “push” services
 All channels are automatically sent to you; your receiving devices selects the
channel to display on your screen
◦ IPTV is a “pull-push” service
 User selects (“pulls”) a channel, and only that channel is sent (“push”) to the user
 Digital Television
◦ Delivering existing and new digital TV content to consumers
 On Demand Video
◦ Users can select specific video content, usually for a fee (similar to
“pay-per-view”)
 Business TV to Desktop
◦ E.g. employees view news channels or financial reporting
 Distance Learning
◦ Although traditional teleconference systems support lectures, IPTV
will deliver content to the individuals (rather than conference
rooms)
 Corporate Communications
◦ Director or CEO delivering speeches to employees
 Mobile Phone TV
◦ With high-speed wireless data networks, the most practical way of
delivering TV to mobiles
 Video Chat
 Content: the media (video, audio)
 Video Head end: converts the content into suitable format, e.g. MPEG2,
Provider IP Network: the backbone network of the service provider (or multiple
service providers). E.g. an ISP’s or telecommunication companies network,
using IP over high speed WAN (e.g. SDH, fibre)
 Service Provider Access Network: often called the “last mile” to the users
premise (house, office). Technologies such as ADSL, FTTH and Ethernet
 Home Network: Connect your A/V equipment together (PCs, digital video
recorders, TV’s and displays, sound system, …)
 (Note: there may be elements from multiple organisations to the one user, e.g.
content creators, service providers)
 MPEG4
Video
Head
end
Content Service Provider
IP Network
Service Provider
Access Network
Home Network
 Broadcast (send to everyone)
◦ Mainly used for TV guide distribution, and informational
updates
 Unicast (send to individual)
◦ Ideally used for TV distribution, but in practice mainly
for video-on-demand of specialise content
◦ Unicast allows an individual to view content whenever
desired, but is expensive (in terms of network overhead)
 Multicast (send to group of users)
◦ Main form of delivery, especially for popular content
◦ Users select a channel/content (equivalent of joining
multicast group), and that is efficiently delivered to all
users
◦ Even used for video-on-demand (even for specialised
content, likely there will be multiple users wanting to
watch at the same time)
 Content
◦ IPTV should enable users to select content they watch
◦ Requires (and may drive the development of) much more content
 “More of the same rubbish” – lets hope not!
 Convergence
◦ TV (video), telephone (Voice over IP), and data (Internet access) all
delivered over the same line
 Also other possible services (reading electricity/water meters, updates
of consumer appliances, …)
◦ Expected to create lower costs for user and service provider
 Interactivity
◦ Conventional TV is mainly one-way (service provider to user)
◦ IPTV allows two way communications: users can initiate video
chats, participate in voting, play games, …
 Multicast IP Addressing
◦ Source of multicast packets are normal unicast IP addresses
◦ Destination of multicast packets are special multicast IP
addresses: 224.0.0.0 to 239.255.255.255
 Multicast Group Management
◦ Users need to subscribe to a group (e.g. using IGMP)
 A group is represented by an IP multicast address
 Multicast Routing
◦ Each multicast router must construct a shortest path tree for each
group
 Tree with root at source node, and leaves at all destinations
 Quality of Service
◦ Network performance metrics for video over Internet include:
jitter, number of out-of-sequence packets, packet loss
probability, network fault probability, multicast join time, …
◦ User metrics include: channel availability, channel start time,
channel change time, channel change failure rate, …
 Data delivery typically uses Real-time Transport Protocol (RTP) over
UDP
◦ TCP is not suited to real-time (and/or fast) data delivery because of
retransmissions
 Retransmissions add extra and varying delay; voice/video can cope with lost
packets, but not delays and jitter
 Session information (such as controlling flow of data and monitor
QoS) using Real-time Transport Control Protocol (RTCP)
◦ Although the delay in responses using RTCP can cause problems for high
speed video services …
 RTP is used for data delivery
◦ Real Time Streaming Protocol (RTSP) can be used for control of
Video-on-Demand services
 RTSP allows the user to start, stop, pause etc. a video stream
 Data is still delivered using RTP
 But cannot control Quality of Service or perform Multicast
◦ QoS: RSVP (Resource Reservation Protocol) can be used to reserve
resources along a path in an IP-network
 E.g. reserve buffer space and specify queuing priority at routers
◦ Multicast:
 Internet Group Multicast Protocol (IGMP) used for users to subscribe to
groups, that is, select channels. Typically between end hosts and local
multicast routers
 Multicast routing through IP network: a multicast distribution tree must
be constructed for each group
 Protocol Independent Multicast (PIM) and others used existing routing protocols
(BGP, OSPF) with multicast extensions
 VLAN Configuration Page
 IP Interface UI
 IPv4 Multicast VLAN Configuration
 IPv4 Multicast Global Configuration
 IGMP Basic Configuration
 IGMP Snooping VLAN Configuration
 VLAN Configuration
 Security: Pro Idiom
 Channel: DIRECTV Channel
 Mode: IP
 IP Port: Multicast IP address as well as UDP
Port
 Amino Setup GUI of a
typical multicast client
(Set top box) to set up
the channel lineup.
 One of the advantages of IPTV is its capability
to get easily integrated with other IP-based
services such as VOIP or high-speed internet.
 It uses the existing computer network. Hence,
no use of cables and is hassle free.
 It distributes live or prerecorded TV and
video/audio over the preexisting network.
 Content remains in the network and only the
content that the consumer selects gets
delivered to the customer.
 The consumer has a greater choice over what they
want to watch because of higher functionality and
content than regular broadcast or cable television
services.
 It’s a two-way communication where the consumer
will be able to interact with the service provider. For
example, a consumer can request for watching a
movie from the TV guide and the service gets
delivered to him. This service is known as a movie
rental.
 One of the most interesting features of IPTV is the
Electronic Program Guide (EPG) and the Personal
Video Recorder (PVR) which is fully interactive to the
consumer’s personal needs. It provides fascinating
elements like pause, forward, rewind and even
program recording facilities while watching a movie
or even a program.
 The best thing about IPTV-based services is
that it is compatible with all display devices
which includes TV, LCD displays, projectors
and computer displays and ultimately
succeed in delivering digital quality video.
 There is no limitation to viewing points i.e. it
lets you move around the display units after
being connected to the nearest IT network
point.
 All these features make IPTV more cost-
effective, robust and scalable.
 No guarantee that you can watch all IPTV
channels without issues.
 If the channel provider's location is currently
heavy rain, you will not able to watch the
channel until the weather is cleared.
 Audio/video is not well synchronized (lip-
sync issue)
 Some channels might occasionally pause and
buffer, or it will keep on Loading when
switching channels
 IPTV is suitable for those who wants to pay less
and watch premium channels you can't afford
to subscribe to the legal DTH service, or you
want to watch foreign channels from other
country/satellites.
 Although there is an amount of disadvantages
of IPTV, but do bear in mind that you are
paying an affordable price per month and you
can get access to over 200 channels.
iptv-internettelevision-190124031714.pdf

More Related Content

Similar to iptv-internettelevision-190124031714.pdf

un bon lien en anglais .
un bon lien en anglais .un bon lien en anglais .
un bon lien en anglais .
Videoguy
 
Introduction To Iptv
Introduction To IptvIntroduction To Iptv
Introduction To Iptv
fendy812
 

Similar to iptv-internettelevision-190124031714.pdf (20)

How to use IPTV
How to use IPTVHow to use IPTV
How to use IPTV
 
Iptv
IptvIptv
Iptv
 
Basics of IPTV
Basics of IPTVBasics of IPTV
Basics of IPTV
 
INTERNET PROTOCOL TELEVISION
INTERNET PROTOCOL TELEVISIONINTERNET PROTOCOL TELEVISION
INTERNET PROTOCOL TELEVISION
 
Iptv
IptvIptv
Iptv
 
Iptv
IptvIptv
Iptv
 
IPTV Architecture and Challenges
IPTV  Architecture and ChallengesIPTV  Architecture and Challenges
IPTV Architecture and Challenges
 
OTT & IPTV An analysis presentation from ordering & billing perspective
OTT & IPTV An analysis presentation from ordering & billing perspectiveOTT & IPTV An analysis presentation from ordering & billing perspective
OTT & IPTV An analysis presentation from ordering & billing perspective
 
Iptv report
Iptv reportIptv report
Iptv report
 
un bon lien en anglais .
un bon lien en anglais .un bon lien en anglais .
un bon lien en anglais .
 
Blue And Light Blue Modern Market Research Presentation.pptx
Blue And Light Blue  Modern Market Research Presentation.pptxBlue And Light Blue  Modern Market Research Presentation.pptx
Blue And Light Blue Modern Market Research Presentation.pptx
 
Introduction To Iptv
Introduction To IptvIntroduction To Iptv
Introduction To Iptv
 
DTH- Rajan
DTH- RajanDTH- Rajan
DTH- Rajan
 
Difference between OTT and IPTV
Difference between OTT and IPTVDifference between OTT and IPTV
Difference between OTT and IPTV
 
Challenges in iptv technologies(nnm)
Challenges in iptv technologies(nnm)Challenges in iptv technologies(nnm)
Challenges in iptv technologies(nnm)
 
070413 Fta I Tv Enablement Strategy
070413 Fta I Tv Enablement Strategy070413 Fta I Tv Enablement Strategy
070413 Fta I Tv Enablement Strategy
 
Delay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV ServicesDelay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV Services
 
Feature satip1
Feature satip1Feature satip1
Feature satip1
 
Voice Over IP (VoIP) and STREAMING
Voice Over IP (VoIP) and STREAMINGVoice Over IP (VoIP) and STREAMING
Voice Over IP (VoIP) and STREAMING
 
IPTV
IPTVIPTV
IPTV
 

Recently uploaded

一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
F
 
一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理
AS
 
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
AS
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
F
 
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
hfkmxufye
 
一比一原版澳大利亚迪肯大学毕业证如何办理
一比一原版澳大利亚迪肯大学毕业证如何办理一比一原版澳大利亚迪肯大学毕业证如何办理
一比一原版澳大利亚迪肯大学毕业证如何办理
SS
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
F
 
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
mikehavy0
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
ayvbos
 
一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理
A
 
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
AS
 

Recently uploaded (20)

20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
 
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理
 
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
一比一原版(毕业证书)新西兰怀特克利夫艺术设计学院毕业证原件一模一样
 
一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理一比一原版奥兹学院毕业证如何办理
一比一原版奥兹学院毕业证如何办理
 
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
如何办理(UCLA毕业证)加州大学洛杉矶分校毕业证成绩单本科硕士学位证留信学历认证
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
Lowongan Kerja LC Yogyakarta Terbaru 085746015303
Lowongan Kerja LC Yogyakarta Terbaru 085746015303Lowongan Kerja LC Yogyakarta Terbaru 085746015303
Lowongan Kerja LC Yogyakarta Terbaru 085746015303
 
Down bad crying at the gym t shirtsDown bad crying at the gym t shirts
Down bad crying at the gym t shirtsDown bad crying at the gym t shirtsDown bad crying at the gym t shirtsDown bad crying at the gym t shirts
Down bad crying at the gym t shirtsDown bad crying at the gym t shirts
 
一比一原版澳大利亚迪肯大学毕业证如何办理
一比一原版澳大利亚迪肯大学毕业证如何办理一比一原版澳大利亚迪肯大学毕业证如何办理
一比一原版澳大利亚迪肯大学毕业证如何办理
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
 
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
Abortion Clinic in Germiston +27791653574 WhatsApp Abortion Clinic Services i...
 
A LOOK INTO NETWORK TECHNOLOGIES MAINLY WAN.pptx
A LOOK INTO NETWORK TECHNOLOGIES MAINLY WAN.pptxA LOOK INTO NETWORK TECHNOLOGIES MAINLY WAN.pptx
A LOOK INTO NETWORK TECHNOLOGIES MAINLY WAN.pptx
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理一比一原版美国北卡罗莱纳大学毕业证如何办理
一比一原版美国北卡罗莱纳大学毕业证如何办理
 
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
一比一原版(Polytechnic毕业证书)新加坡理工学院毕业证原件一模一样
 

iptv-internettelevision-190124031714.pdf

  • 2.  S.L.D.KASUN Have your say : dulith1989@gmail.com twitter.com/dulithk
  • 3.  A system for converting visual images (with sound) into electrical signals, transmitting them by radio or other means, and displaying them electronically on a screen.
  • 4.  Typical Television Broadcasting Station
  • 5.  Form of broadcasting in which a television signal is transmitted by radio waves from a terrestrial (Earth based) transmitter of a television station to TV receivers having an antenna.
  • 6.  Satellite television is a service that delivers television programming to viewers by relaying it from a communications satellite orbiting the Earth directly to the viewer's location. The signals are received via an outdoor parabolic antenna commonly referred to as a satellite dish and a low-noise block down converter.
  • 7.  IP multicast is a bandwidth-conserving technology that reduces traffic by simultaneously delivering a single stream of information to potentially thousands of subscribers. Multicast routing establishes a tree that connects a source with receivers. Multicast delivery sends data across this tree towards receivers.
  • 8. Definition:  IPTV is defined as multimedia services such as television/video/audio/text/graphics/data delivered over IP based networks managed to provide the required level of quality of service and experience, security, interactivity and reliability.
  • 9.  Internet Protocol (IP) multicast is a bandwidth-conserving mechanism for reducing data network traffic by simultaneously delivering a single stream of information to thousands of recipients. Multicasting is fundamental to the implementation of IPTV. This is how it works.
  • 10.  You can watch Internet TV on a computer screen, a television screen (through a set- top-box) or on a mobile device  Internet TV, in a simple terms, is video and audio delivered over an Internet Connection  Triple Play functionality helps to perform Internet access, voice services and video services simultaneously
  • 11.
  • 12.  A set-top box is a device that enables a television set to become a user interface to the Internet and also enables a television set to receive and decode digital television (DTV) broadcasts
  • 13.  IPTV: Internet Protocol Television ◦ In fact, it generally refers to IP video or video over the Internet  Not restricted to traditional TV programming, includes video-on-demand and other content  Video over Public IP-based Networks ◦ That is, TV over the Internet  Existing TV stations making their content available for download or streaming via web sites is often referred to as Internet Television. Usually much lower quality video and the network does not provide any quality of service guarantees  Video over Private IP-based Networks ◦ A telecommunications company, ISP, business has a private IP network (not necessarily part of the Internet), for delivery of video to its customers. This is the most common form of IPTV  IPTV versus traditional TV ◦ Free over-the-air, satellite, cable are traditionally “push” services  All channels are automatically sent to you; your receiving devices selects the channel to display on your screen ◦ IPTV is a “pull-push” service  User selects (“pulls”) a channel, and only that channel is sent (“push”) to the user
  • 14.  Digital Television ◦ Delivering existing and new digital TV content to consumers  On Demand Video ◦ Users can select specific video content, usually for a fee (similar to “pay-per-view”)  Business TV to Desktop ◦ E.g. employees view news channels or financial reporting  Distance Learning ◦ Although traditional teleconference systems support lectures, IPTV will deliver content to the individuals (rather than conference rooms)  Corporate Communications ◦ Director or CEO delivering speeches to employees  Mobile Phone TV ◦ With high-speed wireless data networks, the most practical way of delivering TV to mobiles  Video Chat
  • 15.  Content: the media (video, audio)  Video Head end: converts the content into suitable format, e.g. MPEG2, Provider IP Network: the backbone network of the service provider (or multiple service providers). E.g. an ISP’s or telecommunication companies network, using IP over high speed WAN (e.g. SDH, fibre)  Service Provider Access Network: often called the “last mile” to the users premise (house, office). Technologies such as ADSL, FTTH and Ethernet  Home Network: Connect your A/V equipment together (PCs, digital video recorders, TV’s and displays, sound system, …)  (Note: there may be elements from multiple organisations to the one user, e.g. content creators, service providers)  MPEG4 Video Head end Content Service Provider IP Network Service Provider Access Network Home Network
  • 16.  Broadcast (send to everyone) ◦ Mainly used for TV guide distribution, and informational updates  Unicast (send to individual) ◦ Ideally used for TV distribution, but in practice mainly for video-on-demand of specialise content ◦ Unicast allows an individual to view content whenever desired, but is expensive (in terms of network overhead)  Multicast (send to group of users) ◦ Main form of delivery, especially for popular content ◦ Users select a channel/content (equivalent of joining multicast group), and that is efficiently delivered to all users ◦ Even used for video-on-demand (even for specialised content, likely there will be multiple users wanting to watch at the same time)
  • 17.  Content ◦ IPTV should enable users to select content they watch ◦ Requires (and may drive the development of) much more content  “More of the same rubbish” – lets hope not!  Convergence ◦ TV (video), telephone (Voice over IP), and data (Internet access) all delivered over the same line  Also other possible services (reading electricity/water meters, updates of consumer appliances, …) ◦ Expected to create lower costs for user and service provider  Interactivity ◦ Conventional TV is mainly one-way (service provider to user) ◦ IPTV allows two way communications: users can initiate video chats, participate in voting, play games, …
  • 18.  Multicast IP Addressing ◦ Source of multicast packets are normal unicast IP addresses ◦ Destination of multicast packets are special multicast IP addresses: 224.0.0.0 to 239.255.255.255  Multicast Group Management ◦ Users need to subscribe to a group (e.g. using IGMP)  A group is represented by an IP multicast address  Multicast Routing ◦ Each multicast router must construct a shortest path tree for each group  Tree with root at source node, and leaves at all destinations
  • 19.
  • 20.  Quality of Service ◦ Network performance metrics for video over Internet include: jitter, number of out-of-sequence packets, packet loss probability, network fault probability, multicast join time, … ◦ User metrics include: channel availability, channel start time, channel change time, channel change failure rate, …
  • 21.  Data delivery typically uses Real-time Transport Protocol (RTP) over UDP ◦ TCP is not suited to real-time (and/or fast) data delivery because of retransmissions  Retransmissions add extra and varying delay; voice/video can cope with lost packets, but not delays and jitter  Session information (such as controlling flow of data and monitor QoS) using Real-time Transport Control Protocol (RTCP) ◦ Although the delay in responses using RTCP can cause problems for high speed video services …
  • 22.  RTP is used for data delivery ◦ Real Time Streaming Protocol (RTSP) can be used for control of Video-on-Demand services  RTSP allows the user to start, stop, pause etc. a video stream  Data is still delivered using RTP  But cannot control Quality of Service or perform Multicast ◦ QoS: RSVP (Resource Reservation Protocol) can be used to reserve resources along a path in an IP-network  E.g. reserve buffer space and specify queuing priority at routers ◦ Multicast:  Internet Group Multicast Protocol (IGMP) used for users to subscribe to groups, that is, select channels. Typically between end hosts and local multicast routers  Multicast routing through IP network: a multicast distribution tree must be constructed for each group  Protocol Independent Multicast (PIM) and others used existing routing protocols (BGP, OSPF) with multicast extensions
  • 25.  IPv4 Multicast VLAN Configuration
  • 26.  IPv4 Multicast Global Configuration
  • 27.  IGMP Basic Configuration
  • 28.  IGMP Snooping VLAN Configuration
  • 30.  Security: Pro Idiom  Channel: DIRECTV Channel  Mode: IP  IP Port: Multicast IP address as well as UDP Port
  • 31.  Amino Setup GUI of a typical multicast client (Set top box) to set up the channel lineup.
  • 32.  One of the advantages of IPTV is its capability to get easily integrated with other IP-based services such as VOIP or high-speed internet.  It uses the existing computer network. Hence, no use of cables and is hassle free.  It distributes live or prerecorded TV and video/audio over the preexisting network.  Content remains in the network and only the content that the consumer selects gets delivered to the customer.
  • 33.  The consumer has a greater choice over what they want to watch because of higher functionality and content than regular broadcast or cable television services.  It’s a two-way communication where the consumer will be able to interact with the service provider. For example, a consumer can request for watching a movie from the TV guide and the service gets delivered to him. This service is known as a movie rental.  One of the most interesting features of IPTV is the Electronic Program Guide (EPG) and the Personal Video Recorder (PVR) which is fully interactive to the consumer’s personal needs. It provides fascinating elements like pause, forward, rewind and even program recording facilities while watching a movie or even a program.
  • 34.  The best thing about IPTV-based services is that it is compatible with all display devices which includes TV, LCD displays, projectors and computer displays and ultimately succeed in delivering digital quality video.  There is no limitation to viewing points i.e. it lets you move around the display units after being connected to the nearest IT network point.  All these features make IPTV more cost- effective, robust and scalable.
  • 35.  No guarantee that you can watch all IPTV channels without issues.  If the channel provider's location is currently heavy rain, you will not able to watch the channel until the weather is cleared.  Audio/video is not well synchronized (lip- sync issue)  Some channels might occasionally pause and buffer, or it will keep on Loading when switching channels
  • 36.  IPTV is suitable for those who wants to pay less and watch premium channels you can't afford to subscribe to the legal DTH service, or you want to watch foreign channels from other country/satellites.  Although there is an amount of disadvantages of IPTV, but do bear in mind that you are paying an affordable price per month and you can get access to over 200 channels.