Replies: 2 comments
-
Hello, when a client is reading or publishing, OPTIONS requests are sent to the server indeed, but the procedure is entirely managed by the library, since:
Why do you need to send OPTIONS requests manually? |
Beta Was this translation helpful? Give feedback.
-
It was for testing shorter keep alive intervals and GET_PARAMETER vs. OPTIONS as keepalives, I think it's safe to close this issue since the underlying problem I was debugging turned out to be downstream of rtsp-simple-server/gortsplib, sorry for the noise. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If sending an OPTIONS request while the state is currently playing, it fails with:
This seems to contradict both https://datatracker.ietf.org/doc/html/rfc7826#section-13.1 and https://datatracker.ietf.org/doc/html/rfc2326#section-10.1 which both state:
Beta Was this translation helpful? Give feedback.
All reactions