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
> Our RTSP server implementation returns this error in exactly one situation:
The client is requesting TCP-streaming of a multicast stream. That makes no
sense. If you want to support RTP-over-TCP streaming, then it has to be for
a unicast stream, not multicast.
Now the question is why the
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
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 "@gmail.com" email address :-), but
in this case the p
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