espradio
espradio
Hi, it is esp32 not s3. Could you provide lib for components/esp-adf-libs/esp_codec/lib/esp32
Issue log changes, i.e new issue. Looks it is not the AAC frame name=ADF_DEBUG url=https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/playlist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/playlist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/chunklist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/media_2683.ts URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/media_2684.ts URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio214/media_2685.ts E (32823) MPEG_READER: Not find...
It is **working** now. Thanks a lot. How do you suggest to integrate this? i.e a)Will ADF updated with new codec changes ? b)Will application need wrapper audio element? ~~~~~...
Also wrapper logic still needs improvement as following streams is still has issue(no error, but not playing) ~~~~~ Playing->4 name=AIR Mahanadi Sambalpur url=https://air.pc.cdn.bitgravity.com/air/live/pbaudio182/playlist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio182/playlist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio182/chunklist.m3u8 URL: https://air.pc.cdn.bitgravity.com/air/live/pbaudio182/media_5384.ts URL:...
>I have tested both the 2 manifest urls, although network is pool, it can play. If you see log like below it means decode OK: Got the reason why it...
Any update on making esp-adf-lib changes to mainstream?
@TempoTian Could you expose following API is esp-adf-lib header file with proper documentation so that my application can use this properly. int ts_parser_search_stream(unsigned char *buf, int len); int ts_parser_dec_init(void *user_data);...
Also who is allocating memory for mpeg_buffer_t::ts_buf in above wrapper codec
Also, These APIs internally using audio_element_handle_t which is threaded in nature? Is there version like standalone(example alc_volume_setup_process() where is does not need a thread).