원문정보
초록
영어
Despite advances in streaming technology, QoS while streaming videos has remained a point of issue. Current video streaming services in particular suffer from technical issues such as buffering and intermittence. The integrity of the data using TCP and the rapid transfer of data using UDP can both be utilized by implementing a dual adaptive streaming system. To implement a dual adaptive streaming system, a real-time incoming video process using the H.264 video encoding, and a server and client both using TCP and UDP are needed. By adapting to the client’s networks conditions, buffering and interruptions can be reduced for video and other types of media streaming.
목차
1. Introduction
2. Related Researches
2.1. Standard Streaming Protocols
2.2. Scalable Video Coding (SVC)
2.2. Streaming Protocol, the Issue of Network Perspective
3. Design
3.1. Adaptive Dual Streaming System Configuration
3.2 The Sequence of Data Sent Using the Adaptive Dual-stream System
3.3. Sender of Adaptive Dual-stream System in the Following Sequence Diagram for Part of Figure 4
3.4 Dual (UDP + TCP) Tunneling
3.5 TCP Segment Reassembly
3.6 H.264 Syntax Parser
4. Implementation
4.1 Development Environment
4.2 Compare the Original Image to an Encoded Video Image
4.3 Server System Implementation
4.4 Compare the Original Image to an Encoded Video Image
5. Conclusion
References