SoC 2009/RTMP Flash Streaming
Revision as of 17:43, 8 May 2009 by Zhigang (talk | contribs) (New page: {{SoCProject|year=2009|student=zhigang wang|mentor=Remi Denis-Courmont}} =RTMP Flash Streaming= ==Abstract== (Draft) VLC is a wonderful media player and streaming server...)
This project is part of Google Summer of Code 2009.
|
RTMP Flash Streaming
Abstract
(Draft) VLC is a wonderful media player and streaming server. Adobe is about to publish the RTMP protocol spec in the first half of this year, so I think it's about time to add and improve flash streaming function in VLC.
Detail
(TODO)
timeline
(Draft) 0. Read more RTMP protocal documents. 1. RTMP input works half of the time.
Segment fault when decode the Invoke package of connect reply.
"NetConnection.Connect.Success"
2. VLC can stream FLV over HTTP. 2.1 FLV Encapsulation over HTTP is not work. 2.2 MPEG-TS Encapsulation over HTTP with FLV file, the Video can not straming (Audio Only)
3. Possibly rewrite from scratch RTMP output (never worked).