Send Files #3070
Labels
[apps]
Area: Test applications related improvements
Type: Question
Questions or things that require clarification
Milestone
hello
I am trying to send a .txt or .jpg file using the srt-file-transmit program.
I activate the receiver with the following command:
./srt-live-transmit "srt://myip:8081?mode=listener" file://con
And I run the sender with the following command:
./srt-file-transmit /home/selog.txt "srt://myip:8081"
But I get the following error on the receiver side:
Media path: 'srt://myip:8081?mode=listener' --> 'file://con'
17:08:15.089263/SRT:RcvQ:w1E:SRT.cn: @93900804: HSREQ/rcv: Agent uses MESSAGE API, but the Peer declares STREAM API. Not compatible transmission type, rejecting.
17:08:15.089439/SRT:RcvQ:w1E:SRT.cn: @93900804: interpretSrtHandshake: process HSREQ returned unexpected value 0
17:08:15.089495/SRT:RcvQ:w1!W:SRT.cn: @93900804:newConnection: connection rejected due to: INTERNAL REJECTION - ERROR:MESSAGEAPI
17:08:15.089576/SRT:RcvQ:w1!W:SRT.cn: processConnectRequest: rsp(REJECT): 1012 - MessageAPI/StreamAPI collision
And the transmitter is disconnected.
If it is possible to send the file with srt, please help me to do this.
The text was updated successfully, but these errors were encountered: