You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i used the project and streampack,it used the MsgCtrl when thranslate live streaming。
but i donot want use send method,i want to use srtSocket.getInputStream(null) and srtSocket.getOutputStream(null), I have a lot of confusion and need your help:
I used the live mode by rtmp over srt, whether the MsgCtrl parameter of getInputStream or getOutputStream can be passed empty?
I used the live mode by mpegts over srt, whether each package must accurately transmit the MsgCtrl package information ?
The text was updated successfully, but these errors were encountered:
In a general way, if you have specific question for the usage of SRT, you should refer to SRT documentation. This project is only a wrapper around SRT and does not bring anything else. Moreover, in srtdroid API guide, there is often a link to the SRT function/structure behind.
Hi, i used the project and streampack,it used the MsgCtrl when thranslate live streaming。
but i donot want use send method,i want to use srtSocket.getInputStream(null) and srtSocket.getOutputStream(null), I have a lot of confusion and need your help:
The text was updated successfully, but these errors were encountered: