Re: [Live-devel] I can not stream live video with my own framedSource

2012-12-04 Thread Ross Finlayson
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 "

[Live-devel] I can not stream live video with my own framedSource

2012-12-04 Thread David Alcaraz Moreno
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