pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.43k stars 635 forks source link

RTSP with StreamReader #3797

Closed pedromoraesh closed 1 month ago

pedromoraesh commented 1 month ago

Does torchaudio supports RTSP streams? I've been using with RTMP but when running RTSP streams is always crashes, mainly reporting that "threads" argument passed to FFMPEG is not supported.

Using FFMPEG 6.0

image