bluenviron / gortsplib

RTSP 1.0 client and server library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for RTSP over HTTP

sirzooro opened this issue · comments

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.

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.

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.