olly
cb81b04dab
Use ImmutableMap.Builder.buildOrThrow() instead of deprecated build().
...
More info: go/immutable-map-buildorthrow-lsc
NOTE: if the source of truth for this code is *NOT* `third_party`, please let me know and I'll revert this CL (and please consider upstreaming this change yourself).
#inlineme
Tested:
TAP for global presubmit queue passed after automated deflaking of failures: http://mondo/deflaker/run/530857d2-45cb-4069-a234-48c5efe945f1 http://mondo/deflaker/run/0dce4296-e6bb-42d2-8b64-b393f45b6ad3
http://test/OCL:425453729:BASE:425451020:1643699365244:811c1a24
PiperOrigin-RevId: 425616165
2022-02-01 18:21:37 +00:00
claincly
be99b97a46
Use RTSP server for RTSP auth realm.
...
PiperOrigin-RevId: 420053894
2022-01-11 13:32:41 +00:00
claincly
152a1650f6
Prefers DIGEST when RTSP servers sends both BASIC and DIGEST auth info.
...
Issue: google/ExoPlayer#9800
Added test for RTSP authentication.
PiperOrigin-RevId: 420048821
2022-01-11 13:31:19 +00:00
Ian Baker
e1eb30c8ba
Merge pull request #9606 from ened:rtsp-socket-factory
...
PiperOrigin-RevId: 413751821
2021-12-07 16:43:17 +00:00
claincly
f527fb729c
Fix sequence number calculation logic.
...
Issue: google/ExoPlayer#9697
Before, the `MAX_SEQUENCE_NUMBER` is 65535, such that the logic to get the next
sequence number:
`previousSeqNumber + 1 % MAX_SEQUENCE_NUMBER`
yields 0 when `previousSeqNumber` is 65534. However, the next sequence number
should be 65535.
PiperOrigin-RevId: 410530098
2021-11-19 15:00:12 +00:00
Andrew Lewis
933e207b3e
Update to androidx.media3
...
PiperOrigin-RevId: 405656499
2021-10-27 09:12:46 +01:00