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