How To Wiki
Register
(→‎Software implementations: get rid of name of this header)
(→‎HenSence: MediaBox's functionality is equivalent to the way iptables works with rtmpsuck under Linux)
 
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:
   
   
:Video is watched using the RTMP protocol using Adobe's own Flash player browser plugin (which used to be Macromedia Shockwave-Flash). This is likely most internet user's encounter with RTMP, whether they are aware of it or not. However, there is other software available that understands Adobe's <b>Real Time Media Protocol</b> ...
+
:Video is watched using the RTMP protocol using Adobe's own Flash player browser plugin (which used to be Macromedia Shockwave-Flash). This is likely most internet users' encounter with RTMP, whether they are aware of it or not. However, there is other software available that understands Adobe's '''Real Time Media Protocol''' ...
   
=== Client software ===
+
== Client software ==
   
See [[wikipedia:Real_Time_Messaging_Protocol#Client_software]]
+
See [[wikipedia:Real Time Messaging Protocol#Client software]]
   
===== rtmpdump package =====
+
=== rtmpdump package ===
   
Packages of the [[wikipedia:Rtmpdump | RTMPdump suite]] of software are available in the major open-source repositories (GNU/Linux distros). These include the front-end apps, "rtmpdump" "rtmpsrv" and "rtmpsuck."
+
Packages of the [[wikipedia:Rtmpdump|RTMPdump suite]] of software are available in the major open-source repositories (GNU/Linux distros). These include the front-end apps, "rtmpdump" "rtmpsrv" and "rtmpsuck."
   
 
For more information on how to use <tt>rtmpsuck</tt>, conduct a web search for: "<code>rtmp<b>suck</b> iptables</code>"
 
For more information on how to use <tt>rtmpsuck</tt>, conduct a web search for: "<code>rtmp<b>suck</b> iptables</code>"
   
  +
The best guide, perhaps is here [http://www.ps3hax.net/2011/08/tutorial-get-rtmpe-links-for-tv-streams/].
===== fork =====
 
   
  +
also: http://PasteBin.com/70CqNDRZ
A fork of RTMPdump, without the code which Adobe claims violates the [[wikipedia:DMCA]] in the USA, has been released as [http://savannah.nongnu.org/projects/flvstreamer/ FLVstreamer]. This was developed as a direct response to Adobe's attempt in 2008 to suppress RTMPdump. FLVstreamer will save to disk ("download") a stream of audio or video content from any RTMP server, provided [[RTMPE]] is not enabled on the stream. It runs on Windows XP and above, but not on earlier versions of Windows.
 
   
  +
====rtmp====
Development of RTMPdump was restarted in October 2009, outside the United States, at the [[MPlayer]] site.<ref>{{cite web | title = Updates:2009-11-01 | url = http://www.mplayerhq.hu/design7/news.html | accessdate = 1 November 2009 }}</ref> The current version features greatly improved functionality, and has been rewritten to take advantage of the benefits of the [[C (programming language)|C programming language]]. In particular, the main functionality was built into a library (librtmp) which can easily be used by other applications. The RTMPdump developers have also written support for librtmp for [[MPlayer]], [[FFmpeg]], [[XBMC]], [[cURL]], [[VLC media player|VLC]] and a number of other open source software projects. Use of librtmp provides these projects with full support of RTMP in all its variants without any additional development effort.
 
   
  +
<tt>rtmp</tt> is an individual app(lication software program) ''within'' the same-named software package/suite. It's is a command, a utility.
[[Gnash]], an open source replacement for the Macromedia Flash Player on the Linux platform, intends to support RTMP streaming for Linux.<ref>{{cite web | url = http://linuxfund.org/projects/gnash/ | title = Linux Funding | accessdate = 1 January 2010 }}</ref>
 
   
  +
from Main/parent article:
Within the United States of America, software which contains measures for circumventing copy-protection code may be in breach of the U.S. Digital Millennium Copyright Act ([[DMCA]]). It is considered that only software which removes encryption from an RTMP stream (i.e. which unencrypts an RTMPE stream) is affected by that Act, and only if that software is used in, or hosted on a server within, the United States. In fact RTMPE is not a copy-protection mechanism, and as such the provisions of the DMCA are not applicable. Adobe is liable for initiating a false action under the Act, but thus far has not been prosecuted for their misuse of the DMCA.{{citation needed|date=October 2011}}
 
  +
  +
There is an open-source software package called rtmpdump, which is actually a suite of several software apps (tools/utilities) including the namesake, as well as rtmpsuck.
  +
  +
:Hint: search for (query:) <tt>rtmpsuck iptables</tt>. ([http://pastebin.com/70CqNDRZ another hint]) Then run [http://speedydeletion.wikia.com/wiki/Rtmpdump Rtmpdump] <small>(executable/program/utility/app/command)</small>.
  +
  +
 
==== fork ====
  +
 
"A fork of RTMPdump, without the code which Adobe claims violates the [[wikipedia:DMCA]] in the USA, has been released as [http://savannah.nongnu.org/projects/flvstreamer/ FLVstreamer]. ... FLVstreamer will save to disk ("download") a stream of audio or video content from any RTMP server, provided [[wikipedia:RTMPE#Encryption]] is not enabled on the stream."
  +
  +
Read more in [http://en.wikipedia.org/w/index.php?title=Real_Time_Messaging_Protocol&oldid=587159088#fork this revision of WikiPedia's english article on RTMP , section "fork"].
  +
  +
===Windows===
  +
  +
In addition to Adobe's FlashPlugin client, there is ...
  +
  +
[http://www.all-streaming-media.com/record-video-stream/record-streaming-video-Adobe-Flash-FLV-videos.htm more Windows software] [http://all-streaming-media.com/record-video-stream/ from all-streaming-media.com]
  +
  +
  +
====HenSence====
  +
  +
HenSence makes free software which I have used.
  +
  +
[http://www.hensence.com/en/mbox/ MediaBox] works in conjunction with Blader.
  +
  +
MediaBox's functionality is equivalent to the way <tt>iptables</tt> works with <tt>rtmpsuck</tt> under Linux.
  +
  +
MediaBox detects the presence of downloadable media (including videos that stream through flash <tt>.swf</tt> animations (Flash video), as well as) RTMP. To detect traffic over the RTMP port, it needs admin (root) (elevated) privileges.
  +
  +
Blader can capture/download/save RTMP video, like <tt>rtmpdump</tt>, which - in fact - it uses code from (base).
  +
  +
"There are two extra tools in MediaBox package. The download tool Blader and the record tool CooREC." [http://www.hensence.com/en/mbox/] I have not used "CooREC", myself. -- [[User:Fleetwoodta|Fleetwoodta]] ([[User talk:Fleetwoodta|talk]]) 02:51, December 23, 2014 (UTC)
  +
  +
[http://systemexplorer.net/file-database/file/mediabox-exe/9018234 about Process "mediabox.exe]
  +
  +
===== [http://www.hensence.com/en/mbox/download.htm Download] =====
  +
* http://www.hensence.com/blader/download/blader.zip.exe
  +
* http://www.hensence.com/mbox/download/MediaBox.1.2.0.353.setup.exe OR http://www.hensence.com/mbox/download/MediaBox.1.2.0.353.zip (both a bit under 2 Megabytes)
  +
  +
==== Stream Transport ====
  +
  +
Stream Transport is windows software that can download videos that stream over RTMP as well as HTTP (usually through a (Shockwave-)Flash animation (<tt>.swf</tt> file)).
  +
  +
[http://www.streamtransport.com/ official website]
  +
  +
[http://download.streamtransport.com/stream-transport/streamtransport_setup.exe download installer] <small>File details: <tt>Last-Modified: Mon, 02 Dec 2013 01:03:02 GMT ; size: 1948859 bytes.</tt></small>
  +
  +
Mirror [http://www.videohelp.com/tools/StreamTransport on VideoHelp.com] [http://www.videohelp.com/download/streamtransport_setup_1101.exe 1.1.0.1 (December 12, 2013)] [http://www.videohelp.com/download/streamtransport_setup_1101.exe setup_1101.exe]
  +
  +
An [http://www.videohelp.com/tools/StreamTransport/old-versions#download older] revision (release) of StreamTransport is a few years old and uses an old version of the Trident layout engine (which is the heart/core of Internet Explorer).
  +
  +
see [http://wiki.archlinux.org/index.php?title=Real_Time_Messaging_Protocol&oldid=289870]
   
 
= See Also =
 
= See Also =
   
[http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol WikiPedia article on RTMP], particularly [http://wiki.archlinux.org/index.php?title=Real_Time_Messaging_Protocol&oldid=289868 this revision] of the article.
+
[http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol WikiPedia article on RTMP], particularly [http://wiki.archlinux.org/index.php?title=Real_Time_Messaging_Protocol&oldid=289868#Software_implementations this revision] of the article.

Latest revision as of 03:00, 23 December 2014


Video is watched using the RTMP protocol using Adobe's own Flash player browser plugin (which used to be Macromedia Shockwave-Flash). This is likely most internet users' encounter with RTMP, whether they are aware of it or not. However, there is other software available that understands Adobe's Real Time Media Protocol ...

Client software

See wikipedia:Real Time Messaging Protocol#Client software

rtmpdump package

Packages of the RTMPdump suite of software are available in the major open-source repositories (GNU/Linux distros). These include the front-end apps, "rtmpdump" "rtmpsrv" and "rtmpsuck."

For more information on how to use rtmpsuck, conduct a web search for: "rtmpsuck iptables"

The best guide, perhaps is here [1].

also: http://PasteBin.com/70CqNDRZ

rtmp

rtmp is an individual app(lication software program) within the same-named software package/suite. It's is a command, a utility.

from Main/parent article:

There is an open-source software package called rtmpdump, which is actually a suite of several software apps (tools/utilities) including the namesake, as well as rtmpsuck.

Hint: search for (query:) rtmpsuck iptables. (another hint) Then run Rtmpdump (executable/program/utility/app/command).


fork

"A fork of RTMPdump, without the code which Adobe claims violates the wikipedia:DMCA in the USA, has been released as FLVstreamer. ... FLVstreamer will save to disk ("download") a stream of audio or video content from any RTMP server, provided wikipedia:RTMPE#Encryption is not enabled on the stream."

Read more in this revision of WikiPedia's english article on RTMP , section "fork".

Windows

In addition to Adobe's FlashPlugin client, there is ...

more Windows software from all-streaming-media.com


HenSence

HenSence makes free software which I have used.

MediaBox works in conjunction with Blader.

MediaBox's functionality is equivalent to the way iptables works with rtmpsuck under Linux.

MediaBox detects the presence of downloadable media (including videos that stream through flash .swf animations (Flash video), as well as) RTMP. To detect traffic over the RTMP port, it needs admin (root) (elevated) privileges.

Blader can capture/download/save RTMP video, like rtmpdump, which - in fact - it uses code from (base).

"There are two extra tools in MediaBox package. The download tool Blader and the record tool CooREC." [2] I have not used "CooREC", myself. -- Fleetwoodta (talk) 02:51, December 23, 2014 (UTC)

about Process "mediabox.exe

Download

Stream Transport

Stream Transport is windows software that can download videos that stream over RTMP as well as HTTP (usually through a (Shockwave-)Flash animation (.swf file)).

official website

download installer File details: Last-Modified: Mon, 02 Dec 2013 01:03:02 GMT ; size: 1948859 bytes.

Mirror on VideoHelp.com 1.1.0.1 (December 12, 2013) setup_1101.exe

An older revision (release) of StreamTransport is a few years old and uses an old version of the Trident layout engine (which is the heart/core of Internet Explorer).

see [3]

See Also

WikiPedia article on RTMP, particularly this revision of the article.