> I am using your testmpeg2videostreamer application to stream my ts file to a
> particular ip and using your test on demand rtsp server to catch the
> streaming,is there any way in testmpeg2videostreamer to stream the ts file at
> faster rate.?
No. The Transport Stream file will be read, and
Am 28.05.2012 16:41, schrieb Christian Brümmer:
Hi,
i am coding my own OnDemandLiveStream-Server (as discussed here:
http://lists.live555.com/pipermail/live-devel/2012-May/015178.html)
using h264 encoded videoframes. I can play the videostream using VLC
but my Samsung Galaxy SII running ICS (
Hello sir
I am using your testmpeg2videostreamer application to stream my ts file to
a particular ip and using your test on demand rtsp server to catch the
streaming,is there any way in testmpeg2videostreamer to stream the ts file
at faster rate.?
I am using a one to one connection in my machines r
Hi there,
I've just upgraded our live555 version (from 2011.06.12 to 2012.05.17)
and RTSPClient::connectToServer is failing on Windows. The following
check fails:
__int const err = envir().getErrno();
if (err == EINPROGRESS || err == EWOULDBLOCK) {
...
}
I read Ross Finlayson's response