Stream downloader
-
Hi. I'd like to download streams from baitbuddies but normal downloaders like internet download manager don't work. I have win7 and win 10. What should I use so it'll let me download? And also plugin for player doesn't work on chrome. but ut does on firefox
please help
-
which kind of stream is it ?
-
it's adobe flash player. I think it has same restrictions as at nakedsword. Also I did something, no idea what and now plugin doesn't work
-
Inspect the page to extract the RTMP URL, then use a tool like rtmpdump or ffmpeg to save the stream.
Keep note that rtmp may be a variant like RTMPS (means over TLS) or RTMPE (Adobe own format for encryption).rtmpdump -r <url>-a path?as=data&av=data&te=data&mp=data&et=data&fmta-token=data -y mp4:URL/filename.mp4 -o <file>.flv
ffmpeg -i <url>-f flv <file>.flv
You may also use VLC
https://msankhala.wordpress.com/2014/10/01/save-flash-player-video-rtmp-streaming-with-vlc-player/Provide credentials @needs.</file></url></file></url>
-
thanks for info