We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i used this library but when i start video come error connection lost (java.net.socketexception) , and response give 401 Unauthorization,
URL: rtsp://139.59.33.206:1937/mystream/live
following line was request sent: SETUP rtsp://139.59.33.206:1937/mystream/live/trackID=0 RTSP/1.0 Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;mode=receive CSeq: 3 Content-Length: 0 Session: 2 Authorization: Digest username="i2ilive",realm="Nimble/3.2.8-2",nonce="Kp2NDMWyztggH7CMlQkwH8bKg5P6d0ZO",uri="rtsp://139.59.33.206:1937/mystream/live",response="2eadba8f27e7e689cee7e0c415f23566"
any solution?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i used this library but when i start video come error connection lost (java.net.socketexception) ,
and response give 401 Unauthorization,
URL: rtsp://139.59.33.206:1937/mystream/live
following line was request sent:
SETUP rtsp://139.59.33.206:1937/mystream/live/trackID=0 RTSP/1.0
Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;mode=receive
CSeq: 3
Content-Length: 0
Session: 2
Authorization: Digest username="i2ilive",realm="Nimble/3.2.8-2",nonce="Kp2NDMWyztggH7CMlQkwH8bKg5P6d0ZO",uri="rtsp://139.59.33.206:1937/mystream/live",response="2eadba8f27e7e689cee7e0c415f23566"
any solution?
The text was updated successfully, but these errors were encountered: