mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: enable all RTSP audio-only tests
parent
9f68247dc5
commit
ea335e0715
|
|
@ -4016,8 +4016,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("RTSP ingress AAC")
|
@DisplayName("RTSP ingress AAC")
|
||||||
@Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the
|
|
||||||
// RTSP server
|
|
||||||
void rtspIngressAACTest() throws Exception {
|
void rtspIngressAACTest() throws Exception {
|
||||||
log.info("RTSP ingress AAC");
|
log.info("RTSP ingress AAC");
|
||||||
String rtspUri = startRtspServer(null, "AAC");
|
String rtspUri = startRtspServer(null, "AAC");
|
||||||
|
|
@ -4026,8 +4024,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("RTSP ingress MP3")
|
@DisplayName("RTSP ingress MP3")
|
||||||
@Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the
|
|
||||||
// RTSP server
|
|
||||||
void rtspIngressMP3Test() throws Exception {
|
void rtspIngressMP3Test() throws Exception {
|
||||||
log.info("RTSP ingress MP3");
|
log.info("RTSP ingress MP3");
|
||||||
String rtspUri = startRtspServer(null, "MP3");
|
String rtspUri = startRtspServer(null, "MP3");
|
||||||
|
|
@ -4036,8 +4032,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("RTSP ingress OPUS")
|
@DisplayName("RTSP ingress OPUS")
|
||||||
@Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the
|
|
||||||
// RTSP server
|
|
||||||
void rtspIngressOPUSTest() throws Exception {
|
void rtspIngressOPUSTest() throws Exception {
|
||||||
log.info("RTSP ingress OPUS");
|
log.info("RTSP ingress OPUS");
|
||||||
String rtspUri = startRtspServer(null, "OPUS");
|
String rtspUri = startRtspServer(null, "OPUS");
|
||||||
|
|
@ -4046,8 +4040,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("RTSP ingress G711")
|
@DisplayName("RTSP ingress G711")
|
||||||
@Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the
|
|
||||||
// RTSP server
|
|
||||||
void rtspIngressG711Test() throws Exception {
|
void rtspIngressG711Test() throws Exception {
|
||||||
log.info("RTSP ingress G711");
|
log.info("RTSP ingress G711");
|
||||||
String rtspUri = startRtspServer(null, "G711");
|
String rtspUri = startRtspServer(null, "G711");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue