PDA

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


Waffa
06-22-2015, 11:29 PM
Greetings, can You let me know are You able to download video from: https://arhiiv.err.ee/vaata/40970


Among others, Have been using Mediabox (Blader), Replay Media, Streamtransport, and RTMdump 2.4 with RTMPDumpHelper.


URL outputs:

url: rtmp://media.err.ee:80/arhiiv/mp4:1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4
app: arhiiv/
flashVer: WIN 11,2,202,221
pageUrl: https://static.err.ee
swfUrl: https://static.err.ee/Scripts/Flowplayer/flowplayer-commercial-3-2-16.swf
tcUrl: rtmp://media.err.ee:80/arhiiv/
playPath: mp4:1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4


https://static.err.ee/media?stream=media.err.ee:80/arhiiv/&file=1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4&mediaspace=mediaframe&autoplay=true&mediamode=wowzavideo&site=arhiiv.err.ee&image=http://arhiiv.err.ee//thumbnails/1975-080213-0001_0003_D10_RABADE-VAIKUSES.jpg

RTMdump error:
http://human.hol.es/RTMP_ERR_videoerror.png

Might be also my firewall problems, for example MediaBox wants to make connection to port 82 and may other websites, many of them that has been blocked, so if you can let me know, did You get it working with any software ,would be great!


(argh! Why would websites not just wanna provide .mp4 and make all that work to us... would save resources for all! It is Ad free site anyway )

biezom
06-23-2015, 05:55 AM
hi

rtmp protocol
.flv format
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
livestreamer "hlsvariant://http://media.err.ee/arhiiv/1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4/playlist.m3u8" best -o RABADE-VAIKUSES.ts
or
ffmpeg -i "http://media.err.ee/arhiiv/1975-080213-0001_0003_D10_RABADE-VAIKUSES.mp4/playlist.m3u8" -c copy RABADE-VAIKUSES.ts

.mp4 format

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

Waffa
06-24-2015, 05:24 AM
Gretings,
Perfect perfect, works great!
(besides, just now discovered, it was my seccond firewall that blocked the connection ! (the 10003 error) )

So strange how something that takesso long time can become so easy when it works, thanks biezom!