Greetings!<br>
<br>
I am using testMPEG4VideoStreamer to stream from a 16-channel DVR capture card.<br>
<br>
I've successfully streamed on 1 channel (hurrah! thank you for creating
livemedia!) using testMPEG4VideoStreamer. I then proceed to stream
multichannel. I created an array of MPEG4VideoStreamFramer to handle
the 16 channels.<br>
<br>
When I run the program, the 1st element of the MPEG4VideoStreamFramer
array gets initialized correctly. But when it gets to the succeeding
ones, the program crashes with an error:<br>
<br>
terminate called after throwing an instance of 'std::bad_alloc'<br>
&nbsp; what():&nbsp; St9bad_alloc<br>
Aborted<br>
<br>
I initialize it normally by evoking:<br>
videoSource[i] = MPEG4VideoStreamFramer::createNew(*env, videoES);<br>
<br>
The FramedSource videoES was created successfully for that particular
channel. I've exhausted all my efforts trying to find the solution to
this problem. Please help me.<br>
<br>
Thanks in advance,<br>
<br>
Cha<br>
<br>
<br><br>-- <br>Marie Charisse L. Gascon<br><a href="http://www.chasys.net">http://www.chasys.net</a>