Print the SRT streamid at the client.
Logged to the context and changed info to verbose.

Signed-off-by: raghavendra <raghavendra....@collabora.com>
---
 libavformat/libsrt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c
index ee64cb82f7..b6b50302b7 100644
--- a/libavformat/libsrt.c
+++ b/libavformat/libsrt.c
@@ -364,7 +364,7 @@ static void libsrt_dump_streamid(URLContext *h, int fd)
     char streamid[512];
     int optlen = sizeof(streamid);
     if(!libsrt_getsockopt(h, fd, SRTO_STREAMID, "SRTO_STREAMID", streamid, 
&optlen))
-        av_log(NULL, AV_LOG_INFO, "srt_streamid : %s\n", streamid);
+        av_log(h, AV_LOG_VERBOSE, "srt_streamid : %s\n", streamid);
 }
 
 static int libsrt_setup(URLContext *h, const char *uri, int flags)
-- 
2.25.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to