bachinger
4c1a294b2e
Format Java source files
...
PiperOrigin-RevId: 372127633
2021-05-06 13:32:25 +01:00
claincly
4bf7477e3e
Flatten packages within the RTSP package.
...
#minor-release
PiperOrigin-RevId: 371337762
2021-04-30 18:56:17 +01:00
claincly
dfb87638e7
Introduce RtpDataChannel interface.
...
#minor-release
PiperOrigin-RevId: 371326814
2021-04-30 18:55:59 +01:00
claincly
4eccc0356c
Allow retry opening RTP ports.
...
In RtpDataLoadable.load, the second UDP data source is opened on the port we
specify. If the port is already in use, a BindException is thrown.
#minor-release
PiperOrigin-RevId: 371319522
2021-04-30 18:55:42 +01:00
claincly
537e8aadd5
Allow the extractor deplete the reordering queue as much as possible.
...
#minor-release
PiperOrigin-RevId: 370673852
2021-04-27 17:42:54 +01:00
claincly
13a34b8b4a
Relax session timing requirement.
...
Some RTSP servers do not include the RANGE attribute for live contents.
#minor-release
PiperOrigin-RevId: 370662587
2021-04-27 17:42:23 +01:00
claincly
bf04bb5bc0
Fix that loadingFinished is never set to true.
...
Previously loadingFinished will never be set to true because it started in
false, and we are and'ing it with `canceled`.
#minor-release
PiperOrigin-RevId: 370662456
2021-04-27 17:42:09 +01:00
claincly
8135b9c273
Publish ExoPlayer's support for RTSP.
...
Allow ExoPlayer to open URIs starting with rtsp://
PiperOrigin-RevId: 370653248
2021-04-27 17:41:38 +01:00