Re: [Live-devel] The problem about streaming from TCP connections

2008-04-02 Thread Ross Finlayson
>I have writen a program to get video frames from IP camera and then >want to build a TCP socket connection to testMPEG4VideoStreamer. "testMPEG4VideoStreamer" streams using multicast, which cannot be carried via TCP. If you want to stream via TCP, then you should use "testOnDemandRTSPServer"

[Live-devel] The problem about streaming from TCP connections

2008-04-02 Thread 粘耀文
Dear all, I have writen a program to get video frames from IP camera and then want to build a TCP socket connection to testMPEG4VideoStreamer. After the connection is built, these live video frames will be sent to live555 through this connection. For this condition, what FramedSource should be