You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexander Ryzhov edited this page Dec 8, 2015
·
4 revisions
Introduction
You can grab RTMP video streams even if you favorite browser plugin can't do that.
Requirements
RTMP streams can be intercepted on a routers only, where it passed from Internet to some local client, so there is no sense to try it on NAS or other device.
Installation
opkg install rtmpdump
Using rtmpdump
I'm successfully grabbed video from some page (endocrinology lecture), where RTMP stream was used as seen on this part of HTML code:
Run rtmpsrv from the folder you want to save a video:
rtmpsrv
and start video playback from web browser. You'll not see any video in web browser because it will be intercepted by router, but you'll see how rtmpsrv will start rtmpdump from console. Don't close it while grabbing in progress. Please, be patient, it may take a long time to finish.