[Live-devel] Current directory

2013-11-14 Thread Andrew Andonopoulos
Hi to all, I have an Ubuntu machine which i installed the live555 media server and now is up an running: >From the nmap i can see the port 554/tcp and 8000/tcp open and the >live555MediaServer process running.My question is, where i should put the file >which i want to stream? In the instruction

Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-14 Thread Ross Finlayson
> Then, do you think it could be possible to reduce the privacy of > ServerMediaSubsession::fRTPSink and define it as protected ? No - because there's no such member variable! Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel

Re: [Live-devel] Multiple session in Live555

2013-11-14 Thread Ross Finlayson
> I am using your test app "testOndemandRtspServer",i want to know that > how its maintain multiple clients session internally. > is it create multiple process?? No. The application - like most LIVE555-based applications - uses a single-threaded event loop. See http://www.live555.com/liveMedi

Re: [Live-devel] Unable to proxy an rtsp stream on alternate port

2013-11-14 Thread Dan Desjardins
Perfect - yes the openrtsp.exe was able to open the stream from the camera on the alternate port without any problem at all. I went ahead and added the -t to the proxy stream and tried again in VLC and it immediately opened. I was worried because my receiver/decoder (providing HDSDI output with ge

Re: [Live-devel] Unable to proxy an rtsp stream on alternate port

2013-11-14 Thread Ross Finlayson
> I have successfully compiles the LIVE555ProxyServer and it works great with > one exception.If I attempt to proxy a stream that originates on a port > other than 554 it does not appear to work. That's strange; I wonder if it could be a firewall problem? I.e., maybe you have a firewall -

[Live-devel] Unable to proxy an rtsp stream on alternate port

2013-11-14 Thread Dan Desjardins
I have successfully compiles the LIVE555ProxyServer and it works great with one exception.If I attempt to proxy a stream that originates on a port other than 554 it does not appear to work. My command line is: live555proxyserver -u username password rtsp://:9494/axis-media/media.amp?streamprof

Re: [Live-devel] VLC and The LIVE555 Proxy Server

2013-11-14 Thread Ross Finlayson
> When I try to restream, rtsp stream from VLC, I get these messages on LIVE555 > Proxy Server: > > ProxyRTSPClient["rtsp://XXX"]: RTSP "DESCRIBE" command failed; trying again > in 1 seconds > Opening connection to YYY, port ZZZ... > ...Connection to server failed: Connection timed out [...] >

[Live-devel] VLC and The LIVE555 Proxy Server

2013-11-14 Thread Ognjen Milosavljević
Hi, i want to stream unicast from VLC and restream it over unicast to various addresses using LIVE555 Proxy Server. When I try to restream, rtsp stream from VLC, I get these messages on LIVE555 Proxy Server: ProxyRTSPClient["rtsp://XXX"]: RTSP "DESCRIBE" command failed; trying again in

[Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-14 Thread PROMONET Michel
Hi Ross, The RTSP server we develop based on live555 implementation override the ServerMediaSubsession class. But in order to get some informations that are owned by the RTPSink we store (in our overriding class) the RTPSink returned by the createNewRTPSink. This is not nice but not