Re: [Live-devel] testMpeg2videostreamer

2012-06-05 Thread Ross Finlayson
> 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

Re: [Live-devel] Android device don't accept my own OnDemandLiveStream

2012-06-05 Thread Christian Brümmer
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 (

[Live-devel] testMpeg2videostreamer

2012-06-05 Thread Ketan Gholap
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

[Live-devel] VS2010 build fails to connect (EWOULDBLOCK vs WSAEWOULDBLOCK)

2012-06-05 Thread Scott Taylor
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