research/librtmp/srs_ingest_flv.c
research/librtmp/srs_h264_raw_publish.c
research/librtmp/srs_audio_raw_publish.c
int srs_write_packet(int type, u_int32_t timestamp, char* data, int size)
, 其中data为flv tag.int srs_h264_write_raw_frames(srs_rtmp_t rtmp, char* frames, int frames_size, u_int32_t dts, u_int32_t pts);
int srs_audio_write_raw_frame(srs_rtmp_t rtmp, char sound_format, char sound_rate, char sound_size, char sound_type, char* frame, int frame_size, u_int32_t timestamp);