There is so much wrong here that I barely know where to begin. But the big
mistake in your code is that you are trying to create 'source' and 'sink'
objects and start streaming from them yourself, in your own code. This is
completely wrong. Our RTSP server implementation (specifically, our
"
Hello,
I have been 4 weeks trying to stream live video with live555 but I
cannot found the documentation to stream video mpeg4 without a video
file, the problem is that i don't have a file, i have a bytes array and
i have seen the testprogs of live555 but I don't found the appropiate
sample. I