SECTION_(Click Here!)
-
How to implement to PAUSE and PLAY via the RTSP protocol.Media_Dev 2012. 2. 7. 20:55
http://www.ietf.org/rfc/rfc2326.txt 10.5 PLAY The PLAY method tells the server to start sending data via the mechanism specified in SETUP. A client MUST NOT issue a PLAY request until any outstanding SETUP requests have been acknowledged as successful. The PLAY request positions the normal play time to the beginning of the range specified and delivers stream data until the end of the range is re..
-
For example about a Thread-Safe InterfaceWhatAGreatTutorial! 2012. 1. 26. 15:13
The Thread-Safe Interface design pattern minimizes locking overhead and ensures that intra-component method calls do not incur 'self-deadlock' by trying to reacquire a lock that is held by the component already. Implementation The Thread-Safe Interface pattern can be implemented using two activities: 1. Determine the interface and corresponding implementation methods. The interface methods defin..
-
RTSP,OPTION, how to get information base time second from RTSP.Media_Dev 2012. 1. 12. 14:49
After Descirbe , you can get the SDP. then you can see the :range:npt = 0- , that is live. - OPTION rule in RTSP 1. How to use that what kind of Rtsp mathod. ex ) C to S OPTION S to C You can use these methods as like PLAY , PAUSE, DESCIBE 2. Is you live as frequntly. How to play RTP with base Time. - Rtp time stemp - base time = how much spended to time. - RTP time stamp - base time (after reci..