mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 17:51:52 +08:00
Change the default codecs for the rtsp muxer to mpeg4 and aac
These codecs in RTP are supported by many players. Originally committed as revision 23209 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -168,8 +168,8 @@ AVOutputFormat rtsp_muxer = {
|
|||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
sizeof(RTSPState),
|
sizeof(RTSPState),
|
||||||
CODEC_ID_PCM_MULAW,
|
CODEC_ID_AAC,
|
||||||
CODEC_ID_NONE,
|
CODEC_ID_MPEG4,
|
||||||
rtsp_write_header,
|
rtsp_write_header,
|
||||||
rtsp_write_packet,
|
rtsp_write_packet,
|
||||||
rtsp_write_close,
|
rtsp_write_close,
|
||||||
|
Reference in New Issue
Block a user