Hello,
I have a site where I’d like to capture some embedded SoundCloud audio. If I capture a page with the ArchiveWeb Chrome extension, it starts to work: during playback, the WACZ seems to catches the first 8-10 seconds and then it pauses. Browsertrix running with Docker Compose doesn’t capture the audio at all. It fails with The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. <URL>
. I tried to write a custom behavior, and it seems to work when testing the behavior, but when playing back the WACZ it seems like I don’t get any audio at all. I’m seeing a lot of 404s in the console (e.g. https://replayweb.page/w/id-ba88f6f2639a/:37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f/20241228020737mp_/https://api-widget.soundcloud.com/media/soundcloud:tracks:105720212/f9441ddf-5818-4637-8dfc-128c40f209c6/stream/progressive?client_id=gqKBMSuBw5rbN9rDRYPqKNvF17ovlObu
).
Any ideas on how to tackle this? I have 50-100 pages with audio, I’d prefer to automate the collection but it’s small enough to click through if there’s a solution in that direction.
Thanks!