Home > other >  Audio transcoding
Audio transcoding

Time:11-22

Hello, everyone, my side do targets 1078 video monitoring platform,
A streaming media stream side, in order to realize the RTP audio video data, after the transcoding pushed to RTMP server (SRS)
Video h. 264 can be up to now, the RTMP player can also be played normally,
But the audio frame, because video equipment manufacturer is different, use different coding, now see the g. 711 a, g. 726, aac, mp3, PCM, adpcm,
RTMP media server only supports the PCM, ADPCM, G., 711 a, AAC, MP3, part of this is not supported, such as g. 726 coding,
You have any plan to make real-time streaming audio transcoding, arbitrary to aac audio coding?

The table below for the device may upload audio coding:
Compiling code that prepare note
0 keep
1 g. 721 audio
2 g. 722 audio
3 g. 723 audio
4 g. 728 audio
5 g. 729 audio
6 g. 711 a audio
7 G. 711 u audio
8 g. 726 audio
9 g. 729 a audio
10 DVI4 3 audio
11 DVI4 4 audio
12 DVI4 audio 8 k
13 DVI4 16 k audio
14 LPC audio
15 S16BE STEREO audio
16 S16BE MONO audio
17 MPEGAUDIO audio
18 LPCM audio
19 AAC audio
20 WMA9STD audio
21 HEAAC audio
22 PCM VOICE audio
23 PCM AUDIO AUDIO
24 AACLC audio
25 MP3 audio
26 ADPCMA audio
27 MP4AUDIO audio
28 AMR audio

CodePudding user response:

Note, I am using Java development

CodePudding user response:

Transfer 726 PCM, turn in aac

CodePudding user response:

In coding for AAC, unified into PCM, pushing the RMTP server

CodePudding user response:

Using ffmpeg compiled for PCM decoding, and then into your aac, can also go directly code: in the example file transcode_acc. C under this file, but I've been slow on a mobile phone code, have yet to find out why
  • Related