summaryrefslogtreecommitdiff
path: root/libavformat/teeproto.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/teeproto: setup max_packet_sizeZhao Zhili2023-01-261-0/+12
| | | | | | | | | | | It's the minimum of all child protocols max_packet_size. Can be used like this: ffmpeg -re -i cctv.mp4 -c copy -f mpegts \ -protocol_whitelist 'tee,file,udp' \ 'tee:out.ts|udp://127.0.0.1:6666?pkt_size=1316' Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
* avformat/teeproto: set forgotten url_close()Michael Niedermayer2016-08-051-0/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/teeproto: Support parsing protocol optionsMichael Niedermayer2016-08-031-5/+14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/teeproto: Fix memset sizeofMichael Niedermayer2016-07-221-1/+1
| | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat: Add tee protocolMichael Niedermayer2016-07-191-0/+137
Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>