shaka-packager/packager/media/file
Kongqun Yang 458fadc6a8 Add udp options support
Three options are supported right now:
- reuse=1|0
  Allow or disallow reusing UDP sockets. Default 0.
- interface=a.b.c.d
  Address of the interface over which to receive UDP multicast
  streams.
- timeout=microseconds
  Timeout in microseconds. Default to unlimited.

A UDP url should be of the form udp://ip:port[?options], here
is an example:
  udp://224.1.2.30:88?reuse=1&interface=10.11.12.13&timeout=12345

Also deprecate --udp_interface_address flag in favor udp options.

Closes #133

Change-Id: I962d35bfedc1779d67ba20ed910207c66b7c1a15
2016-10-31 18:40:40 +00:00
..
file.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file.gyp Add udp options support 2016-10-31 18:40:40 +00:00
file.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
file_closer.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
file_test_util.h Some misc cleanup 2016-09-07 10:15:50 -07:00
file_unittest.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file_util.cc [WebM] Use system temp directory if temp_dir is not specified 2016-10-13 21:48:00 +00:00
file_util.h [WebM] Use system temp directory if temp_dir is not specified 2016-10-13 21:48:00 +00:00
file_util_unittest.cc [WebM] Use system temp directory if temp_dir is not specified 2016-10-13 21:48:00 +00:00
io_cache.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
io_cache.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
io_cache_unittest.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
local_file.cc Windows build working 2016-08-18 08:30:26 -07:00
local_file.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
memory_file.cc Add appveyor config for Windows CI 2016-08-23 12:24:34 -07:00
memory_file.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
memory_file_unittest.cc Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
threaded_io_file.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
threaded_io_file.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
udp_file.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
udp_file_posix.cc Add udp options support 2016-10-31 18:40:40 +00:00
udp_file_win.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
udp_options.cc Add udp options support 2016-10-31 18:40:40 +00:00
udp_options.h Add udp options support 2016-10-31 18:40:40 +00:00
udp_options_unittest.cc Add udp options support 2016-10-31 18:40:40 +00:00