Post-processing to generate .webm files (headers) More...
Go to the source code of this file.
Functions | |
int | janus_pp_webm_create (char *destination) |
int | janus_pp_webm_preprocess (FILE *file, janus_pp_frame_packet *list) |
int | janus_pp_webm_process (FILE *file, janus_pp_frame_packet *list, int *working) |
void | janus_pp_webm_close (void) |
Post-processing to generate .webm files (headers)
Implementation of the post-processing code (based on FFmpeg) needed to generate .webm files out of VP8 RTP frames.
void janus_pp_webm_close | ( | void | ) |
int janus_pp_webm_create | ( | char * | destination | ) |
int janus_pp_webm_preprocess | ( | FILE * | file, |
janus_pp_frame_packet * | list | ||
) |
int janus_pp_webm_process | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
int * | working | ||
) |