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

Support for RTSP over HTTP #433

Open
sirzooro opened this issue Sep 25, 2023 · 3 comments
Open

Support for RTSP over HTTP #433

sirzooro opened this issue Sep 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@sirzooro
Copy link

Please add support for RTSP over HTTP. Specification: https://opensource.apple.com/source/QuickTimeStreamingServer/QuickTimeStreamingServer-412.42/Documentation/RTSP_Over_HTTP.pdf

@aler9
Copy link
Member

aler9 commented Sep 25, 2023

Although i don't like RTSP over HTTP, since it's a useless overhead and there are better ways to stream RTSP to a browser (take a look at MediaMTX, that automatically converts RTSP to WebRTC and HLS), we will add support for it since it's mandatory in order to be compliant to ONVIF profiles S and T.

@aler9 aler9 added the enhancement New feature or request label Sep 25, 2023
@sirzooro
Copy link
Author

Thanks. Please keep in mind that ONVIF also has specification for RTSP over WebSocket, so some abstraction layer for tunneled RTSP connection would be a nice thing to have so RTSP over WS (or any other RTSP tunnel) could be easier added when needed.

@cedricve
Copy link
Contributor

Interesting! I was wondering where to find an implementation of WebRTC for gortsplib. I have one that is based on webrtc/pion, but cannot get it working for this library.

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

No branches or pull requests

3 participants