Changeset 77
- Timestamp:
- 08/16/10 22:09:59 (18 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
builders/androidapplestreaming/src/com/rtmpd/CommandsInterface.java (modified) (1 diff)
-
builders/netbeans/osx/thelib/nbproject/Makefile-Debug.mk (modified) (2 diffs)
-
builders/netbeans/osx/thelib/nbproject/Makefile-Release.mk (modified) (2 diffs)
-
builders/netbeans/osx/thelib/nbproject/configurations.xml (modified) (1 diff)
-
sources/androidapplestreaming/src/jniwrapper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/builders/androidapplestreaming/src/com/rtmpd/CommandsInterface.java
r75 r77 35 35 public native HashMap<Object, Object> ContextCloseAll(); 36 36 37 public native HashMap<Object, Object> CommandPlay (int contextId, String connectingString);37 public native HashMap<Object, Object> CommandPlayCondensed(int contextId, String connectingString); 38 38 39 39 public native HashMap<Object, Object> CommandPlay(int contextId, String m3u8Uri, String httpSessionId, String keyPassword); -
trunk/builders/netbeans/osx/thelib/nbproject/Makefile-Debug.mk
r56 r77 169 169 ${OBJECTDIR}/_ext/1210522057/boxatom.o \ 170 170 ${OBJECTDIR}/_ext/1124577818/inbounddnsresolverprotocol.o \ 171 ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o \172 171 ${OBJECTDIR}/_ext/1210522057/atomstsd.o \ 173 172 ${OBJECTDIR}/_ext/517913122/streamdescriptors.o \ … … 891 890 $(COMPILE.cc) -g -DOSX -DNET_KQUEUE -DLITTLE_ENDIAN_BYTE_ALIGNED -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_VAR -DHAS_PROTOCOL_LIVEFLV -DHAS_MEDIA_MP4 -DHAS_MEDIA_MP3 -DHAS_MEDIA_FLV -I/opt/local/include -I../../../../sources/common/include -I../../../../sources/thelib/include -fPIC -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1124577818/inbounddnsresolverprotocol.o ../../../../sources/thelib/src/protocols/dns/inbounddnsresolverprotocol.cpp 892 891 893 ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o: ../../../../sources/thelib/src/thelibglobalcontext.cpp894 ${MKDIR} -p ${OBJECTDIR}/_ext/794466240895 ${RM} $@.d896 $(COMPILE.cc) -g -DOSX -DNET_KQUEUE -DLITTLE_ENDIAN_BYTE_ALIGNED -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_VAR -DHAS_PROTOCOL_LIVEFLV -DHAS_MEDIA_MP4 -DHAS_MEDIA_MP3 -DHAS_MEDIA_FLV -I/opt/local/include -I../../../../sources/common/include -I../../../../sources/thelib/include -fPIC -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o ../../../../sources/thelib/src/thelibglobalcontext.cpp897 898 892 ${OBJECTDIR}/_ext/1210522057/atomstsd.o: ../../../../sources/thelib/src/mediaformats/mp4/atomstsd.cpp 899 893 ${MKDIR} -p ${OBJECTDIR}/_ext/1210522057 -
trunk/builders/netbeans/osx/thelib/nbproject/Makefile-Release.mk
r56 r77 169 169 ${OBJECTDIR}/_ext/1210522057/boxatom.o \ 170 170 ${OBJECTDIR}/_ext/1124577818/inbounddnsresolverprotocol.o \ 171 ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o \172 171 ${OBJECTDIR}/_ext/1210522057/atomstsd.o \ 173 172 ${OBJECTDIR}/_ext/517913122/streamdescriptors.o \ … … 891 890 $(COMPILE.cc) -O2 -DOSX -DNET_KQUEUE -DLITTLE_ENDIAN_BYTE_ALIGNED -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_VAR -DHAS_PROTOCOL_LIVEFLV -DHAS_MEDIA_MP4 -DHAS_MEDIA_MP3 -DHAS_MEDIA_FLV -I/opt/local/include -I../../../../sources/common/include -I../../../../sources/thelib/include -fPIC -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1124577818/inbounddnsresolverprotocol.o ../../../../sources/thelib/src/protocols/dns/inbounddnsresolverprotocol.cpp 892 891 893 ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o: ../../../../sources/thelib/src/thelibglobalcontext.cpp894 ${MKDIR} -p ${OBJECTDIR}/_ext/794466240895 ${RM} $@.d896 $(COMPILE.cc) -O2 -DOSX -DNET_KQUEUE -DLITTLE_ENDIAN_BYTE_ALIGNED -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_VAR -DHAS_PROTOCOL_LIVEFLV -DHAS_MEDIA_MP4 -DHAS_MEDIA_MP3 -DHAS_MEDIA_FLV -I/opt/local/include -I../../../../sources/common/include -I../../../../sources/thelib/include -fPIC -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/794466240/thelibglobalcontext.o ../../../../sources/thelib/src/thelibglobalcontext.cpp897 898 892 ${OBJECTDIR}/_ext/1210522057/atomstsd.o: ../../../../sources/thelib/src/mediaformats/mp4/atomstsd.cpp 899 893 ${MKDIR} -p ${OBJECTDIR}/_ext/1210522057 -
trunk/builders/netbeans/osx/thelib/nbproject/configurations.xml
r56 r77 453 453 <itemPath>../../../../sources/thelib/src/streaming/streamsmanager.cpp</itemPath> 454 454 </logicalFolder> 455 <itemPath>../../../../sources/thelib/src/thelibglobalcontext.cpp</itemPath>456 455 </logicalFolder> 457 456 <logicalFolder name="ExternalFiles" -
trunk/sources/androidapplestreaming/src/jniwrapper.cpp
r76 r77 56 56 } 57 57 58 extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlay (58 extern "C" jobject Java_com_rtmpd_CommandsInterface_CommandPlayCondensed( 59 59 JNIEnv* pEnv, jobject thiz, jint contextId, jstring connectingString) { 60 60 Variant result = CommandPlay(
Note: See TracChangeset
for help on using the changeset viewer.
