Re: [Live-devel] RTP over RTSP strange problem

2012-12-21 Thread Ross Finlayson
> However on other PCs connected to the same server, on the same network, after > about 1-3 minutes, for each ~3-5 frames (groups of about 4-6 packets), the > RTP packets are confused to be RTSP - as if the '$' is not identified. > Recent versions of the "LIVE555 Streaming Media" software fixed

Re: [Live-devel] shared library

2012-12-21 Thread Benjamin Drung
Am Freitag, den 21.12.2012, 15:55 +1000 schrieb Ross Finlayson: > > 1) We need symbolic links on Linux for shared libraries. For > > example, > > libfoo.so.1.2.3 would required these symlinks: > > > > libfoo.so.1 -> libfoo.so.1.2.3 > > libfoo.so -> libfoo.so.1.2.3 > > > > libfoo.so.1.2.3 and libf

[Live-devel] Patches in the Debian package

2012-12-21 Thread Benjamin Drung
Hi, we carry three patches (attached) in the Debian package that predate my involvement in the Debian packaging. Are these patches acceptable? -- Benjamin Drung Debian & Ubuntu Developer --- liveMedia/H263plusVideoRTPSink.cpp |2 +- liveMedia/MPEG1or2Demux.cpp|4 ++-- 2 files ch

[Live-devel] distclean target

2012-12-21 Thread Benjamin Drung
Hi, please add a distclean target which removes all files that are not part of the source tarball. distclean would depend on clean and additional remove all Makefiles. A patch that does this is attached. -- Benjamin Drung Debian & Ubuntu Developer diff --git a/Makefile.tail b/Makefile.tail index

Re: [Live-devel] shared library

2012-12-21 Thread Ross Finlayson
> Thanks. The install target for the base Makefile is missing Oops - my mistake. I've just installed a new version of the code that fixes this (and also adds your proposed "distclean:" target). > It would be a good idea to add a pkg-config file for the shared libraries. I don't know what a "p

Re: [Live-devel] distclean target

2012-12-21 Thread Ross Finlayson
> please add a distclean target which removes all files that are not part > of the source tarball. distclean would depend on clean and additional > remove all Makefiles. A patch that does this is attached. Thanks. This is included in the latest release (2012.12.22). Ross Finlayson Live Networks

Re: [Live-devel] Patches in the Debian package

2012-12-21 Thread Ross Finlayson
> we carry three patches (attached) in the Debian package that predate my > involvement in the Debian packaging. Thanks for the update. I wish the people who decided (apparently unilaterally) that those patches were necessary had had the courtesy to check with this mailing list first. By doing

[Live-devel] about MultiFramedRTPSink::fOurMaxPacketSize

2012-12-21 Thread kingaceck
Hi I use live555 to stream files(1080p/60 frames).I found that the default value of MultiFramedRTPSink::fOurMaxPacketSize is 1448.When streaming the file(1080p/60 frames) using this value,there are many mosaic at the client.I modified this value to 2896(setPacketSizes(1000, 2896)) and the pict

Re: [Live-devel] about MultiFramedRTPSink::fOurMaxPacketSize

2012-12-21 Thread Ross Finlayson
> I use live555 to stream files(1080p/60 frames).I found that the default > value of MultiFramedRTPSink::fOurMaxPacketSize is 1448.When streaming the > file(1080p/60 frames) using this value,there are many mosaic at the client.I > modified this value to 2896(setPacketSizes(1000, 2896)) and the