-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
invalid sdp syntax b=TIAS:1000 on RTSP stream #948
Comments
Hello, what's the name of the client you're using to make the ANNOUNCE request? |
Anyway, if TIAS is standardized, it will be supported. |
@aler9 so it's a mobile app where we coded the request in. we have a class that sends the ANNOUCE request. Not sure if that answers you question. I can try to collect more info next week if you need more information. |
i've been trying to track down the error, seems like it's coming from https://github.com/pion/sdp/blob/b42baf9f9c1399a1e642c7cc3522a43862673ba4/unmarshal.go#L565 but I'm not certain. |
added in v0.18.5. |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.18.4
Which operating system are you using?
Describe the issue
The announce request is sending a param in SDP
and getting
according to the specification, https://datatracker.ietf.org/doc/html/rfc3890#section-6.2,
b=TIAS:<number>
should be valid.Describe how to replicate the issue
Note: we have a legacy app that streams to port 1935 via RTSP, so we had to override the default
Did you attach the server logs?
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: