about rtmp channel

LCDS provides a RTMP channel which is a duplex socket connection between the SWF file and the server. It means the server is immediately notified when the underlying SWF file is disconnected.

In a RTMP channel, the FlexSession on the LCDS server is scoped to the underlying RTMP connection from the single SWF file. while in an HTTP-based channel, such as AMFChannel or HTTPChannel, the FlexSession on the LCDS server is scoped to the browser and wraps an HTTP session. If the HTTP-based channel connects to a servlet-based endpoint, the underlying HTTP session is a J2EE HttpSession object. If the channel connects to an NIO-based endpoint, the underlying HTTP session supports the FlexSession API, but it is disjointed from the application server HttpSession object.
發佈了9 篇原創文章 · 獲贊 0 · 訪問量 1557
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章