648540858
2024-05-28 c69b64c756770067c8c89d1f2f2fb80d4a88031f
src/main/java/com/genersoft/iot/vmp/media/service/IMediaServerService.java
@@ -76,6 +76,8 @@
    boolean stopSendRtp(MediaServer mediaInfo, String app, String stream, String ssrc);
    boolean initStopSendRtp(MediaServer mediaInfo, String app, String stream, String ssrc);
    boolean deleteRecordDirectory(MediaServer mediaServerItem, String app, String stream, String date, String fileName);
    List<StreamInfo> getMediaList(MediaServer mediaInfo, String app, String stream, String callId);
@@ -141,5 +143,12 @@
    void startSendRtpPassive(MediaServer mediaServer, ParentPlatform platform, SendRtpItem sendRtpItem, Integer timeout);
    void startSendRtpStream(MediaServer mediaServer, ParentPlatform platform, SendRtpItem sendRtpItem);
    void startSendRtp(MediaServer mediaServer, ParentPlatform platform, SendRtpItem sendRtpItem);
    SendRtpItem createSendRtpItem(MediaServer mediaServerItem, String addressStr, int port, String ssrc, String requesterId, String deviceId, String channelId, boolean mediaTransmissionTCP, boolean rtcp);
    SendRtpItem createSendRtpItem(MediaServer serverItem, String ip, int port, String ssrc, String platformId,
                                  String app, String stream, String channelId, boolean tcp, boolean rtcp);
    MediaServer getMediaServerByAppAndStream(String app, String stream);
}