Skip to content
This repository was archived by the owner on Aug 8, 2021. It is now read-only.

Commit 8f904c3

Browse files
committed
Add repo readme.markdown.
1 parent 63ba059 commit 8f904c3

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

README.markdown

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
ShiftMediaProject RTMPDump
2+
=============
3+
[![Build status](https://ci.appveyor.com/api/projects/status/duiaf1v9whr4y8q0?svg=true)](https://ci.appveyor.com/project/Sibras/rtmpdump)
4+
[![Github All Releases](https://img.shields.io/github/downloads/ShiftMediaProject/rtmpdump/total.svg)](https://github.com/ShiftMediaProject/rtmpdump/releases)
5+
[![GitHub release](https://img.shields.io/github/release/ShiftMediaProject/rtmpdump.svg)](https://github.com/ShiftMediaProject/rtmpdump/releases/latest)
6+
[![GitHub issues](https://img.shields.io/github/issues/ShiftMediaProject/rtmpdump.svg)](https://github.com/ShiftMediaProject/rtmpdump/issues)
7+
[![license](https://img.shields.io/github/license/ShiftMediaProject/rtmpdump.svg)](https://github.com/ShiftMediaProject/rtmpdump)
8+
[![donate](https://img.shields.io/badge/donate-link-brightgreen.svg)](https://shiftmediaproject.github.io/8-donate/)
9+
## ShiftMediaProject
10+
11+
Shift Media Project aims to provide native Windows development libraries for rtmpdump and associated dependencies to support simpler creation and debugging of rich media content directly within Visual Studio. [https://shiftmediaproject.github.io/](https://shiftmediaproject.github.io/)
12+
13+
## RTMPDump
14+
15+
A toolkit for RTMP streams. [https://rtmpdump.mplayerhq.hu/](https://rtmpdump.mplayerhq.hu/)
16+
17+
## Downloads
18+
19+
Development libraries are available from the [releases](https://github.com/ShiftMediaProject/rtmpdump/releases) page. These libraries are available for each supported Visual Studio version (2013, 2015 or 2017) with a different download for each version. Each download contains both static and dynamic libraries to choose from in both 32bit and 64bit versions.
20+
21+
## Code
22+
23+
This repository contains code from the corresponding upstream project with additional modifications to allow it to be compiled with Visual Studio. New custom Visual Studio projects are provided within the 'SMP' sub-directory. Refer to the 'readme' contained within the 'SMP' directory for further details.
24+
25+
## Issues
26+
27+
Any issues related to the ShiftMediaProject specific changes should be sent to the [issues](https://github.com/ShiftMediaProject/rtmpdump/issues) page for the repository. Any issues related to the upstream project should be sent upstream directly (see the issues information of the upstream repository for more details).
28+
29+
## License
30+
31+
ShiftMediaProject original code is released under [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html). All code from the upstream repository remains under its original license (see the license information of the upstream repository for more details).
32+
33+
## Copyright
34+
35+
As this repository includes code from upstream project(s) it includes many copyright owners. ShiftMediaProject makes NO claim of copyright on any upstream code. However, all original ShiftMediaProject authored code is copyright ShiftMediaProject. For a complete copyright list please checkout the source code to examine license headers. Unless expressly stated otherwise all code submitted to the ShiftMediaProject project (in any form) is licensed under [GPLv2](https://www.gnu.org/licenses/gpl-2.0.html) and copyright is donated to ShiftMediaProject. If you submit code that is not your own work it is your responsibility to place a header stating the copyright.
36+
37+
## Contributing
38+
39+
Patches related to the ShiftMediaProject specific changes should be sent as pull requests to the main repository. Any changes related to the upstream project should be sent upstream directly (see the contributing information of the upstream repository for more details).

SMP/readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
This is a small list of steps in order to build rtmpdump into a msvc DLL and lib file.
3+
4+
The project contains Release and Debug builds for static lib files (Debug/Release)
5+
as well as dynamic shared dll files (DebugDLL/ReleaseDLL).
6+
Choose whichever project configuration meets your requirements.

0 commit comments

Comments
 (0)