-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2de7091
commit c1efbd4
Showing
13 changed files
with
69 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+20 KB
(120%)
Android/EasyRTMP/app/src/main/jniLibs/armeabi-v7a/libeasyrtmp.so
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<resources> | ||
<string name="app_name">EasyRTMP</string> | ||
<string name="version">1.0</string> | ||
<string name="version">1.1</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ | |
#include "EasyRTMPAPI.h" | ||
#pragma comment(lib,"libeasyrtmp.lib") | ||
|
||
#define RTSPURL "rtsp://admin:[email protected].31.100/11" | ||
#define RTSPURL "rtsp://admin:[email protected].2.100/11" | ||
//#define RTSPURL "rtsp://192.168.1.93:8554/524155" | ||
|
||
//#define SRTMP "rtmp://124.193.154.4/live/stream" | ||
//#define SRTMP "rtmp://w.gslb.lecloud.com/live/201610053000001k699?sign=35b318b30eb40642ba86374780e3e0e7&tm=20161005174352" | ||
#define SRTMP "rtmp://127.0.0.1/live/kimpc" | ||
#define SRTMP "rtmp://121.40.50.44/live/kimpckim" | ||
|
||
#define BUFFER_SIZE 1024*1024 | ||
|
||
|
@@ -197,9 +197,9 @@ int Easy_APICALL __RTSPSourceCallBack( int _chid, void *_chPtr, int _mediatype, | |
|
||
int main() | ||
{ | ||
EasyRTMP_Activate("79397037795969576B5A75412F517459702F51434A65354659584E35556C524E5546395356464E514C6D56345A56634D5671442F7065424859585A7062695A4359574A76633246414D6A41784E6B566863336C4559584A33615735555A5746745A57467A65513D3D"); | ||
EasyRTMP_Activate("79397037795969576B5A7341396F4E597033774A7065354659584E35556C524E5546395356464E514C6D56345A56634D5671442F7065424859585A7062695A4359574A76633246414D6A41784E6B566863336C4559584A33615735555A5746745A57467A65513D3D"); | ||
//创建EasyNVSource | ||
EasyRTSP_Activate("6A59754D6A3469576B5A75412F517459702F51424575354659584E35556C524E5546395356464E514C6D56345A56634D5671442B6B75424859585A7062695A4359574A76633246414D6A41784E6B566863336C4559584A33615735555A5746745A57467A65513D3D"); | ||
EasyRTSP_Activate("6A59754D6A3469576B5A7341396F4E597033774A7065354659584E35556C524E5546395356464E514C6D56345A56634D5671442F7065424859585A7062695A4359574A76633246414D6A41784E6B566863336C4559584A33615735555A5746745A57467A65513D3D"); | ||
EasyRTSP_Init(&fNVSHandle); | ||
if (NULL == fNVSHandle) return 0; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.