Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
8k views

What is weblogic.socket.Muxer?

Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see stack traces similar to this: "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" ...
1
vote
1answer
79 views

Is there a DirectShow TS muxer

Does anybody know, is there any Direct Show based MPEG transport stream muxer available? All I can find is a command line utility tsMuxeR.
1
vote
4answers
791 views

java.lang.OutOfMemoryError: Java heap space

My application is deployed on a cluster environment. Recently the server went down with the following stacktrace. It doesn't seem to be coming from the code. It was running all right until recently ...
0
votes
0answers
41 views

What should be the number of samples of PCM to make up a frame for muxer input

i have a raw wav file containing PCM samples sampled at 44100 sampling frequency and 16 bits per sample. Now i have written a muxer code which will put this wav file in matroska container(.mka). Now ...
0
votes
3answers
291 views

Single Input to Array of Custom Modules in Verilog

So I have an array of 4 RAM modules that I want to be able to read/write to based on two different selector signals. Right now I'm instantiating the RAM using intermediary signals: genvar i; ...