[LAD] web expert advice wanted

Florian Hülsmann fh at cbix.de
Mon Aug 16 12:19:53 CEST 2021


Hey Fons,

It seems to only provide an HLS stream of TS-container chunks which
include both video and audio, i.e. no separate audio stream. The
easiest way to record only the audio stream is probably

1. check the network tab of your browser's dev tools (F12) for any
.m3u8 URL, here it is
https://hd-auth.skylinewebcams.com/live.m3u8?a=upcglsode5h6v85ol4af1hkb30
2. ffmpeg -i <url> -vn -acodec copy output.aac (or use any audio codec
of your choice like -acodec flac output.flac)

Flo

Am Mo., 16. Aug. 2021 um 11:40 Uhr schrieb Fons Adriaensen
<fons at linuxaudio.org>:
>
> Hello all,
>
> I need some advice from a web protocols expert...
>
> I want to record the _audio_ part of
>
> <https://www.skylinewebcams.com/en/webcam/ellada/crete/rethymno/karavostasi-underwater-cam.html>
>
> during a long time without wasting bandwidth on the video part,
> and avoiding being 'timed out' or blocked by 'please whitelist
> our ads' popups.
>
> Anyone has an idea of how to do this ?
>
> TIA,
>
> --
> FA
>
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev at lists.linuxaudio.org
> https://lists.linuxaudio.org/listinfo/linux-audio-dev



-- 
Florian Hülsmann
<fh at cbix.de>
http://cbix.de


More information about the Linux-audio-dev mailing list