Swedish På svenska, tack

streamCapture (Free GPL license)
A program to save streaming video to your computer.

Want to save video on your computer to view whenever you want?

The program works with Linux, Windows and MacOS X. The program is written in C++ and uses Qt4 graphic library. There is a setup program for Windows, Slackware and for Debian (Ubuntu).

Tested on Windows XP and Windows 7
and Slackware 13.37 (32 and 64 bit) and on Ubuntu 12.04 (32 and 64 bit), Ubuntu 11.04 (32 and 64 bit)

streamCapture is designed to work primarily on http://svtplay.se/ and http://urplay.se/

streamCapture using RTMPDump to download.
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, including RTMP://, RTMPT://, RTMPE://, RTMPTE://, and RTMPS://.

It works on many sites that use RTMP streams.

streamCapture does not work on youtube.

streamCapture using RTMPDump to download media files.
RTMPDump is licensed under GPL version 2.
Copyright © 2009 Andrej Stepanchuk
Copyright © 2010-2011 Howard Chu
RTMPDumps website

Picture of the program
This is how it looks when the program is looking for media streams.


Picture of the help program
Help with menu options.

More Screenshots

The program can handle four languages

Brazil
Brazilian

British
English

German
German

Swedish
Swedish

Many thanks to the translators, York Rieger for the German translation and Igor Rückert for the Brazilian Portuguese translation.


Bild på adressfältet
You paste the URL your browser is using.
NOTE: movie will be shown when you paste.


Search
Just press Search.


Välj videostream
Select the stream you want to download and click Download.


rtmpdump
After selecting the location to save the file, RTMPDump starts.


Välj kvalite
There is often media file in several versions. A higher letter in the end usually means higher quality (and larger file size). In this case we can choose "c", "d" or "e".



Check out easily for updates

The program can check for updates. You must be connected to the Internet for it to work.

To play the file

I recommend VLC media player

License

Copyright © 2011 - 2012 Ingemar Ceicer <programmering1 ( at ) ceicer (dot) org>.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

GNU General Public License version 2.0


Latest version

 
Windows install-0.2.7.exe (5.4 MB)
MD5: 2fd2ebf0f678661dd9edfe5cbb5107a6
Slackware 64-bit streamcapture-0.2.7-i686_64_slack_13.37-ic1.txz (77 kB)
MD5: 55c2aa0328a83c6d4e7fc47f97d1150a
Slackware 32-bit streamcapture-0.2.7-i686_slack_13.37-ic1.txz (77 kB)
MD5: 35659bb4df151db2afb201a29a5236db
Debian (Ubuntu) 64-bit Qt v. 4.8.1 (Testad on Ubuntu 12.04) streamcapture-0.2.7-1_amd64.deb (100 kB)
MD5: bf213cb54a058d635b6d3c571308e708
Debian (Ubuntu) 32-bit Qt v. 4.8.1 (Testad on Ubuntu 12.04) streamcapture-0.2.7-1_i386.deb (100 kB)
MD5: 33cec9ae755cb0ef877c796a5b0e2338
Debian (Ubuntu) 64-bit Qt v. 4.7.2 (Testad on Ubuntu 11.04) streamcapture-0.2.7-1_amd64.deb (100 kB)
MD5: 2683340c69ba53e6dd8e8d860dd081f5
Debian (Ubuntu) 32-bit Qt v. 4.7.2 (Testad on Ubuntu 11.04) streamcapture-0.2.7-1_i386.deb (100 kB)
MD5: 789d015b490871f198ca147f5a5ecd6f
Source code streamcapture-windows-0.2.7-source.zip (71 KB)
MD5: 73089313f5811f4b57822cf2456cd0c3
Source code streamcapture-linux-0.2.7-source.tar.gz (59 KB)
MD5: a77c105033f97148eb74f08d134504ec

Alternative download: Storegate beta, extra and old versions. (Ceicer IT)


When you upgrade from a previous version:

In Windows version, you can install a new version directly, the installer will uninstall the old version before installing the new. Slackware users are running upgradepkg as usual. Ubuntu Users uninstall the old version first. (See below.)

Installation instructions

Windows

RTMPDump is included in the installation. You just need to install the streamCapture.



Slackware

It is necessary to install RTMPDump Slackware packages can be downloaded from slackbuilds.org


RTMPDump buildscript and source

rtmpdump-2.3-slackbuild.tar.gz (90 kB)


RTMPDump Installation Package (64-bit)

rtmpdump-2.3-x86_64-1_SBo.tgz (125 kB)


RTMPDump Installation Package (32-bit)

rtmpdump-2.3-i486-1_SBo.tgz (125 kB)



Debian (Ubuntu) tested on Ubuntu LTS 12.04 (32 and 64 bit)

It is necessary to install several programs to make it work. Run these commands:
sudo apt-get -f install libqt4-core libqt4-gui libqt4-network
sudo apt-get install rtmpdump
sudo apt-get install konsole
To install: (If you are in the same folder as streamcapture-x.x.x-x_amd64.deb)
sudo dpkg -i streamcapture-x.x.x-x_amd64.deb
To uninstall:
sudo dpkg -r streamcapture
You may also use the "Ubuntu Software Center" or similar graphic Install Manager.

If no program icons appear, you may need to run:
gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons true
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true

Seems to apply to Gnome Classic


streamCapture Translation Help needed!

It is very easy for everyone to translate streamCapture! You download the language files (English), and translate the string between <source> and </source>. Enter the translation between <translation> and </translation>. It becomes even easier if you use Qt Linguist, you will find a link to the program below.
Please send the new language file to
Synpunkter och buggrapporter
Thanks for your help!

  <message>
        <location filename="mainwindow.cpp" line="128"/>
        <source>Copy (do not rename)</source>
        <translation>Kopiera (ej nytt namn)</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="130"/>
        <source>Copy to...</source>
        <translation>Kopiera till...</translation>
    </message>

Download:

Translation file | program's help file: text format Word format | Qt Linguist



PHP script

I have done a script to find RTMP streams.



UPDATES

2012-05-18
Version: 0.2.7
1st RTMPDump updated to version 2.4 (Windows).
2nd Installation packages for Debian (Ubuntu).
3rd Automatic restart after changing language.

2012-02-05
Version: 0.2.6
1st Full Brazilian Portuguese translation.

2012-01-24
Version: 0.2.5
1st Better ability to find the SWF player.
2nd Bug fix for direct download of the video stream.

2012-01-21
Version: 0.2.4
1st Full German translation.

2012-01-14
Version: 0.2.3
1st Support for locale files.
2nd Ability to paste the URL of a video stream.
3rd Copy the address of the media streams with right click.
4th Removed the ability to save links to downloaded video streams.

2011-10-20
Version: 0.1.1
1st Support for Brazilian Portuguese.

2011-10-19
Version: 0.1.0
1st Able to download movies from more websites.

2011-08-20
Version: 0.0.10
1st Can handle file names and paths that contain spaces.

2011-05-27
Version: 0.0.9
1st The program speaks German.
    Translation made by York Rieger.

2011-05-20
Version: 0.0.8
1st Bug fixing of import and export functions.
2nd Ability to detailed output from RTMPDump.
3rd Improved user experience.

2011-05-12
Version: 0.0.7
1st Slackwareversionen open a konsole and displays information
    from rtmpDUMP. (Just as the Windows version.)
2nd Minor improvements.

2011-04-09
Version: 0.0.6
1st Bug Correction of Export and Import functions.

2011-04-08
Version: 0.0.5
1st Exports and imports of the download charts. You send
    List of email, the recipient can download with a few button-
    presses.
2nd Ability to select the number of saved downloads.
3rd Minor bug fixes and improvements.

2011-03-29
Version: 0.0.4
1st Swedish-speaking and English-speaking
2nd A check is made when the program starts to
    RTMPDump is installed. (Does Slackware
    versions.)

Welcome with views and bug reports to
Views and bug reports


Reviews and Mentions

streamCapture antivirus scan report at softoxi.com

filecluster

filecluster

digital-digest

downloadtyphoon

softpedia

heise

videohelp

videohelp

videohelp

videohelp

streamCapture, Download bei heise


Always check the hash sum if you download my software from a website I do not control. Then you know that the program is genuine.