Skip to content

Commit dce129c

Browse files
committed
rtsp: fix video msg path
This fixed RTSP being broken since the commit 9c3fc10 (26th Mar), where the changed path has been fixed in control-socket but not in RTSP.
1 parent 1e4e112 commit dce129c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rtsp/BasicRTSPOnlySubsession.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ constexpr enum module_class path_sender_audio[] = { MODULE_CLASS_AUDIO,
7373
MODULE_CLASS_SENDER,
7474
MODULE_CLASS_NONE };
7575
constexpr enum module_class path_sender_video[] = { MODULE_CLASS_SENDER,
76+
MODULE_CLASS_DATA,
7677
MODULE_CLASS_NONE };
7778

7879
BasicRTSPOnlySubsession::BasicRTSPOnlySubsession(UsageEnvironment& env,

0 commit comments

Comments
 (0)