summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmp.h
Commit message (Collapse)AuthorAgeFilesLines
* rtmp: send check_bw as notificationLuca Barbato2012-08-081-0/+9
| | | | | | | Set the transactionId to 0 to signal the server a return _result/_error is not expected. Solves the problems experienced with strict rtmp servers.
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-231-0/+11
| | | | | | | This function is used for calculating digest position for RTMP handshake packets. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-231-0/+17
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* RTMPS protocol supportSamuel Pitoiset2012-07-171-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* RTMP protocol support (as a client)Kostya Shishkov2009-07-311-0/+42
Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud