Thu, 18 Feb 2010 16:27:18 +0000 |
kostya |
Make RTMP client send bytes read report
libavformat
|
Sat, 30 Jan 2010 09:47:57 +0000 |
kostya |
another 10l: forgot to change parent condition as well
libavformat
|
Sat, 30 Jan 2010 09:45:52 +0000 |
kostya |
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning
libavformat
|
Tue, 12 Jan 2010 07:10:47 +0000 |
kostya |
Correct timestamps inside FLV data received by RTMP.
libavformat
|
Tue, 12 Jan 2010 06:44:49 +0000 |
kostya |
Use old-style RTMP handshake for old servers.
libavformat
|
Wed, 16 Dec 2009 12:49:38 +0000 |
kostya |
Reply to RTMP ping with the same value as received by client.
libavformat
|
Fri, 11 Dec 2009 17:13:35 +0000 |
kostya |
Dump RTMP packet contents in debug mode
libavformat
|
Fri, 11 Dec 2009 15:31:58 +0000 |
kostya |
5l trocadero: don't forget to free packet in gen_connect()
libavformat
|
Fri, 11 Dec 2009 11:37:21 +0000 |
kostya |
Do not try to interact with RTMP server after "stop" command was received.
libavformat
|
Sun, 06 Dec 2009 07:03:46 +0000 |
kostya |
cosmetics: insert space between codeword and left parenthesis
libavformat
|
Sun, 06 Dec 2009 07:01:37 +0000 |
kostya |
Do not send invokes to RTMP server if we are not connected to it.
libavformat
|
Fri, 04 Dec 2009 16:52:42 +0000 |
kostya |
cosmetics: reindent after last commit
libavformat
|
Fri, 04 Dec 2009 16:52:16 +0000 |
kostya |
Implement RTMP output (publishing FLV stream to RTMP server).
libavformat
|
Thu, 03 Dec 2009 17:11:48 +0000 |
kostya |
Remove duplicating variable
libavformat
|
Thu, 03 Dec 2009 15:59:51 +0000 |
kostya |
Send connect() and createStream() in RTMP system channel, not video channel.
libavformat
|