Replies: 3 comments
-
Hello, please post the log with the parameter |
Beta Was this translation helpful? Give feedback.
-
`2021/03/26 08:12:49 [I] [0/0/0] rtsp-simple-server v0.15.1 2021/03/26 08:16:03 [D] [2/1/0] [client XX.XX.XX.XX:51424] [s->c] RTSP/1.0 200 OK 2021/03/26 08:16:03 [D] [2/1/0] [client XX.XX.XX.XX:51424] [c->s] DESCRIBE rtsp://xx.xx.xx.xx:8554/drone RTSP/1.0 2021/03/26 08:16:03 [D] [2/1/0] [client XX.XX.XX.XX:51424] [s->c] RTSP/1.0 200 OK v=0 2021/03/26 08:16:03 [D] [2/1/0] [client XX.XX.XX.XX:51424] [c->s] SETUP rtsp://XX.XX.XX.XX:8554/drone/trackID=1 RTSP/1.0 2021/03/26 08:16:03 [D] [2/1/0] [client XX.XX.XX.XX:51424] [s->c] RTSP/1.0 400 Bad Request 2021/03/26 08:16:03 [I] [2/1/0] [client XX.XX.XX.XX:51424] ERR: wrong interleaved IDs, expected [2 3], got [0 1] 2021/03/26 08:16:09 [D] [2/1/0] [client XX.XX.XX.XX:31505] [s->c] RTSP/1.0 200 OK 2021/03/26 08:16:09 [D] [2/1/0] [client XX.XX.XX.XX:31505] [c->s] DESCRIBE rtsp://XX.XX.XX.XX:8554/drone RTSP/1.0 2021/03/26 08:16:09 [D] [2/1/0] [client XX.XX.XX.XX:31505] [s->c] RTSP/1.0 200 OK v=0 2021/03/26 08:16:09 [D] [2/1/0] [client XX.XX.XX.XX:31505] [c->s] SETUP rtsp://XX.XX.XX.XX:8554/drone/trackID=1 RTSP/1.0 2021/03/26 08:16:09 [D] [2/1/0] [client XX.XX.XX.XX:31505] [s->c] RTSP/1.0 400 Bad Request 2021/03/26 08:16:09 [I] [2/1/0] [client XX.XX.XX.XX:31505] ERR: wrong interleaved IDs, expected [2 3], got [0 1] 2021/03/26 08:16:14 [D] [2/1/0] [client XX.XX.XX.XX:27717] [s->c] RTSP/1.0 200 OK 2021/03/26 08:16:14 [D] [2/1/0] [client XX.XX.XX.XX:27717] [c->s] DESCRIBE rtsp://XX.XX.XX.XX:8554/drone RTSP/1.0 2021/03/26 08:16:14 [D] [2/1/0] [client XX.XX.XX.XX:27717] [s->c] RTSP/1.0 200 OK v=0 2021/03/26 08:16:14 [D] [2/1/0] [client XX.XX.XX.XX:27717] [c->s] SETUP rtsp://XX.XX.XX.XX:8554/drone/trackID=1 RTSP/1.0 2021/03/26 08:16:14 [D] [2/1/0] [client XX.XX.XX.XX:27717] [s->c] RTSP/1.0 400 Bad Request 2021/03/26 08:16:14 [I] [2/1/0] [client XX.XX.XX.XX:27717] ERR: wrong interleaved IDs, expected [2 3], got [0 1] |
Beta Was this translation helpful? Give feedback.
-
The client (RtspClientSharp) is trying to setup the audio track before the video track - i don't know why it is doing this, but it's highly non-standard and depends on the client, not on the server. |
Beta Was this translation helpful? Give feedback.
-
Which version are you using?
v0.15.1
Which operating system are you using?
OS
Describe the issue
Pushing RTMP from DJI Go 4 App (Android) to RTSPSS. RTMP to RTSP. VLC and FFplay work, but other ffmpeg based clients we have do not.
Standard config, no special settings.
Errors are showing like this on RTSPS log:
2021/03/25 18:16:40 [I] [1/0/0] [client XX.XX.XX.XX:18246] connected (RTMP)
2021/03/25 18:16:41 [I] [1/1/0] [client XX.XX.XX.XX:18246] is publishing to path 'drone', 2 tracks
2021/03/25 18:16:50 [I] [2/1/0] [client XX.XX.XX.XX:12296] connected (RTSP/TCP)
2021/03/25 18:16:50 [I] [2/1/0] [client XX.XX.XX.XX:12296] ERR: wrong interleaved IDs, expected [2 3], got [0 1]
2021/03/25 18:16:50 [I] [1/1/0] [client XX.XX.XX.XX:12296] disconnected
Beta Was this translation helpful? Give feedback.
All reactions