Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
RTSP client, RTP unpack, g711 audio player
4.0
This is the matching code in stream media video tutorial (course address http://edu.CSDN.NET/course/detail/2635 ) containing an RTSP client, unpack RTP, G711 decoding, PCM audio player code
machh
2016-08-23
0
1
RTSP client, unpack RTP, G711 audio player
no vote
This is the matching code in stream media video tutorial (course address http://edu.CSDN.NET/course/detail/2635 ) containing an RTSP client, unpack RTP, G711 decoding, PCM audio player code
machh
2016-08-23
1
1
H264_NAL_Decoder
4.0
H264_NAL_Decoder Analytic h264 video stream NAL unit, and RTP package shipping, classic example of VLC playback, and Learning video codec classmates quickly downloads, To use: open directly on the VC6 project and compile. (Need to be aware of is that we should change the IP address on your own. In the h264.h # define DEST_IP "192.168.0.30" # define DEST_PORT 1234 and change these two lines on the line. While w.SDP the file should be changed to a consistent IP and port number, otherwise VLC accepts the data. And m=video c=IN in IP4 192.168.0.30 1234 RTP/AVP 96 two lines. The port number 1234 was in the middle of my set. ) Prior to executing a program, open the w.SDP file using VLC, then execution of the program will be able to see the screen:). Also to note is that VLC1.0 version does not support the open h.264 video files directly, but the 0.97 version supports. Here I test two version 0.97 and 1.03] VLC can receive and play h.264RTP stream.
machh
2016-08-23
0
1
RTP package send H264 videos h264toRtp
2.0
Send H264 video streams example RTP package, written by VC6.0, Learning h264 video, classic example of packages sent, There are tests of the 264 and SDP files, use VLC to send test playback of video, The core code in the following file h264toRtp.h RtpPack.hRtpPack.c Please read these documents carefully. I compile tests pass, once downloaded you can direct the compiler to run
machh
2016-08-23
6
1
Android network communication socket programming
no vote
Android network communication socket programming contains two versions of multi thread and single thread, with PC service program code
machh
2016-08-23
0
1
Package h264 and AAC for Mp4 files
4.0
This is encapsulating the mixed AAC h264 video data and audio data to generate Mp4 file in the source code.  Welcome to download and try. Thank you all for your support!
machh
2016-08-23
0
1
No more~