* mar 30 ott (17:01), Ross Finlayson scrive:
> >if the opening url is (for example) rtsp://camera:554/stream0300.mp4
> >I have to configure the compressor to generate a 300kbps stream.
> >if the url is rtsp://camera:554/stream1200.mp4 the stream must be set at
> >1200kbps.
> >
> >Since it is not fe
>if the opening url is (for example) rtsp://camera:554/stream0300.mp4
>I have to configure the compressor to generate a 300kbps stream.
>if the url is rtsp://camera:554/stream1200.mp4 the stream must be set at
>1200kbps.
>
>Since it is not feasible to add a ServerMediaSession for every possible
>sp
Hi all,
I'm writing (well, rewriting from scratch) a streamer server embedded
in an ip camera that delivers the acquired stream through liveMedia.
I'm able to acquire from the live source and deliver through rtsp with
my custom FramedSource and ServerMediaSubsession.
What I need now is to set
Hi Ross,
Your where right. My problem was due to an windows OS limitation on the
number of sockets that can be open at any one time. On windows the
FD_SETSIZE parameter have a default value of 64, so with that default value,
the server can only handle 64/2 = 32 clients at the same time ( 2 sockets
Thanks for the report. These nits (which you can ignore) will be
fixed in the next revision.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listin
These are probably not too important, but while updating to LIVE555
2007.08.03a, I've so far noticed a couple things which I thought were
curious:
* GroupsockHelper.cpp: line 101 - Is there now an extra semicolon at the
end of this line?
* groupsock: New File: GroupsockHelper.cpp.save
* RTSPOve