Page 1 of 1

not enough storage is available to process this command

Posted: Wed Sep 21, 2011 2:16 pm
by jurros
Hello, im streaming alot of sopcast to my Philips TV and it works like a charm. But every now and then i get an error message saying not enough storage is available to process this command in wild media server. This stops the stream.. What is the problem?

Re: not enough storage is available to process this command

Posted: Wed Sep 21, 2011 3:47 pm
by Eugene
Hello,

What is scheme for sopcast ?

Re: not enough storage is available to process this command

Posted: Wed Sep 21, 2011 4:43 pm
by jurros

Code: Select all

var
  sTranscoderParams: string; 
begin
  if WmsDirectShowAddSource(InputFileName, 'Source') = S_OK then begin
    mpInternetItem := False;
    sTranscoderParams := WmsTranscodingProfileParams('Movies (primary)') + ' "<OUTPUT FILE>"';
    TranscodingResult := WmsTranscodingExecute('WMSMPEG', sTranscoderParams, True,
                                 'http://localhost:8902/tv.asf', OutputFileName)
  end else                 
    TranscodingResult := False
end.
it usally happens 40 mins into the stream..

Re: not enough storage is available to process this command

Posted: Wed Sep 21, 2011 4:51 pm
by Eugene
Sopcasts creates many connections, many threads. I think, the problem in this.

Re: not enough storage is available to process this command

Posted: Wed Sep 21, 2011 4:52 pm
by jurros
Eugene wrote:Sopcasts creates many connections, many threads. I think, the problem in this.
okey, but it works fine when im streaming to my pc..

Thanx for the help anyway

Re: not enough storage is available to process this command

Posted: Wed Sep 21, 2011 5:24 pm
by Eugene