Fork me on GitHub
Loading...
Searching...
No Matches
Functions

Post-processing to generate .webm files (headers) More...

#include <stdio.h>
#include <jansson.h>
#include "pp-rtp.h"
Include dependency graph for pp-webm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char ** janus_pp_webm_get_extensions (void)
 
int janus_pp_webm_create (char *destination, char *metadata, gboolean vp8, const char *extension)
 
int janus_pp_webm_preprocess (FILE *file, janus_pp_frame_packet *list, gboolean vp8, json_t *info)
 
int janus_pp_webm_process (FILE *file, janus_pp_frame_packet *list, gboolean vp8, int *working)
 
void janus_pp_webm_close (void)
 

Detailed Description

Post-processing to generate .webm files (headers)

Author
Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om

Implementation of the post-processing code (based on FFmpeg) needed to generate .webm files out of VP8/VP9 RTP frames.

Recordings post-processing utility

Function Documentation

◆ janus_pp_webm_close()

void janus_pp_webm_close ( void  )

◆ janus_pp_webm_create()

int janus_pp_webm_create ( char *  destination,
char *  metadata,
gboolean  vp8,
const char *  extension 
)

◆ janus_pp_webm_get_extensions()

const char ** janus_pp_webm_get_extensions ( void  )

◆ janus_pp_webm_preprocess()

int janus_pp_webm_preprocess ( FILE *  file,
janus_pp_frame_packet list,
gboolean  vp8,
json_t info 
)

◆ janus_pp_webm_process()

int janus_pp_webm_process ( FILE *  file,
janus_pp_frame_packet list,
gboolean  vp8,
int *  working 
)