Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-16Reply to RTMP ping with the same value as received by client.Martin Storsjö
2009-12-11Dump RTMP packet contents in debug modeKostya Shishkov
2009-12-115l trocadero: don't forget to free packet in gen_connect()Martin Storsjö
2009-12-11Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö
2009-12-06cosmetics: insert space between codeword and left parenthesisKostya Shishkov
2009-12-06Do not send invokes to RTMP server if we are not connected to it.Sergiy
2009-12-04cosmetics: reindent after last commitKostya Shishkov
2009-12-04Implement RTMP output (publishing FLV stream to RTMP server).Sergiy
2009-12-03Remove duplicating variableKostya Shishkov
2009-12-03Send connect() and createStream() in RTMP system channel, not video channel.Sergiy
2009-12-03Move "app" string into RTMP protocol context.Sergiy
2009-12-02Move is_input flag into RTMP protocol context.Sergiy
2009-12-01Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov
2009-11-22Print error when RTMP protocol can't open connectionKostya Shishkov
2009-11-22Pass only useful FLV metadata from RTMP streamKostya Shishkov
2009-11-13Split overly long line in doxy.Stefano Sabatini
2009-10-18Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov
2009-09-17Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber
2009-07-31RTMP protocol support (as a client)Kostya Shishkov