pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content-Base missing rtsp:// prefix

cleancoderob opened this issue · comments

I'm trying to get MediaMtx working with the RTSP-Server. Seems MediaMtx is rather strict with the Content-Base attribute of the SDP, and it is rejecting the connection with the RTSP-Server because there is no rtsp:// prefix.

Details are provided here: bluenviron/mediamtx#825

Closing as solved in #109