bpa wrote: 
> The screenshot is minute and unreadable.
> 
> I'm not sure what change do you expect  to see. When plugin works - it
> will only appear to be playing a stream (i.e.elapsed time will
> increment).  Nothing else will change anywhere.
> 
> You need to check whether plugin is actually working. The reason for
> ia32-libs is because the LMS supplied flac (which is needed to encode
> the waving stream) is a 32 bit application.  You need to check that when
> playing wavin:default stream that the audio capture and transcoding is
> actually happening.  Do this by using the command "ps -ef | grep
> arecord" and check that th same process (I.e. process is not stopping
> and restarting) is running for more than one minute elapsed time.

Here's the output from *ps -ef | grep arecord*:

Code:
--------------------
    
  yakir     6649  2792  0 22:21 pts/2    00:00:00 grep --color=auto arecord
  yakir     6685  2792  0 22:22 pts/2    00:00:00 grep --color=auto arecord
  yakir     6687  2792  0 22:23 pts/2    00:00:00 grep --color=auto arecord
  yakir     6757  2792  0 22:25 pts/2    00:00:00 grep --color=auto arecord
  yakir     6760  2792  0 22:26 pts/2    00:00:00 grep --color=auto arecord
  
--------------------

So the process id is different (although the parent process id is the
same) every minute... What should I do now..? Thanks again for the help!


------------------------------------------------------------------------
12.yakir's Profile: http://forums.slimdevices.com/member.php?userid=60850
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to