MP2 encoder MPEG 1 Layer II

abetest
Posts: 3
Joined: Tue Mar 28, 2023 3:32 pm

MP2 encoder MPEG 1 Layer II

Postby abetest » Tue Mar 28, 2023 5:30 pm

Hi, someone known if using the ADF is possible to realtime encodes MP2 audio (MPEG1 Layer II) and encapsulate in TS to stream via UDP or RTP? This encoding standards is used in broadcasting trasmission like DVB and DAB/DAB+. If I can use the ESP32 I can very speedup the time to market of an audio encoder for these purpose.

tempo.tian
Posts: 39
Joined: Wed Jun 22, 2022 12:10 pm

Re: MP2 encoder MPEG 1 Layer II

Postby tempo.tian » Fri Mar 31, 2023 6:32 am

Currently there is no MP2 encoding yet, or you can port open source MP2 encode into IDF and do test.
Is it possible to use aac encoder instead, ADF already provide an optimized aac encoder and can mux into TS container also.
You can see https://github.com/espressif/esp-adf/bl ... av_muxer.c for details.

abetest
Posts: 3
Joined: Tue Mar 28, 2023 3:32 pm

Re: MP2 encoder MPEG 1 Layer II

Postby abetest » Tue Apr 04, 2023 9:56 am

tempo.tian wrote: Currently there is no MP2 encoding yet, or you can port open source MP2 encode into IDF and do test.
Is it possible to use aac encoder instead, ADF already provide an optimized aac encoder and can mux into TS container also.
You can see https://github.com/espressif/esp-adf/bl ... av_muxer.c for details.
Thank you, it's possible to port open source MP2 into ADF (instead of IDF) to have the possibility to use the audio and av_muxer structures (with proper changes to support MP2) ?

Who is online

Users browsing this forum: No registered users and 11 guests