shaka-packager/packager/media
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
..
base Improve support for decryption of full sample encrypted cbcs 2016-10-14 00:07:46 +00:00
codecs Fix a precision conversion problem. 2016-09-12 08:46:16 -07:00
event Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Add udp options support 2016-10-31 18:40:40 +00:00
formats Improve support for decryption of full sample encrypted cbcs 2016-10-14 00:07:46 +00:00
test Fix WebM not encrypted when clear lead is set to 0 2016-09-28 18:17:09 +00:00