Ok this is what I did
PAGE
be-at.tv/brands/wmc/surfcomber/waveform-with-victor-calderone-guests/ida-engberg
GET AUDIO
Code:
rtmpdump \
-r rtmp://media.cdn.be-at.tv \
-a cfx/st \
-W http://www.be-at.tv/v2/2/7/HostMovie.swf \
-y Session001216/Audio001284/128 \
-o Audio001284.flv
GET VIDEO
DownThemAll, Batch Download
Code:
video.cdn.be-at.tv/Session001216/Video002677/1000.[000:100].flv
MERGE
Merge videos with Avidemux, then combine with audio
Code:
ffmpeg -i 1000.000-100.flv -i Audio001284.flv -c copy video-audio.flv