[Live-devel] Select() Delay

2009-06-08 Thread Rand Voorhies
Hi Everyone I am a graduate student at the University of Southern California and a mentor to an undergraduate robotics team. Every year we build an autonomous submarine to compete in an obstacle course style competition in San Diego. In this year's submarine, we are using some RTSP IP cameras alo

Re: [Live-devel] Converting H.264-ES to MP4-File

2009-06-08 Thread Robin Lorke
I probably should have mentioned that I am on Linux, sorry :) Big thanks anyway! Robin Zitat von Etienne Bömcke : I can't help you with the implementation of a converter based on the liveMedia code, but if you're willing to use an external program, I think mp4box could be the solution (see htt

Re: [Live-devel] Converting H.264-ES to MP4-File

2009-06-08 Thread Etienne Bömcke
I can't help you with the implementation of a converter based on the liveMedia code, but if you're willing to use an external program, I think mp4box could be the solution (see http://www.videohelp.com/tools/mp4box) . I used it some time ago to encapsulate raw H.264 streams in mp4 containers

[Live-devel] Converting H.264-ES to MP4-File

2009-06-08 Thread Robin Lorke
Hi All! I am trying to build a small program which converts a previously recorded H.264 elementary stream (which works fine) to a viewable MP4-file. I tried it using the QuickTimeFileSink but it seems to need a MediaSession-object which seems to be highly dependend on an actual RTP-Connec

[Live-devel] multiple selects

2009-06-08 Thread Alex Solbi
Hi. My program has a main loop in which other libraries call their own select(). In order to make this call non-blocking, for each of these selects I use a timeout of 0 seconds, and I make a very short pause (about 3 milliseconds) beetween each loop cycle so to avoid a CPU heavy load. In additi