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
> 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
> 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
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
> 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 -
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
> 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
[...]
>
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
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