Re: [Live-devel] RTP over TCP streaming

2016-03-23 Thread David Cassany Viladomat
2016-03-23 16:15 GMT+01:00 Ross Finlayson : > > I have some doubts about how to stream RTP over TCP. > > > > I am trying to do so without RTSP > > Why? The whole point of the RTP-over-TCP implementation is that it uses > the existing TCP connection that’s used to send RTSP commands. > Ok I see,

Re: [Live-devel] RTP over TCP streaming

2016-03-23 Thread Ross Finlayson
> I have some doubts about how to stream RTP over TCP. > > I am trying to do so without RTSP Why? The whole point of the RTP-over-TCP implementation is that it uses the existing TCP connection that’s used to send RTSP commands. It might conceivably be possible to make RTP-over-TCP work with s

[Live-devel] RTP over TCP streaming

2016-03-23 Thread David Cassany Viladomat
Dear all, I have some doubts about how to stream RTP over TCP. I am trying to do so without RTSP, setting manually the IP and Ports, as I do for UDP in a code like the following: rtpGroupsock = new Groupsock(*env, destinationAddress, Port(port), TTL); sink = H264VideoRTPSink::createNew(*env, rtp