[Live-devel] Manage (open / close) connection to camera with openRTSP and consume RTP via mobile client

2016-07-24 Thread Hikri Kobi
Hi all, I'm examining the suitability of openRTSP for my needs. It looks very promising! My question: Is it possible to use openRTSP to initiate an RTP stream from an RTSP camera - and consume the stream from another device? This is what I've done this far: 1. My client sends a SIP message wh

Re: [Live-devel] Manage (open / close) connection to camera with openRTSP and consume RTP via mobile client

2016-07-24 Thread Ross Finlayson
> I’m examining the suitability of openRTSP for my needs. > It looks very promising! > > My question: > > Is it possible to use openRTSP to initiate an RTP stream from an RTSP camera > - and consume the stream from another device? Yes, provided that this ‘other device’ is on the same host (i.

Re: [Live-devel] Manage (open / close) connection to camera with openRTSP and consume RTP via mobile client

2016-07-24 Thread Hikri Kobi
Hi Ross, Thank you for your quick response :-). My problem is that the other device is not on the same host. Each device has its own IP address. Have you ever encountered such a scenario? If you happen to have any advice, I'd be more than happy to hear :-). Best regards, Kobi. -Original Me