Joe Turki
feeeebf251
Upgrade golangci-lint, more linters
...
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-18 07:16:06 -06:00
Yang Hau
dca5d743cf
Fix bandwidth-estimation-from-disk timestamping
...
Set the frameHeader when reading the file so the currentTimestamp
actually gets set
2024-12-26 23:36:56 -05:00
Juliusz Chroboczek
f29ef99b22
Avoid leaking tickers
...
In Go 1.22 and earlier, a ticker needs to be explicitly stopped
when it's no longer useful in order to avoid a resource leak.
In Go 1.23 and later, an orphaned ticker will eventually be
garbage collected, but it's still more thrifty to stop it early.
2024-08-01 14:35:24 -04:00
Sean DuBois
09461d55a6
Remove examples/internal
...
Users find it frustrating that example code doesn't work out of tree.
This makes copying the examples out of the repo easier.
Relates to #1981
2024-05-20 10:54:16 -04:00
Sean DuBois
fda6c4f836
Fix linter errors
...
golangci-lint upgrade to v1.56.2 added more checks
Relates to pion/.goassets#201
2024-03-16 21:09:38 -04:00
Sean DuBois
dc4b591c4d
Start pion/webrtc/v4
...
60eea43
is a breaking change
2023-09-05 11:48:14 -04:00
Steffen Vogel
683fc837d0
Make repo REUSE compliant
2023-05-05 11:58:49 -04:00
Pion
308f8616a3
Update CI configs to v0.10.6
...
Update lint scripts and CI configs.
2023-04-08 14:24:19 -04:00
Pion
c1467e4871
Update CI configs to v0.7.2
...
Update lint scripts and CI configs.
2022-04-27 23:00:19 -04:00
Sean DuBois
3c8de5e6ab
Improve bandwidth-estimation-from-disk error
...
On startup check if video files exist
2022-01-22 23:07:50 -05:00
Sean DuBois
99d2406198
Add examples/bandwidth-estimation-from-disk
...
Example shows reading the output from a Bandwidth Estimator and
switching to the file that matches.
2022-01-22 15:35:45 -05:00