Re: [Live-devel] multi file read in testOnDemandRTSPServer

2010-01-19 Thread alpharoot
On 1/19/10, Ross Finlayson wrote: > > It looks like the current MPEG4VideoStreamFramer implementation > > doesn't support this mode, because it maintains a state machine for > > parsing MPEG4 data. Each time it reads the video data, it seeks > > VISUAL_OBJECT_SEQUENCE_START_CODE (0x01B0) which

Re: [Live-devel] multi file read in testOnDemandRTSPServer

2010-01-19 Thread alpharoot
On 1/19/10, Ross Finlayson wrote: > > I am developing a rtsp server which is based on > > testOnDemandRTSPServer/mpeg4ESVideoTest. The video source > is from a > > camera instead of files so that I can implement a live video server. > > > > I found When streaming video > MPEG4VideoFileServerMediaS

[Live-devel] multi file read in testOnDemandRTSPServer

2010-01-19 Thread alpharoot
Hi, I am developing a rtsp server which is based on testOnDemandRTSPServer/mpeg4ESVideoTest. The video source is from a camera instead of files so that I can implement a live video server. I found When streaming video MPEG4VideoFileServerMediaSubsession reads files from the beginning for several t

Re: [Live-devel] Streaming RTSP over TCP doesn't work

2010-01-13 Thread alpharoot
On 1/13/10, Ross Finlayson wrote: > > Now the question is why the RTSP server always tries to output > > multicast stream. Looking at the code in > > PassiveServerMediaSubsession.getStreamParameters(), the > stream type is > > hardcoded as multicast by the line "isMulticast = True;". Is it > > int

Re: [Live-devel] Streaming RTSP over TCP doesn't work

2010-01-13 Thread alpharoot
On 1/13/10, Ross Finlayson wrote: > > The rtsp server is the one in testProgs like testMPEG1or2VideoStreamer > > (actually I wrote my own application based on the test programs). > > > > In general, once you've made changes to the supplied code, you can't expect > support (especially with a "@gmai

[Live-devel] Streaming RTSP over TCP doesn't work

2010-01-12 Thread alpharoot
Hi, I am trying to stream video data over TCP instead of UDP (because many UDP packets lost in my network) but failed. The rtsp server is the one in testProgs like testMPEG1or2VideoStreamer (actually I wrote my own application based on the test programs). The client is VLC player for MS Windows. I