Re: [Live-devel] UDP RTSP Stream

2019-02-19 Thread Ross Finlayson
> The part you’re concerned about is the stream that’s negotiated via RTSP, > which is most probably going to be either RTP — which almost always runs over > UDP — or raw UDP. You have to go out of your way in Live555 to get > RTP-over-HTTP, which is the only TCP-based protocol I believe Live55

Re: [Live-devel] UDP RTSP Stream

2019-02-19 Thread Warren Young
A couple of clarifications: On Feb 19, 2019, at 2:23 PM, Warren Young wrote: > > ...RTP-over-HTTP…is the only TCP-based protocol I believe Live555 supports. I mean the only A/V streaming protocol, of course. I’m excluding RTSP in that characterization. > you’ll need to sniff the RTSP protoco

Re: [Live-devel] UDP RTSP Stream

2019-02-19 Thread Warren Young
On Feb 19, 2019, at 11:57 AM, Kevin Bailey wrote: > > I wanted my RTSP stream to be UDP based not TCP based to take advantage of > the latency advantage UDP has over TCP. However I noticed the following when > I took a look at netstat while my program was running: > > ~# netstat | grep 8554 >

[Live-devel] UDP RTSP Stream

2019-02-19 Thread Kevin Bailey
I wanted my RTSP stream to be UDP based not TCP based to take advantage of the latency advantage UDP has over TCP. However I noticed the following when I took a look at netstat while my program was running: ~# netstat | grep 8554 tcp0 0 x.x.x.x:8554wsip-x-x-x-x:39224 ESTABLISHED