Skips using temporary files when outputting to a protocol other than
"file", which enables dash to output content over network
protocols. The logic has been copied from the HLS format.
---
libavformat/dashenc.c | 29 +++--
1 file changed, 23 insertions(+), 6 deletions(-)
d
Has anybody had a chance to look at this patch?
Thanks,
--Thomas
On Tue, Feb 7, 2017, 2:20 PM Thomas Stephens wrote:
> Skips using temporary files when outputting to a protocol other than
> "file", which enables dash to output content over network
> protocols. The logic h