mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7503 FS-7514: A bunch of stuff:
Get filehandles working with video in some cases (if using vlc://): mod_conference for play and record video (will record the canvas in mix mode or floor holder in non-mix mode) regular playback app should be able to play vlc streams Add no-minimize-encoding member flag so particilar memebers can opt out of that setting and still get their own encoded stream (for bw related needs) TODO: mod_vlc is a mess. Find a way to merge video_context and file_context. They are very similar and they are intertwined and messy. Find out why vlc creates messed up mp4 files that don't play everywhere Get VLC so it can record aac, mp4x webm
This commit is contained in:
committed by
Michael Jerris
parent
19d87c46fd
commit
a63dab7a4a
@@ -325,6 +325,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_read_lock_unlock(switch_core_s
|
||||
SWITCH_DECLARE(void) switch_core_session_stop_media(switch_core_session_t *session);
|
||||
SWITCH_DECLARE(switch_media_flow_t) switch_core_session_media_flow(switch_core_session_t *session, switch_media_type_t type);
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_media_get_vid_params(switch_core_session_t *session, switch_vid_params_t *vid_params);
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_media_set_video_file(switch_core_session_t *session, switch_file_handle_t *fh);
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user