View Single Post
  #1  
Old 01-23-2017, 07:27 AM
piratilla_bcn piratilla_bcn is offline
Junior Member
 
Join Date: Apr 2015
Posts: 28
piratilla_bcn is on a distinguished road
Default

Help to record stream with livestreamer (linux)


Hi,

I used to record via command line this stream:

http://www.rtp.pt/play/direto/rtpafrica

It used to work like these:

livestreamer "hlsvariant://http://rtp-pull-wrtp-live.hls.adaptive.level3.net/liverepeater/smil:rtpafrica.smil/playlist.m3u8" best -o - | ffmpeg -i - /var/tmp/RTPAfrica.mp4

The URL seems to be the same, but when I do it know I receive this from livestreamer:

error: Unable to open URL: http://rtp-pull-wrtp-live.hls.adapti.../playlist.m3u8 (401 Client Error: Unauthorized for url: http://rtp-pull-wrtp-live.hls.adapti.../playlist.m3u8)

Any ideas?

Many thanks in advance! :-)
Reply With Quote