mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-5959 add rtp_mirror_fmtp var
This commit is contained in:
parent
75481f6398
commit
ce690418a1
@ -6293,9 +6293,10 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
|
|||||||
|
|
||||||
if (ov_fmtp) {
|
if (ov_fmtp) {
|
||||||
pass_fmtp = ov_fmtp;
|
pass_fmtp = ov_fmtp;
|
||||||
}// else { // seems to break eyebeam at least...
|
} else if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) {
|
||||||
//pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
|
// seems to break eyebeam at least...
|
||||||
//}
|
pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pass_fmtp) {
|
if (pass_fmtp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user