Skip to content
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

Add Support for RTSP attributes (a=contorl, a=range) #173

Open
mateuszkj opened this issue Aug 26, 2019 · 3 comments · May be fixed by #174
Open

Add Support for RTSP attributes (a=contorl, a=range) #173

mateuszkj opened this issue Aug 26, 2019 · 3 comments · May be fixed by #174

Comments

@mateuszkj
Copy link

https://tools.ietf.org/html/rfc7826#section-22.15

@mateuszkj mateuszkj linked a pull request Aug 26, 2019 that will close this issue
@na-g
Copy link
Collaborator

na-g commented Sep 4, 2019

@mateuszkj thanks for the patch! Could you comment on your use case for this library to give us some context for the patch?

@mateuszkj
Copy link
Author

mateuszkj commented Sep 18, 2019

@na-g I had to write RTSP proxy with audio permissions. User without audio permission would receive SDP without audio codec (so VLC will play only video without audio).

I parsing SDP and then formatting (with or without audio codec), but original webrtc-sdp would drop attributes a=control and a=range witch are required by RTSP.

In Summary, my patch prevents webrtc-sdp from dropping these attributes while paring/formatting and also I can access value of these attributes.

@xuguangyuansh
Copy link

Our library supports rtsp to fetch the stream, and then transfer it to webrtc for playback, right? Didn't see how to configure it? I use it for security/surveillance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants