Fork me on GitHub
Functions

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

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

Go to the source code of this file.

Functions

int janus_pp_h264_create (char *destination, char *metadata, gboolean faststart)
 
int janus_pp_h264_preprocess (FILE *file, janus_pp_frame_packet *list)
 
int janus_pp_h264_process (FILE *file, janus_pp_frame_packet *list, int *working)
 
void janus_pp_h264_close (void)
 

Detailed Description

Post-processing to generate .mp4 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 .mp4 files out of H.264 RTP frames.

Recordings post-processing utility

Function Documentation

void janus_pp_h264_close ( void  )
int janus_pp_h264_create ( char *  destination,
char *  metadata,
gboolean  faststart 
)
int janus_pp_h264_preprocess ( FILE *  file,
janus_pp_frame_packet list 
)
int janus_pp_h264_process ( FILE *  file,
janus_pp_frame_packet list,
int *  working 
)