bluenviron / gortsplib

RTSP 1.0 client and server library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to convert g711 audio read from rtp to mpeg4audio and then store mpeg4audio to file?

Mosphere opened this issue · comments

commented
how to convert g711 audio read from rtp to mpeg4audio and then store mpeg4audio to file?

Hello, this library only deals with RTSP by design, conversion and remuxing are not part of it. If you want to perform conversion and storage, i suggest you to use FFmpeg.