Networking/Archive/RTSP: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This page aims to provide a knowledge base for RTSP feature on Firefox OS.
== Terminology and Reference ==
The major protocols involved in our RTSP streaming implementation are listed here.
* '''RTSP: Real Time Streaming Protocol.'''
** An application-level protocol for control over the delivery of data with real-time properties. Defined in RFC 2326.
* '''RTP: Real-time Transport Protocol.'''
** Defines a standardized packet format for delivering audio and video over IP networks. Defined in RFC 3550.
* '''RTCP: RTP Control Protocol.'''
** Provides out-of-band statistics and control information for an RTP session. Defined in RFC 3550.
* '''SDP: Session Description Protocol.'''
** A format for describing streaming media initialization parameters. Defined in RFC 4566.


== RTSP Framework in FFOS ==
[[File:RTSP_Framework_Overview.jpg|left|1024px]]
== State Diagram of RTSP Source ==
[[File:RTSPSource_State_Diagram.jpg|left|1024px]]
[[File:RTSPSource_State_Diagram.jpg|left|1024px]]
[[File:RTSPSource_State_Diagram.svg|left|1024px]]
[[File:RTSPSource_State_Diagram.svg|left|1024px]]
Confirmed users
620

edits

Navigation menu