mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 12:40:31 +00:00
rtsp already working with huge refactor from CESNET, now reparing audio messaging api issue
This commit is contained in:
@@ -240,8 +240,6 @@ void BasicRTSPOnlySubsession::startStream(unsigned clientSessionId,
|
||||
if(avType == audioPCMUdyn || avType == avStdDyn){
|
||||
char pathA[1024];
|
||||
|
||||
struct msg_sender *msg = (struct msg_sender *)
|
||||
new_message(sizeof(struct msg_sender));
|
||||
memset(pathA, 0, sizeof(pathA));
|
||||
enum module_class path_sender[] = { MODULE_CLASS_AUDIO, MODULE_CLASS_SENDER, MODULE_CLASS_NONE };
|
||||
append_message_path(pathA, sizeof(pathA), path_sender);
|
||||
|
||||
Reference in New Issue
Block a user