mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
add rtmp broadcast
This commit is contained in:
parent
160b542a2c
commit
0e4f2327d4
9 changed files with 90 additions and 19 deletions
|
@ -11,6 +11,7 @@ extern void goHandlePipelineBuffer(void *buffer, int bufferLen, int samples, int
|
|||
GstElement *gstreamer_send_create_pipeline(char *pipeline);
|
||||
|
||||
void gstreamer_send_start_pipeline(GstElement *pipeline, int pipelineId);
|
||||
void gstreamer_send_play_pipeline(GstElement *pipeline);
|
||||
void gstreamer_send_stop_pipeline(GstElement *pipeline);
|
||||
void gstreamer_send_start_mainloop(void);
|
||||
void gstreamer_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue