> 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
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
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
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
> 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
> 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
> 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
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
> 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