>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"
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