Upgrade Go and RTSP dependencies

Upgrade to Go 1.25, gortsplib v5, and refreshed Pion dependencies. Adapt RTSP client APIs and normalize RTP timestamps for FPS tracking, with coverage for PTS conversion.
This commit is contained in:
Cédric Verstraeten
2026-08-10 15:46:02 +02:00
parent b2f029117e
commit cd50f58138
6 changed files with 155 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/go:1.24-trixie
FROM mcr.microsoft.com/devcontainers/go:1.25-trixie
# Install node environment
RUN apt-get update && \