Cargando…

How to synchronize the next generation of IPTV : explantion of the ETSI standardized version /

In the last years, research of television systems has increasingly changed from focusing on isolated networks to focusing on a combined network of internet, telecommunication, television and other services. One of the main aspects in that research topic is to guarantee that the user experience will...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Löbner, Torsten (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hamburg, Germany : Bachelor + Master Publishing, 2013.
Colección:MA-thesis, Master
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn878143994
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 140402t20132013gw a ob 000 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCQ  |d OCLCO  |d OCLCF  |d COO  |d EBLCP  |d YDXCP  |d OCL  |d OCLCQ  |d OCL  |d COCUF  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d N$T  |d IGB  |d AGLDB  |d U3W  |d D6H  |d CN8ML  |d STF  |d OCLCQ  |d VTS  |d NRAMU  |d CRU  |d ICG  |d OCLCQ  |d VT2  |d OCLCQ  |d S9I  |d TKN  |d DKC  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 876511172  |a 903207078  |a 961619127  |a 962565464 
020 |a 9783863417628  |q (electronic bk.) 
020 |a 3863417623  |q (electronic bk.) 
020 |z 3863412621 
020 |z 9783863412623 
029 1 |a DEBBG  |b BV044065997 
035 |a (OCoLC)878143994  |z (OCoLC)876511172  |z (OCoLC)903207078  |z (OCoLC)961619127  |z (OCoLC)962565464 
050 4 |a ZA4235  |b .L364 2013eb 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.3  |2 23 
049 |a UAMI 
100 1 |a Löbner, Torsten,  |e author. 
245 1 0 |a How to synchronize the next generation of IPTV :  |b explantion of the ETSI standardized version /  |c Torsten Löbner. 
264 1 |a Hamburg, Germany :  |b Bachelor + Master Publishing,  |c 2013. 
264 4 |c ©2013 
300 |a 1 online resource (142 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 0 |a MA-thesis, Master 
504 |a Includes bibliographical references. 
588 0 |a Online resource; title from PDF title page (ebrary, viewed April 1, 2014). 
505 0 |a How to synchronizethe next generation of IPTV; Abstract; Contents; Glossary; Nomenclature; List of Figures; List of Tables; 1 Introduction; 1.1 Preface; 1.2 Research Purpose and Related Work; 1.3 Subject of this Thesis; 1.4 Thesis Outline; 1.5 Document conventions; 2 Theoretical frameworkThis; 2.1 Next generation TV service; 2.1.1 Watching TV together; 2.1.2 Evolution of TV; 2.1.3 Quality needs for Social TV; 2.2 Protocols; 2.2.1 Network Time Protocol; 2.2.2 Session Initiation Protocol; 2.2.3 Session Description Protocol; 2.2.4 Real-Time Transport Protocol; 2.2.5 MPEG-TS. 
505 8 |a 2.2.6 Real-Time Transport Control Protocol2.3 Internet Protocol MultimediaSubsystem; 2.3.1 Basic call; 2.4 IMS-based IPTV; 2.4.1 Overview of the Architecture; 2.4.2 Watching TV using IMS-based IPTV; 3 Social TV made with IMS-basedIPTV; 3.1 Interdestination Media Synchronization; 3.2 Synchronization of multiple mediastreams; 3.3 Synchronization in IMS-based IPTV; 3.3.1 Architecture; 3.3.2 Data flow for synchronization; 3.3.3 RTCP part of synchronized IMS-based IPTV; 3.4 Getting the clients in sync; 3.4.1 Finding non-synchronized clients; 3.4.2 Calculation of the Presentation Timestamp. 
505 8 |a 3.4.3 Calculation of the presentation delay4 Existing Software; 4.1 IMS Environment (Open IMS); 4.2 Application Server; 4.3 Multimedia players and libraries; 4.4 SIP-Client; 4.4.1 linphone; 4.4.2 UCT IMS Client; 4.5 NTP Client; 4.6 Library for mathematical calculations(GSL); 5 Structure of the Implementationof IDMS for IMS-based IPTV; 5.1 Library for sending RTP and RTCPdata; 5.1.1 Set local address; 5.1.2 Set remote address; 5.1.3 Create RTCP reports; 5.1.4 Send RTCP messages; 5.1.5 Receive RTCP messages(msas session rtcp recv andrtp session rtcp sync recv). 
505 8 |a 5.1.6 Parse content of an XR report block(xr report block parse)5.1.7 Get pointer to the content of an XR IDMSreport block (rtcp XR sync get report block); 5.1.8 Parse RTCP payload(rtp session parse rtcp payload andmsas session parse rtcp payload); 5.1.9 Insert content into linked lists; 5.1.10 Get contents of linked lists; 5.2 Media Delivery Function -- RTP-senderpart; 5.2.1 GStreamer Pipeline; 5.2.2 Thread for media encoding(encoder thread run); 5.2.3 Graphical user interface (gui run); 5.2.4 RTP-sender (rtp server run); 5.2.5 Primary function of the application (main). 
505 8 |a 5.3 Media Delivery Function -- MSAS part5.3.1 Graphical user interface (gui run); 5.3.2 RTCP server thread (msas server run); 5.3.3 Primary function of the application (main); 5.4 SC application on user side; 5.4.1 GStreamer Pipeline; 5.4.2 Callback function for starting IPTV-Session (sc start watching); 5.4.3 Callback function for terminating IPTV-Session (sc stop watching); 5.4.4 Function for starting the Decoder (initialiseIptvVideoPipeline); 5.4.5 RTP receiver (iptv video playback); 5.5 SC application on provider side; 5.5.1 RTP receiver (rtp receiver run). 
520 |a In the last years, research of television systems has increasingly changed from focusing on isolated networks to focusing on a combined network of internet, telecommunication, television and other services. One of the main aspects in that research topic is to guarantee that the user experience will be the same or better than the user expects from a common television system. The purpose of this book is to show a possible protocol implementation for a television system with a packet oriented underlying network. The thesis will show that ETSI TS 183 063 [1] Annex W specified protocol extension to. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Internet users  |v Congresses. 
650 6 |a Internautes  |v Congrès. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Internet users  |2 fast 
655 7 |a Conference papers and proceedings  |2 fast 
758 |i has work:  |a How to synchronize the next generation of IPTV (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGChDQXmcqCjx6xGjjy7jK  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Löbner, Torsten.  |t How to synchronize the next generation of IPTV : explantion of the ETSI standardized version.  |d Hamburg, Germany : Bachelor + Master Publishing, ©2013  |h xvi, 119 pages  |k MA-thesis, Master  |z 9783863412623 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1594021  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH27209325 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1594021 
938 |a ebrary  |b EBRY  |n ebr10851247 
938 |a EBSCOhost  |b EBSC  |n 1087608 
938 |a YBP Library Services  |b YANK  |n 11724748 
994 |a 92  |b IZTAP