Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jls on March 12, 2010, 09:07:56 AM

Title: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 12, 2010, 09:07:56 AM
 :-\
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Juanito on March 12, 2010, 09:23:41 AM
Hmm - is this with the latest gstreamer? I've only used rhythmbox with oss - give a day or two to try with alsa...
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 12, 2010, 09:28:00 AM
yes
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Juanito on March 13, 2010, 03:34:52 AM
With the previous version of gstreamer, rhythmbox plays without problems with both alsa and oss
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Arslan S. on March 13, 2010, 03:49:10 AM
With the previous version of gstreamer, rhythmbox plays without problems with both alsa and oss

i have strange problems with gstreamer too may be we should update gst-plugins ? i can update bad,good,ugly and ffmpeg but first gst-plugins-base has to be updated

or revert to old gstreamer if new gstreamer is not really required ??
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Juanito on March 13, 2010, 04:48:00 AM
or revert to old gstreamer if new gstreamer is not really required ??

Maybe JLS could comment on this - i.e. does the new gstreamer bring some real benefits, or could we stay with the old one.
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 13, 2010, 08:52:59 AM
I'm updating also the gst plugins
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Arslan S. on March 13, 2010, 10:21:03 AM
I'm updating also the gst plugins

which ones ? in past i have added some plugins to bad,good and ugly sets to keep backward compatibility i can update those again if gst-plugins-base is updated
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 13, 2010, 10:24:26 AM
submitting gst-plugins-base 0.10.28
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 13, 2010, 10:51:55 AM
tested 0.10.28 but gives me error with totem, so not submitting
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 13, 2010, 10:56:29 AM
with gst-plugins-base 0.10.28:
Code: [Select]

tc@box:~$ totem

(totem:16386): GStreamer-CRITICAL **: gst_element_set_bus: assertion `GST_IS_ELEMENT (element)' failed

(totem:16386): GStreamer-CRITICAL **: gst_element_set_state: assertion `GST_IS_ELEMENT (element)' failed
** Message: Error: Impossibile identificare il device «/dev/video1».
v4l2_calls.c(488): gst_v4l2_open (): /GstV4l2Sink:autovideosink0-actual-sink-v4l2:
system error: No such file or directory

** Message: Error: Impossibile inizializzare la libreria di supporto.
gstautovideosink.c(366): gst_auto_video_sink_detect (): /GstGConfVideoSink:video-sink/GstBin:bin0/GstAutoVideoSink:autovideosink0:
Failed to find a supported video sink
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Arslan S. on March 15, 2010, 08:33:40 AM
i have updated all of the gst plugins base,bad,good,ugly,ffmpeg and python in my local repository but there is an annoying bug gstreamer complains about reloading a missing plugin even if i load required libraries

so what is the logic of using gstreamer version latest when rest of plugins are not  :P?
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Arslan S. on March 15, 2010, 08:46:03 AM
Code: [Select]
tc@box:~$ gst-inspect-0.10
...
Total count: 174 plugins ([b]8 blacklist entries not shown[/b]), 991 features
Code: [Select]
tc@box:~$ gst-inspect-0.10 --print-blacklist
Blacklisted files:
  libgstsouphttpsrc.so
  libgstspeex.so
  libgstvideo4linux2.so
  libgstwavpack.so
  libgstx264.so
  libgstmimic.so
  libgstmms.so
  libgstneonhttpsrc.so

Total count: 8 blacklisted files

Code: [Select]
tc@box:/mnt/sda8/tce/optional$ tce-load -i libv4l.tcz
tc@box:~$ gst-inspect-0.10 --print-blacklist
Blacklisted files:
  libgstsouphttpsrc.so
  libgstspeex.so
  [b]libgstvideo4linux2.so[/b]
  libgstwavpack.so
  libgstx264.so
  libgstmimic.so
  libgstmms.so
  libgstneonhttpsrc.so

Total count: 8 blacklisted files
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: jls on March 15, 2010, 08:54:18 AM
I updated gstreamer beacuse I had problem with voice/video in pidgin, and now it seems to work better then before, but maybe I'm wrong. If u come online with your gmail account we can try to speak, unfortunately I don't have anymore the previous version of gstreamer.tcz.
Title: Re: rhytmbox audio mutes after 1 sec using alsa
Post by: Arslan S. on March 15, 2010, 10:21:26 AM
rm -f ~/.gstreamer-0.10/registry.i686.bin as a temporary solution fixes the problem of blacklisted plugins