View Single Post
  #2  
Old 06-23-2015, 05:55 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: err.ee not working for me, flowplayer download, does it work for You?


hi

rtmp protocol
.flv format
Code:
rtmpdump  -v -r "rtmp://media.err.ee:80/arhiiv/" -a "arhiiv/" -f "WIN 11,2,202,221" -W "https://static.err.ee/Scripts/Flowplayer/flowplayer-commercial-3-2-16.swf" -p "https://static.err.ee" -y "mp4:1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4" -o RABADE-VAIKUSES.flv
hls protocol
.ts format
Code:
livestreamer "hlsvariant://http://media.err.ee/arhiiv/1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4/playlist.m3u8" best -o RABADE-VAIKUSES.ts
or
Code:
ffmpeg -i "http://media.err.ee/arhiiv/1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4/playlist.m3u8" -c copy RABADE-VAIKUSES.ts
.mp4 format

Code:
ffmpeg -i "http://media.err.ee/arhiiv/1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4/playlist.m3u8" -bsf:a aac_adtstoasc -c copy RABADE-VAIKUSES.mp4
Reply With Quote