None of the avalilable extractrors could read the stream

App version: 3.11.0f

Android version: 13

Device model: Redmi Note 11S

Expected behaviour: podcast episode reproduction after subscription

Current behaviour: RSS feed correctly loaded but unable to play episodes

First occurred: yesterday

Steps to reproduce:

  1. add the following RSS feed Lillo e Greg 610
  2. stream an episode

The same RSS feed can be added and played by Kasts (under Manjaro Linux).
Starting Kasts from terminal return the following when I stream an episode from that RSS feed:

adaptive demux: Changing stream format Unknown -> Packed AAC
mpeg4audio demux packetizer: AAC channels: 2 samplerate: 48000
mpeg4audio demux packetizer: AAC channels: 2 samplerate: 48000

Crash info:

None of the available extractors (_list_of_extractors) could read the stream.{contentsIsMalformed=false,dataType=1}

I guess that the conclusion could be the following. The RSS feed has an enclosure with a relinker that points to chunks of the real audio file and AntennaPod can’t manage it.

It links to an m3u file, which is not something any podcast does. Everyone links to the actual media files. Also, their mime type is wrong. They claim it’s a media file but it should be audio/x-mpegurl. But fixing the type won’t make it work in AntennaPod, they need to link the actual file.

2 Likes

That’s it!

Thank you