SlideShare a Scribd company logo
1 of 17
Juan Pedro López1
, Anton Authier2
, David Jiménez3
,
José Manuel Menéndez 4
, Nuria Sánchez5
Vilamoura, 20th October 2017
134
Universidad Politécnica de Madrid, Madrid, Spain
2
École nationale supérieure de l'électronique et de ses applications, Cergy, France
5
Visiona Ingeniería de Proyectos, Madrid, Spain
Blind Quality Algorithm to Analyze
Streaming Video Contents
in 5g Networks
Index
• Introduction
• Objectives
• Implementation of the "Quality Probe"
• Video Quality Algorithms
• Tests and Results
• Conclusions
• Ackowledgement and Future Work
Introduction
• Internet traffic is growing by an average of 40% a year and
video streaming stands for 50% of the traffic.
• The expansion of new applications and services for video
distribution makes users demand video quality and faster
loads for contents with higher resolutions.
• It is necessary improving detection systems with check the
received contents and insure comfortable use and absence of
errors.
• The absence of a video reference in streaming systems
oblige the creation of No-Reference (or Blind) quality
metrics, because the content is not available to compare the
video received with the original source
Objectives (I)
• This paper proposes a novel algorithm based on
the detection transmission artefacts using visual
VQA techniques in order to improve users' Quality
of Experience (QoE)
• The algorithm is based on the detection of main
streaming visual errors and artefacts, such as
color degradation, frozen frames, complete absence
of video or packet losses.
• The algorithm is included in a quality probe
application that is part of a 5G transmission
network system for streaming high quality video.
Objectives (II)
• The algorithm analyzes the video quality for detecting
streaming errors and the application warns the broadcaster
for the retransmission of content if necessary
• For the evaluation of the algorithm, a database of videos
containing different types of errors was used in order to
simulate streaming conditions and approach reality.
• The development of this application is necessary for the
introduction of next generation 5G telecommunications
networks and the consequent new paradigm of video
broadcasting.
"Quality Probe" implementation
• The module known as "Quality Probe", that contains the quality
algorithm, operates as a Virtual Network Function (VNF)
• Sending a Quality Assessment report through a JSON message
• Network Function Virtualization (NFV) can improve the
functioning of traditional networks through service abstraction
and by virtualizing functions like computing, storage and
resources
Stalling and Frozen frames
detection
• One of the most common problem occurred when
playing a video is the stalling or frozen frames
detection.
• This freezing artefact means that a frame is
repeated two or more times instead of changing with
temporal evolution according to the frame rate.
• The detection of these artefacts must be carefully
chosen to avoid false positives as detecting
something frozen whereas it’s simply two frame not
very different, like in cartoon contents
Throughput and Color errors
detection
• The loss of information is accused both in luminance and
chrominance, but the effect in the color component is more
visible for human eye, as demonstrated with subjective
assessment
• The algorithm for color error detection is focused on the
chrominance component of the decoded image, analyzing the
probability of pixel with values out of the range of natural image
colors
Packet loss detection (I)
• During the transmission of the content, some
oscillation of the bitrate can appear, typically caused
by network congestion, leading to the loss of data.
• Repeated lines and unnatural structures are also
common when there are packets lost and most of
them are vertical one.
Packet loss detection (II)
• By using a Hough Line Transform, it is possible to detect
straight lines in an image.
• The algorithm parametrizes the detection of this type of
structures and takes decisions about the quality of the image
Line detection with Hough Line Transform in a frame with very high
throughput (right) and the original image of luminance (left)
Tests and Results
• The ReTRiEVED Video Quality Database were used for testing
the algorithm
• Sequences contain the most common errors of digital video
transmission: throughput, packet loss or frozen frames.
• The settings of the sequences are the following:
Sequence Size (pixels) FR (frames/sec) BR (Kbps) Length (s)
Crowdrun (1) 704x576 25 13622 9
Duckstakeoff (2) 704x576 25 7705 9
Parkjoy (5) 704x576 25 11885 8
Test and Results (II)
• Degradations in the video sequences
analyzed included:
Sequence Degradation Level of Impairment
X.plr.8.ts PLR 8% of Packet Loss
X.plr.10.ts PLR 10% of Packet Loss
X.r.5.ts R 5Mbps of Throughput
X.r.512.ts R 512Mbps of Throughput
X.f.50.ts F 50 frozen frames
Sequence M2 M3 M4 Content
1.plr.8.ts No error detected No error detected Packet Loss error
detected in 32 frames
High level of packet
loss
1.plr.10.ts No error detected No error detected Packet Loss error
detected in 45 frames
Very high level of
packet loss
2.plr.8.ts No error detected No error detected Packet Loss error
detected in 54 frames
High level of packet
loss
2.plr.10.ts No error detected No error detected Packet Loss error
detected in 76 frames
Very high level of
packet loss
5.plr.8.ts No error detected No error detected Packet Loss error
detected in 35 frames
High level of packet
loss
5.plr.10.ts No error detected No error detected Packet Loss error
detected in 52 frames
Very high level of
packet loss
1.r.5.ts No error detected Color error detected
in 32 frames.
Packet Loss error
detected in 12 frames
High level of
throughput
1.r.512.ts No error detected Color error detected
in 65 frames.
Packet Loss error
detected in 21 frames
Very high level of
throughput
2.r.5.ts No error detected Color error detected
in 25 frames
No error detected High level of
throughput
2.r.512.ts No error detected Color error detected
in 62 frames
Packet Loss error
detected in 24 frames
Very high level of
throughput
5.r.5.ts No error detected Color error detected
in 35 frames.
Packet Loss error
detected in 5 frames.
High level of
throughput
5.r.512.ts No error detected Color error detected
in 72 frames.
Packet Loss error
detected in 16 frames
Very high level of
throughput
1.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames
2.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames
5.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames
M1 (Absence of video), M2 (Frozen frames), M3 (Color errors), M4 (Packet Loss)
Conclusions
• The results obtained with the quality algorithm composed by a collection of metrics
demonstrated the validity of the system.
• The named "Quality Probe" is a necessary module for streaming video contents in 5G
networks to fulfill the requirements of end users. The transmission of data by the user device
allows the streaming system to improve its performance and ensure to the user a good quality
of experience
• Video Quality Assessment enables the analysis of the network state, determining the
necessity of providing better quality to the system and the resubmission of low quality video,
meaning the convergence between content delivery and 5G networks.
• The metrics developed for detecting the absence of video, color distortions or frozen frames
compose a first approximation to the model that trends expect to be the future 5G multimedia
distribution content.
• The individual metrics tested with a database of common errors obtain good results for
measuring frozen frames, throughput generated errors and packet loss through visual quality
techniques, which simulates the perceived experience of the end user, better than QoS
traditional metrics, which are not adapted to human eye visualization.
• First tests highlight the necessity of developing intelligent nodes that are ready to detect
common transmission errors to improve the efficiency of 5G networks and increase the users’
satisfaction.
• The quality algorithm demonstrates the necessity of standardization and deployment of
intelligent network nodes that automatically adapt to the 5G network conditions with the
objective of improving video transmission, with the enhancement of users’ viewing quality.
Acknowledgement
and Future work
This work is partially supported by the EU project 5G-Crosshaul
focused on developing a 5G integrated backhaul and fronthaul
transport network which enables a flexible and software-defined
reconfiguration.
There is much work left to do, including:
•Analysis of the processing times to analyze the improvement of the
network management.
•Insertion in the "Quality Probe" of additional metrics, including Audio
Quality Assessment.
•Process of the JSON message for indicating the necessity of
reconfiguration.
•Test the system with real nodes to analyze the real behaviour of the
network.
Thanks for your attention!!
For more information, write:
jlv@gatv.ssr.upm.es
or enter the 5G-Crosshaul website:
http://5g-crosshaul.eu/

More Related Content

What's hot

Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessmentHoàng Sơn
 
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEMEOPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEMEIJCNCJournal
 
Distortion aware concurrent multipath transfer for mobile video streaming in ...
Distortion aware concurrent multipath transfer for mobile video streaming in ...Distortion aware concurrent multipath transfer for mobile video streaming in ...
Distortion aware concurrent multipath transfer for mobile video streaming in ...Pvrtechnologies Nellore
 
Congestion detection for video traffic
Congestion detection for video trafficCongestion detection for video traffic
Congestion detection for video trafficprasanna9
 
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...“Stream loss”: ConvNet learning for face verification using unlabeled videos ...
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...Elaheh Rashedi
 
IPQ and RDP Test Report
IPQ and RDP Test ReportIPQ and RDP Test Report
IPQ and RDP Test ReportIPeak Networks
 
An Evolutionary Approach to Speech Quality Estimation
An Evolutionary Approach to Speech Quality EstimationAn Evolutionary Approach to Speech Quality Estimation
An Evolutionary Approach to Speech Quality Estimationadil raja
 
Dsp Project Titles, 2009 2010 Ncct Final Year Projects
Dsp Project Titles, 2009   2010 Ncct Final Year ProjectsDsp Project Titles, 2009   2010 Ncct Final Year Projects
Dsp Project Titles, 2009 2010 Ncct Final Year Projectsncct
 
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGA HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGijp2p
 
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP Networks
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP NetworksMulticasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP Networks
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP NetworksEditor IJMTER
 
Robust audio watermarking based on transform domain and SVD with compressive ...
Robust audio watermarking based on transform domain and SVD with compressive ...Robust audio watermarking based on transform domain and SVD with compressive ...
Robust audio watermarking based on transform domain and SVD with compressive ...TELKOMNIKA JOURNAL
 
Opportunistic and playback sensitive scheduling for video streaming
Opportunistic and playback sensitive scheduling for video streamingOpportunistic and playback sensitive scheduling for video streaming
Opportunistic and playback sensitive scheduling for video streamingijwmn
 
Bit Error Rate Analysis in WiMAX Communication at Vehicular Speeds using mod...
Bit Error Rate Analysis in WiMAX Communication at Vehicular  Speeds using mod...Bit Error Rate Analysis in WiMAX Communication at Vehicular  Speeds using mod...
Bit Error Rate Analysis in WiMAX Communication at Vehicular Speeds using mod...IJMER
 
Video Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksVideo Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksIOSR Journals
 
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia TrafficAnalysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia TrafficIOSR Journals
 
3 S W 2009 I E E E Abstracts Java, N C C T Chennai
3    S W   2009  I E E E  Abstracts    Java,  N C C T  Chennai3    S W   2009  I E E E  Abstracts    Java,  N C C T  Chennai
3 S W 2009 I E E E Abstracts Java, N C C T Chennaincct
 
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...West Virginia University
 

What's hot (19)

Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessment
 
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEMEOPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME
OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME
 
Distortion aware concurrent multipath transfer for mobile video streaming in ...
Distortion aware concurrent multipath transfer for mobile video streaming in ...Distortion aware concurrent multipath transfer for mobile video streaming in ...
Distortion aware concurrent multipath transfer for mobile video streaming in ...
 
Congestion detection for video traffic
Congestion detection for video trafficCongestion detection for video traffic
Congestion detection for video traffic
 
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...“Stream loss”: ConvNet learning for face verification using unlabeled videos ...
“Stream loss”: ConvNet learning for face verification using unlabeled videos ...
 
IPQ and RDP Test Report
IPQ and RDP Test ReportIPQ and RDP Test Report
IPQ and RDP Test Report
 
An Evolutionary Approach to Speech Quality Estimation
An Evolutionary Approach to Speech Quality EstimationAn Evolutionary Approach to Speech Quality Estimation
An Evolutionary Approach to Speech Quality Estimation
 
Dsp Project Titles, 2009 2010 Ncct Final Year Projects
Dsp Project Titles, 2009   2010 Ncct Final Year ProjectsDsp Project Titles, 2009   2010 Ncct Final Year Projects
Dsp Project Titles, 2009 2010 Ncct Final Year Projects
 
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGA HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
 
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP Networks
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP NetworksMulticasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP Networks
Multicasting Of Adaptively-Encoded MPEG4 Over Qos-Cognizant IP Networks
 
Robust audio watermarking based on transform domain and SVD with compressive ...
Robust audio watermarking based on transform domain and SVD with compressive ...Robust audio watermarking based on transform domain and SVD with compressive ...
Robust audio watermarking based on transform domain and SVD with compressive ...
 
Opportunistic and playback sensitive scheduling for video streaming
Opportunistic and playback sensitive scheduling for video streamingOpportunistic and playback sensitive scheduling for video streaming
Opportunistic and playback sensitive scheduling for video streaming
 
Stocchi tesi
Stocchi tesiStocchi tesi
Stocchi tesi
 
Bit Error Rate Analysis in WiMAX Communication at Vehicular Speeds using mod...
Bit Error Rate Analysis in WiMAX Communication at Vehicular  Speeds using mod...Bit Error Rate Analysis in WiMAX Communication at Vehicular  Speeds using mod...
Bit Error Rate Analysis in WiMAX Communication at Vehicular Speeds using mod...
 
Video Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksVideo Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor Networks
 
904072
904072904072
904072
 
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia TrafficAnalysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
Analysis of Impact of Channel Error Rate on Average PSNR in Multimedia Traffic
 
3 S W 2009 I E E E Abstracts Java, N C C T Chennai
3    S W   2009  I E E E  Abstracts    Java,  N C C T  Chennai3    S W   2009  I E E E  Abstracts    Java,  N C C T  Chennai
3 S W 2009 I E E E Abstracts Java, N C C T Chennai
 
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...
A Discrete-Time Polynomial Model of Single Channel Long-Haul Fiber-Optic Comm...
 

Similar to Presentation Quality Probe (Vilamoura, Portugal, IADIS Applied Computing Conference) - 20Oct2017

Internet Path Selection on Video QoE Analysis and Improvements
Internet Path Selection on Video QoE Analysis and ImprovementsInternet Path Selection on Video QoE Analysis and Improvements
Internet Path Selection on Video QoE Analysis and ImprovementsIJTET Journal
 
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual Reality
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual RealityFixation Prediction for 360° Video Streaming in Head-Mounted Virtual Reality
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual RealityWen-Chih Lo
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...Shakas Technologies
 
The impact of jitter on the HEVC video streaming with Multiple Coding
The impact of jitter on the HEVC video streaming with  Multiple CodingThe impact of jitter on the HEVC video streaming with  Multiple Coding
The impact of jitter on the HEVC video streaming with Multiple CodingHakimSahour
 
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...chennaijp
 
traffic pattern-based content leakage detection for trusted content delivery ...
traffic pattern-based content leakage detection for trusted content delivery ...traffic pattern-based content leakage detection for trusted content delivery ...
traffic pattern-based content leakage detection for trusted content delivery ...swathi78
 
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGA HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGijp2p
 
Thesis arpan pal_gisfi
Thesis arpan pal_gisfiThesis arpan pal_gisfi
Thesis arpan pal_gisfiArpan Pal
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdfyohansurya2
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detectionGauravBiswas9
 
band width ppt
band width pptband width ppt
band width pptSai Nukala
 
Video Quality Measurements
Video Quality MeasurementsVideo Quality Measurements
Video Quality MeasurementsYoss Cohen
 
R2D2 Project (EP/L006251/1) - Research Objectives & Outcomes
R2D2 Project (EP/L006251/1) - Research Objectives & OutcomesR2D2 Project (EP/L006251/1) - Research Objectives & Outcomes
R2D2 Project (EP/L006251/1) - Research Objectives & OutcomesAndrea Tassi
 
Immersive Video Delivery: From Omnidirectional Video to Holography
Immersive Video Delivery: From Omnidirectional Video to HolographyImmersive Video Delivery: From Omnidirectional Video to Holography
Immersive Video Delivery: From Omnidirectional Video to HolographyAlpen-Adria-Universität
 
FYP-Final-External
FYP-Final-ExternalFYP-Final-External
FYP-Final-ExternalAhmed Rik
 

Similar to Presentation Quality Probe (Vilamoura, Portugal, IADIS Applied Computing Conference) - 20Oct2017 (20)

Internet Path Selection on Video QoE Analysis and Improvements
Internet Path Selection on Video QoE Analysis and ImprovementsInternet Path Selection on Video QoE Analysis and Improvements
Internet Path Selection on Video QoE Analysis and Improvements
 
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual Reality
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual RealityFixation Prediction for 360° Video Streaming in Head-Mounted Virtual Reality
Fixation Prediction for 360° Video Streaming in Head-Mounted Virtual Reality
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...
TRAFFIC PATTERN-BASED CONTENT LEAKAGE DETECTION FOR TRUSTED CONTENT DELIVERY ...
 
The impact of jitter on the HEVC video streaming with Multiple Coding
The impact of jitter on the HEVC video streaming with  Multiple CodingThe impact of jitter on the HEVC video streaming with  Multiple Coding
The impact of jitter on the HEVC video streaming with Multiple Coding
 
AVSTP2P Overview
AVSTP2P OverviewAVSTP2P Overview
AVSTP2P Overview
 
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...
JPJ1445 Traffic Pattern-Based Content Leakage Detection for Trusted Content D...
 
traffic pattern-based content leakage detection for trusted content delivery ...
traffic pattern-based content leakage detection for trusted content delivery ...traffic pattern-based content leakage detection for trusted content delivery ...
traffic pattern-based content leakage detection for trusted content delivery ...
 
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMINGA HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING
 
Thesis arpan pal_gisfi
Thesis arpan pal_gisfiThesis arpan pal_gisfi
Thesis arpan pal_gisfi
 
H43044145
H43044145H43044145
H43044145
 
UAIPD 13-0020
UAIPD 13-0020UAIPD 13-0020
UAIPD 13-0020
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdf
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detection
 
band width ppt
band width pptband width ppt
band width ppt
 
Video Quality Measurements
Video Quality MeasurementsVideo Quality Measurements
Video Quality Measurements
 
R2D2 Project (EP/L006251/1) - Research Objectives & Outcomes
R2D2 Project (EP/L006251/1) - Research Objectives & OutcomesR2D2 Project (EP/L006251/1) - Research Objectives & Outcomes
R2D2 Project (EP/L006251/1) - Research Objectives & Outcomes
 
[32]
[32][32]
[32]
 
Immersive Video Delivery: From Omnidirectional Video to Holography
Immersive Video Delivery: From Omnidirectional Video to HolographyImmersive Video Delivery: From Omnidirectional Video to Holography
Immersive Video Delivery: From Omnidirectional Video to Holography
 
FYP-Final-External
FYP-Final-ExternalFYP-Final-External
FYP-Final-External
 

More from Universidad Politécnica de Madrid

Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...
Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...
Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...Universidad Politécnica de Madrid
 
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...Universidad Politécnica de Madrid
 
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...Insertion of Impairments in Test Video Sequences for Quality Assessment Based...
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...Universidad Politécnica de Madrid
 
El arte del vídeo musical y su influencia en la apreciación de la música
El arte del vídeo musical y su influencia en la apreciación de la músicaEl arte del vídeo musical y su influencia en la apreciación de la música
El arte del vídeo musical y su influencia en la apreciación de la músicaUniversidad Politécnica de Madrid
 
Empleo del software Autodesk Maya para modelado, animación, creación de efect...
Empleo del software Autodesk Maya para modelado, animación, creación de efect...Empleo del software Autodesk Maya para modelado, animación, creación de efect...
Empleo del software Autodesk Maya para modelado, animación, creación de efect...Universidad Politécnica de Madrid
 
Impact of new technologies and social network on a secondary education theatr...
Impact of new technologies and social network on a secondary education theatr...Impact of new technologies and social network on a secondary education theatr...
Impact of new technologies and social network on a secondary education theatr...Universidad Politécnica de Madrid
 
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...Universidad Politécnica de Madrid
 
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Universidad Politécnica de Madrid
 
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Universidad Politécnica de Madrid
 

More from Universidad Politécnica de Madrid (14)

Presentation HbbTV (Nem Summit, Madrid) - 30Nov2017
Presentation HbbTV (Nem Summit, Madrid) - 30Nov2017Presentation HbbTV (Nem Summit, Madrid) - 30Nov2017
Presentation HbbTV (Nem Summit, Madrid) - 30Nov2017
 
Presentación Tesis 08022016
Presentación Tesis 08022016Presentación Tesis 08022016
Presentación Tesis 08022016
 
Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...
Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...
Medidas de calidad subjetiva y objetiva para vídeo UHD en el entorno del proy...
 
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...
Subjective Quality Assessment in Stereoscopic Video Based on Analyzing Parall...
 
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...Insertion of Impairments in Test Video Sequences for Quality Assessment Based...
Insertion of Impairments in Test Video Sequences for Quality Assessment Based...
 
El arte del vídeo musical y su influencia en la apreciación de la música
El arte del vídeo musical y su influencia en la apreciación de la músicaEl arte del vídeo musical y su influencia en la apreciación de la música
El arte del vídeo musical y su influencia en la apreciación de la música
 
Empleo del software Autodesk Maya para modelado, animación, creación de efect...
Empleo del software Autodesk Maya para modelado, animación, creación de efect...Empleo del software Autodesk Maya para modelado, animación, creación de efect...
Empleo del software Autodesk Maya para modelado, animación, creación de efect...
 
La mujer a ojos de la vanguardia
La mujer a ojos de la vanguardiaLa mujer a ojos de la vanguardia
La mujer a ojos de la vanguardia
 
[EQSA] El sistema visual humano
[EQSA] El sistema visual humano[EQSA] El sistema visual humano
[EQSA] El sistema visual humano
 
Impact of new technologies and social network on a secondary education theatr...
Impact of new technologies and social network on a secondary education theatr...Impact of new technologies and social network on a secondary education theatr...
Impact of new technologies and social network on a secondary education theatr...
 
Libreto "Child Soldier" de la Compañía Al-Satt Teatro Danza
Libreto "Child Soldier" de la Compañía Al-Satt Teatro DanzaLibreto "Child Soldier" de la Compañía Al-Satt Teatro Danza
Libreto "Child Soldier" de la Compañía Al-Satt Teatro Danza
 
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...
No-Reference Algorithms for Video Quality Assessment based on Artifact Evalua...
 
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
 
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
Lenguaje audiovisual: El cine digital y las nuevas tecnologías como soporte p...
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Presentation Quality Probe (Vilamoura, Portugal, IADIS Applied Computing Conference) - 20Oct2017

  • 1. Juan Pedro López1 , Anton Authier2 , David Jiménez3 , José Manuel Menéndez 4 , Nuria Sánchez5 Vilamoura, 20th October 2017 134 Universidad Politécnica de Madrid, Madrid, Spain 2 École nationale supérieure de l'électronique et de ses applications, Cergy, France 5 Visiona Ingeniería de Proyectos, Madrid, Spain Blind Quality Algorithm to Analyze Streaming Video Contents in 5g Networks
  • 2. Index • Introduction • Objectives • Implementation of the "Quality Probe" • Video Quality Algorithms • Tests and Results • Conclusions • Ackowledgement and Future Work
  • 3. Introduction • Internet traffic is growing by an average of 40% a year and video streaming stands for 50% of the traffic. • The expansion of new applications and services for video distribution makes users demand video quality and faster loads for contents with higher resolutions. • It is necessary improving detection systems with check the received contents and insure comfortable use and absence of errors. • The absence of a video reference in streaming systems oblige the creation of No-Reference (or Blind) quality metrics, because the content is not available to compare the video received with the original source
  • 4. Objectives (I) • This paper proposes a novel algorithm based on the detection transmission artefacts using visual VQA techniques in order to improve users' Quality of Experience (QoE) • The algorithm is based on the detection of main streaming visual errors and artefacts, such as color degradation, frozen frames, complete absence of video or packet losses. • The algorithm is included in a quality probe application that is part of a 5G transmission network system for streaming high quality video.
  • 5. Objectives (II) • The algorithm analyzes the video quality for detecting streaming errors and the application warns the broadcaster for the retransmission of content if necessary • For the evaluation of the algorithm, a database of videos containing different types of errors was used in order to simulate streaming conditions and approach reality. • The development of this application is necessary for the introduction of next generation 5G telecommunications networks and the consequent new paradigm of video broadcasting.
  • 6. "Quality Probe" implementation • The module known as "Quality Probe", that contains the quality algorithm, operates as a Virtual Network Function (VNF) • Sending a Quality Assessment report through a JSON message • Network Function Virtualization (NFV) can improve the functioning of traditional networks through service abstraction and by virtualizing functions like computing, storage and resources
  • 7.
  • 8. Stalling and Frozen frames detection • One of the most common problem occurred when playing a video is the stalling or frozen frames detection. • This freezing artefact means that a frame is repeated two or more times instead of changing with temporal evolution according to the frame rate. • The detection of these artefacts must be carefully chosen to avoid false positives as detecting something frozen whereas it’s simply two frame not very different, like in cartoon contents
  • 9. Throughput and Color errors detection • The loss of information is accused both in luminance and chrominance, but the effect in the color component is more visible for human eye, as demonstrated with subjective assessment • The algorithm for color error detection is focused on the chrominance component of the decoded image, analyzing the probability of pixel with values out of the range of natural image colors
  • 10. Packet loss detection (I) • During the transmission of the content, some oscillation of the bitrate can appear, typically caused by network congestion, leading to the loss of data. • Repeated lines and unnatural structures are also common when there are packets lost and most of them are vertical one.
  • 11. Packet loss detection (II) • By using a Hough Line Transform, it is possible to detect straight lines in an image. • The algorithm parametrizes the detection of this type of structures and takes decisions about the quality of the image Line detection with Hough Line Transform in a frame with very high throughput (right) and the original image of luminance (left)
  • 12. Tests and Results • The ReTRiEVED Video Quality Database were used for testing the algorithm • Sequences contain the most common errors of digital video transmission: throughput, packet loss or frozen frames. • The settings of the sequences are the following: Sequence Size (pixels) FR (frames/sec) BR (Kbps) Length (s) Crowdrun (1) 704x576 25 13622 9 Duckstakeoff (2) 704x576 25 7705 9 Parkjoy (5) 704x576 25 11885 8
  • 13. Test and Results (II) • Degradations in the video sequences analyzed included: Sequence Degradation Level of Impairment X.plr.8.ts PLR 8% of Packet Loss X.plr.10.ts PLR 10% of Packet Loss X.r.5.ts R 5Mbps of Throughput X.r.512.ts R 512Mbps of Throughput X.f.50.ts F 50 frozen frames
  • 14. Sequence M2 M3 M4 Content 1.plr.8.ts No error detected No error detected Packet Loss error detected in 32 frames High level of packet loss 1.plr.10.ts No error detected No error detected Packet Loss error detected in 45 frames Very high level of packet loss 2.plr.8.ts No error detected No error detected Packet Loss error detected in 54 frames High level of packet loss 2.plr.10.ts No error detected No error detected Packet Loss error detected in 76 frames Very high level of packet loss 5.plr.8.ts No error detected No error detected Packet Loss error detected in 35 frames High level of packet loss 5.plr.10.ts No error detected No error detected Packet Loss error detected in 52 frames Very high level of packet loss 1.r.5.ts No error detected Color error detected in 32 frames. Packet Loss error detected in 12 frames High level of throughput 1.r.512.ts No error detected Color error detected in 65 frames. Packet Loss error detected in 21 frames Very high level of throughput 2.r.5.ts No error detected Color error detected in 25 frames No error detected High level of throughput 2.r.512.ts No error detected Color error detected in 62 frames Packet Loss error detected in 24 frames Very high level of throughput 5.r.5.ts No error detected Color error detected in 35 frames. Packet Loss error detected in 5 frames. High level of throughput 5.r.512.ts No error detected Color error detected in 72 frames. Packet Loss error detected in 16 frames Very high level of throughput 1.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames 2.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames 5.f.50.ts Detected 50 frames No error detected No error detected 50 frozen frames M1 (Absence of video), M2 (Frozen frames), M3 (Color errors), M4 (Packet Loss)
  • 15. Conclusions • The results obtained with the quality algorithm composed by a collection of metrics demonstrated the validity of the system. • The named "Quality Probe" is a necessary module for streaming video contents in 5G networks to fulfill the requirements of end users. The transmission of data by the user device allows the streaming system to improve its performance and ensure to the user a good quality of experience • Video Quality Assessment enables the analysis of the network state, determining the necessity of providing better quality to the system and the resubmission of low quality video, meaning the convergence between content delivery and 5G networks. • The metrics developed for detecting the absence of video, color distortions or frozen frames compose a first approximation to the model that trends expect to be the future 5G multimedia distribution content. • The individual metrics tested with a database of common errors obtain good results for measuring frozen frames, throughput generated errors and packet loss through visual quality techniques, which simulates the perceived experience of the end user, better than QoS traditional metrics, which are not adapted to human eye visualization. • First tests highlight the necessity of developing intelligent nodes that are ready to detect common transmission errors to improve the efficiency of 5G networks and increase the users’ satisfaction. • The quality algorithm demonstrates the necessity of standardization and deployment of intelligent network nodes that automatically adapt to the 5G network conditions with the objective of improving video transmission, with the enhancement of users’ viewing quality.
  • 16. Acknowledgement and Future work This work is partially supported by the EU project 5G-Crosshaul focused on developing a 5G integrated backhaul and fronthaul transport network which enables a flexible and software-defined reconfiguration. There is much work left to do, including: •Analysis of the processing times to analyze the improvement of the network management. •Insertion in the "Quality Probe" of additional metrics, including Audio Quality Assessment. •Process of the JSON message for indicating the necessity of reconfiguration. •Test the system with real nodes to analyze the real behaviour of the network.
  • 17. Thanks for your attention!! For more information, write: jlv@gatv.ssr.upm.es or enter the 5G-Crosshaul website: http://5g-crosshaul.eu/