Replies: 1 comment
-
Hello, the aim of this library is to provide a RTSP implementation, not a media stack that allows to perform decoding or re-encoding. Examples are provided in order to display possible interactions between this library and other media formats and libraries, but there is no intention of directly supporting these scenarios. Having said this, there are several ways to introduce encoding into your Go code:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to record a H264 RTSP stream to file, following the example, but I would like to have any advice on how to reduce filesize reducing bitrate (re-encoding i suppose).
Is it possible to hook go-ffmpeg lib for this? Or use some other method?
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions