34 Commits (8ef38f3f5030a7a1b7eab0a464d7fb36c6dbe565)

Author SHA1 Message Date
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Martin Storsjö e8ccf24527 RTMP: Return from rtmp_read as soon as some data is available 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
trueice@gmail.com aae9a0931c 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Martin Storsjö f984dcf6dd Reindent 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Martin Storsjö 57b5555c91 Use ff_url_join for assembling URLs, instead of snprintf 15 years ago
Kostya Shishkov bf7c17192f Make RTMP client send bytes read report 15 years ago
Kostya Shishkov adb5496146 another 10l: forgot to change parent condition as well 15 years ago
Kostya Shishkov b381a823cd 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning 15 years ago
Sergiy 56e29bf2c9 Correct timestamps inside FLV data received by RTMP. 15 years ago
Art Clarke e2ee11e868 Use old-style RTMP handshake for old servers. 15 years ago
Martin Storsjö 4aaebf78f5 Reply to RTMP ping with the same value as received by client. 15 years ago
Kostya Shishkov cfac91fec3 Dump RTMP packet contents in debug mode 15 years ago
Martin Storsjö f8caa5441b 5l trocadero: don't forget to free packet in gen_connect() 15 years ago
Martin Storsjö 72b870b95b Do not try to interact with RTMP server after "stop" command was received. 15 years ago
Kostya Shishkov e07c92e4bb cosmetics: insert space between codeword and left parenthesis 15 years ago
Sergiy 615c287990 Do not send invokes to RTMP server if we are not connected to it. 15 years ago
Kostya Shishkov c72406112f cosmetics: reindent after last commit 15 years ago
Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 15 years ago
Kostya Shishkov 2784ede40a Remove duplicating variable 15 years ago
Sergiy 31da596634 Send connect() and createStream() in RTMP system channel, not video channel. 15 years ago
Sergiy 5e9ad75985 Move "app" string into RTMP protocol context. 15 years ago
Sergiy b316991bb6 Move is_input flag into RTMP protocol context. 15 years ago
Kostya Shishkov e6b244a3b9 Full-header RTMP packets contain real timestamp, others contain timestamp 15 years ago
Kostya Shishkov fe52395878 Print error when RTMP protocol can't open connection 15 years ago
Kostya Shishkov afbacb931b Pass only useful FLV metadata from RTMP stream 15 years ago
Stefano Sabatini 1d8041b36c Split overly long line in doxy. 15 years ago
Kostya Shishkov f836fa1706 Last parameter in RTMP "play" call was optional and some servers seem not to 15 years ago
Lars Täuber f68c8a5039 Do not include "mp4:" prefix from RTMP URL into "app" path or second time 15 years ago
Kostya Shishkov 9fd6b84360 RTMP protocol support (as a client) 16 years ago