[Live-devel] EINTR, EAGAIN, EINPROGRESS, EDOULDBLOCK Compile warning

2012-08-02 Thread HYUN HO KIM
Title: Samsung Enterprise Portal mySingle Hi there,   When i compile my program with live555 header files, compile warning is  occurring. I'm developing the application in MSVC-2010, it seems to groupsock/include/netcommon.h file is comflicted with msvc2010/include/errno.h. Your considerati

Re: [Live-devel] raw h264

2012-08-02 Thread Ross Finlayson
> I’m in the process of evaluating Live555, and I’m trying to send out a live > H264 stream using the Intel’s Media SDK H264 encoder. To ensure I was > encoding properly, I made a raw h264 file and made sure I could stream out > the file with mediaserver.exe, which with VLC it acted like the f

Re: [Live-devel] CPU intensive on ARM using testH264VideoStreamer with TI encoder

2012-08-02 Thread Matt Schuckmann
Shlomi, I'm doing pretty much the same thing you are on the same processor (except with my own app and a live 3Mpix camera source) and I've seen the same thing, and in my experience the CPU utilization goes up in direct relationship to the streaming bit rate. For me anything over about 20mbps

Re: [Live-devel] CPU intensive on ARM using testH264VideoStreamer with TI encoder

2012-08-02 Thread Ross Finlayson
> I guess (and again it is ONLY a guess) the intensive cpu usage comes from > the need to break the big h264 frames to MTU fragments (i.e. ~1450 B). Because the high CPU usage (at least, what I observed when I streamed your file using "testH264VideoStreamer") occurred in bursts, rather than durin

[Live-devel] raw h264

2012-08-02 Thread Vincent A. Autieri II
Hello, I'm in the process of evaluating Live555, and I'm trying to send out a live H264 stream using the Intel's Media SDK H264 encoder. To ensure I was encoding properly, I made a raw h264 file and made sure I could stream out the file with mediaserver.exe, which with VLC it acted like the f

Re: [Live-devel] Cleanup problems when passing non-valid URL?

2012-08-02 Thread Ross Finlayson
It would be useful to find out if this problem is caused by the LIVE555 code itself, or just by the way that you are using it in your application. To test this, it would be useful if a "valgrind" enthusiast (aka. a 'valgrinerd' :-) out there could try running "valgrind" on testRTSPClient

[Live-devel] Cleanup problems when passing non-valid URL?

2012-08-02 Thread Erlandsson, Claes P (CERLANDS)
I'm writing a playback client based on the testRTSPClient example. For each new stream to connect to, I setup a new environment, i.e. create new UsageEnvironment, StreamClientState etc. Everything works great and I can start and stop streams multiple times without seeing any issues. There is one e

Re: [Live-devel] CPU intensive on ARM using testH264VideoStreamer with TI encoder

2012-08-02 Thread Shlomi
The file is available at http://minicomdsje.sytes.net:8090/Support/video.264 Thanks From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: ה 02 אוגוסט 2012 15:53 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-dev

Re: [Live-devel] Reminder: Experimental new RTSP server implementation available for testing

2012-08-02 Thread Lionel Orry
On Thu, 2012-08-02 at 06:05 -0700, Ross Finlayson wrote: > A reminder that if you use our RTSP server code in your application > (*especially* if you have subclassed the "RTSPServer" class), you are > encouraged to download and test the experimental new RTSP server > implementation, described here:

[Live-devel] Reminder: Experimental new RTSP server implementation available for testing

2012-08-02 Thread Ross Finlayson
A reminder that if you use our RTSP server code in your application (*especially* if you have subclassed the "RTSPServer" class), you are encouraged to download and test the experimental new RTSP server implementation, described here: http://lists.live555.com/pipermail/live-devel/2012-Ju

Re: [Live-devel] VLC playback problem using live555MediaServer with RTP over TCP

2012-08-02 Thread Ross Finlayson
> With the latest live555MediaServer No, the latest released version of the source code is 2012.07.26; you are using version 2012.07.18. > , when I use VLC test a mp3 stream, it works fine when VLC’s live55 stream > transport mode setting is HTTP. However, if the setting is changed to RTP >

Re: [Live-devel] CPU intensive on ARM using testH264VideoStreamer with TI encoder

2012-08-02 Thread Ross Finlayson
> I am using a TI DaVinci processor to create a h264 file. > When trying to stream this file with testH264VideoStreamer, the cpu goes up > to 80% (which is bad for me since it is already in use by other > applications). http://www.live555.com/liveMedia/faq.html#my-file-doesnt-work Please put your

Re: [Live-devel] CPU intensive on ARM using testH264VideoStreamer with TI encoder

2012-08-02 Thread Warren Young
On 8/1/2012 3:53 AM, Shlomi wrote: I am using a TI DaVinci processor to create a h264 file. When trying to stream this file with testH264VideoStreamer, the cpu goes up to 80% (which is bad for me since it is already in use by other applications). When trying to stream the slamtv60.264 found on th

[Live-devel] VLC playback problem using live555MediaServer with RTP over TCP

2012-08-02 Thread 詹明
Hi Ross, With the latest live555MediaServer , when I use VLC test a mp3 stream, it works fine when VLC’s live55 stream transport mode setting is HTTP. However, if the setting is changed to RTP over RTSP(TCP) . live555MediaServer does receive the request, produce and send back the stream output.