not enough storage is available to process this command

Internet TV, Radio, Podcasts
Post Reply
jurros
Posts: 7
Joined: Wed Jan 05, 2011 12:27 am

not enough storage is available to process this command

Post 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?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: not enough storage is available to process this command

Post by Eugene »

Hello,

What is scheme for sopcast ?
jurros
Posts: 7
Joined: Wed Jan 05, 2011 12:27 am

Re: not enough storage is available to process this command

Post 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..
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: not enough storage is available to process this command

Post by Eugene »

Sopcasts creates many connections, many threads. I think, the problem in this.
jurros
Posts: 7
Joined: Wed Jan 05, 2011 12:27 am

Re: not enough storage is available to process this command

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