Skip to content

Commit

Permalink
demux: live555: allow to use rtsps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 21, 2024
1 parent e8e27aa commit 5e2ae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/access/live555.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ vlc_module_begin ()

add_submodule ()
set_description( N_("RTSP/RTP access and demux") )
add_shortcut( "rtsp", "pnm", "live", "livedotcom" )
add_shortcut( "rtsp", "rtsps", "pnm", "live", "livedotcom" )
set_capability( "access", 300 )
set_callbacks( Open, Close )
add_bool( "rtsp-tcp", false,
Expand Down

0 comments on commit 5e2ae47

Please sign in to comment.