470 likes | 486 Views
This study explores the design and implementation of an IPTV multicasting system utilizing the IEEE 802.16-based Wireless MAN (WiMAX) architecture. The system architecture, design considerations, and future work in the field are examined and discussed. Key components such as Internet Protocol Television, Real-Time Transport Protocol, and Proxim WiMAX are analyzed in detail to enhance the multicast delivery of IPTV content.
E N D
IEEE 802.16-based Wireless MAN(WiMAX)架構下IPTV Multicasting系統之設計與研究Design and Study of an IPTV multicating system over IEEE 802.16-based Wireless MAN 指導教授: 柯開維 主講人: 楊啟彣 Date:06/10/08
Outline • Introduction • Internet Protocol Television • Worldwide Interoperability for Microwave Access • Virtual Local Area Network • Real-Time Transport Protocol • DirectShow • Audio Video Interleave • Simple Network Management Protocol • IPTV Multicasting System over Proxim WiMAX • System Architecture • System Design • Proxim WiMAX • SubSystem • Conclusion • Future Work • Reference • Demo
What is IPTV? • Internet Protocol Television(IPTV)is a system where a digital television service is delivered using Internet Protocol over a network infrastructure, which may include delivery by a broadband connection. A general definition of IPTV is television content that, instead of being delivered through traditional broadcast and cable formats, is received by the viewer through the technologies used for computer networks. wikipedia
IPTV Technology • Video Codec • Digital Right Management • Content Delivery Network • Electronic Program Guide • Streaming • Multicast
IPTV Delivery Technology Unicast Content Delivery Network Mulicast/Broadcast
Multicast • Class D is used for Multicast. • The multicast group ID numbers are in the range 224.0.0.0 through 239.255.255.255 . • The format of a class D IP address: • A multicast group address is combination of the high-order 4 bits of 1110 and the multicast group ID. • Multicast only apply to UDP.
Multicast Address • The mapping of a class D IP address into Ethernet multicast address: • Region A means that low-order 23 bits in the Ethernet address are copies from the low-order 23 bits of the multicast group ID. • Region B means that these 5 bits in the multicast group ID are not used to from the Ethernet address . • The high-order 24 bits of the Ethernet address must be 01:00:5e , and the 25th bit must be 0
Internet Group Management Protocol • A protocol is needed for multicast routers to know if any hotsts on a given LAN belong to a given multicast group: IGMP • Format of a IGMP message
MBS Scenario From ITRI, Please do not copy
RTP Header IP header UDP header RTP header RTP payload
Audio Video Interleave • Audio Video Interleave (AVI)is a derivative of the Resource Interchange File Format (RIFF), which divides a file's data into blocks, or “chunks”. • hdrl:the file header and contains metadata about the video, such as its width, height and frame rate. • movi:the actual audio/visual data that make up the AVI movie. • idx1:the offsets of the data chunks within the file.
Filter Graph Filter
Writing a DirectShow Application • The application creates an instance of the Filter Graph Manager. • The application uses the Filter Graph Manager to build a filter graph. The exact set of filters in the graph will depend on the application. • The application uses the Filter Graph Manager to control the filter graph and stream data through the filters. Throughout this process, the application will also respond to events from the Filter Graph Manager.
Outline • Introduction • Internet Protocol Television • Worldwide Interoperability for Microwave Access • Real-Time Transport Protocol • DirectShow • Audio Video Interleave • Simple Network Management Protocol • IPTV Multicasting System over Proxim WiMAX • System Architecture • Proxim WiMAX • System Design • SubSystem • Conclusion • Future Work • Reference • Demo
Why IPTV over WiMAX? • The features of the WiMAX is multicast capability. • Increase the Number of Subscribers • Scheduled Live Content and Quality Assurance. • Mobility.
System Design (1) • Division by address • Multicast Group • Location : First Byte • example:231.x.x.x :VLAN1 • Channel : Last Byte • example:x.x.x.001:Channel1
System Design (2) • WiMAX Packet Identify Rule • Define Multicast rule • Define QoS rule • WiMAX Quality of Service Setup
Proxim WiMAX Bandwidth
Proxim Setup • MAC • Radio • Subscriber Station List • Service Class Creation • Packet Identify Rule • Service Flow Class • Subscriber Station Class • Relationship:SS Class SF Class PIR
Client-Server Server Client
Outline • Introduction • Internet Protocol Television • Worldwide Interoperability for Microwave Access • Virtual Local Area Network • Real-Time Transport Protocol • DirectShow • Audio Video Interleave • Simple Network Management Protocol • IPTV Multicasting System over Proxim WiMAX • System Architecture • System Design • Proxim WiMAX • SubSystem • Conclusion • Future Work • Reference • Demo
Challenge • Instance Channel Change. • Mobility. • Jitter. • Overhead. • Transceiver Design. • Power Consumption. • WiMAX Bandwidth.
Conclusion • Using DirectShow Solution to implement the graph. • Using PMP feature of WiMAX to implement multicast algorithm. • Implement RTP Protocol. • The system capacity increase. • QoS assurance. • The user have the capability to watch TV when they are outside.
Future Work • Technology • RTSP • Gateway • DRM • Application Function • Transfer to Embedded • Application • Send Message by Location in Vehicle • Interactive Game • Conference
Reference • Overall Diagram of IPTV Functional Architecture with Detailed Functional Elements;ITU-T Focus Group IPTV Working Group • RFC 1112:multicast • RFC 1889:RTP • Procedures Clarifications and Improvement for MBS Logical Channel support in 802.16REV2, Reference Model and Protocol Architecture for Supporting E-MBS in IEEE 802.16m;IEEE 802.16 Broadband Wireless Access Working Group • Proxim MP.16 User Guide • DirectX Documentation for C++;DirectX SDK