Skip to content Skip to sidebar Skip to footer

Multiple Libstreaming Streams Only Recognized As Session Of First RTSP Client

I am using Live555 as RTSP client to get the RTSP H264 video stream from android LibStreaming MajorKernelPanic server. I am facing the problem to display more than one video stream

Solution 1:

The libstreaming hardcoded the destination port for Video

video.setDestinationPorts(5006);

You just need to make it become variable to support multiple instance.

Hope can help you solve your problem.


Post a Comment for "Multiple Libstreaming Streams Only Recognized As Session Of First RTSP Client"