[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-12-18 Thread John Leach
Still broken in Quantal (it's worse now too, because Totem won't play
them now either and that was my fallback method of playing music from a
samba share).

** Tags added: quantal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  Confirmed

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-09-23 Thread Jimmy Boyer
Having same playback issue.  I have found that it is only through a
wireless connection.  A wired connection works without problems at all.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  Confirmed

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-07-12 Thread John Leach
** Attachment added: "gst-launch-smb-mp3-bug-logs.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+attachment/3221620/+files/gst-launch-smb-mp3-bug-logs.tar.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-07-12 Thread John Leach
** Attachment added: "gst-launch-and-rhythmbox-debug-logs.tar.gz"
   
https://bugs.launchpad.net/bugs/1024117/+attachment/3221579/+files/gst-launch-and-rhythmbox-debug-logs.tar.gz

** Attachment removed: "gst-launch-and-rhythmbox-debug-logs.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+attachment/3221579/+files/gst-launch-and-rhythmbox-debug-logs.tar.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-07-12 Thread John Leach
Tested using packages from the gstreamer dev ppa (gstreamer1.0 /
0.11.92) https://launchpad.net/~gstreamer-developers/+archive/ppa and
the same problem:

gst-launch-1.0 playbin uri="smb://lion/music/Music/Therapy/Therapy -
Nurse/Teethgrinder.mp3"

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2012-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  Confirmed

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1024117] Re: fails to play mp3s from a samba share using gio

2013-03-29 Thread Catalin Patulea
I tried switching from gstreamer0.10-fluendo-mp3 to gstreamer0.10
-fluendo-ugly (mp3 decoder is libmad), same problem. Does not seem
related to the codec.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1024117

Title:
  fails to play mp3s from a samba share using gio

Status in “gstreamer0.10” package in Ubuntu:
  Confirmed

Bug description:
  I'm running the following command to play an mp3 file over a samba
  share:

  gst-launch-0.10 -v playbin2
  uri="smb://lion/music/Music/Therapy/Therapy - Nurse/Teethgrinder.mp3"

  it starts to play, but after about 1 second the audio goes silent, but
  the command doesn't finish. Playing the same file in rhythmbox does
  the same thing and the progress indicator keeps moving, suggesting
  playing but is just silent.

  If play the same file from the same server but via ssh or sftp, it
  plays fine:

  gst-launch-0.10 -v playbin2
  uri="ssh://lion/media/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3"

  If I manually build a chain of sinks using giosrc directly, rather
  than using playbin2, it plays ok:

  gst-launch-0.10 giosrc
  location="smb://lion/music/Music/Therapy/Therapy -
  Nurse/Teethgrinder.mp3" ! flump3dec ! autoaudiosink

  If I play a flac file from the same server (using playbin2 again), it
  also plays fine (yes, you heard right, hehe!):

  gst-launch-0.10 playbin2 uri="smb://lion/music/Music/Admiral
  Fallow/Boots Met My Face/Admiral Fallow - Boots Met My Face - 01 Dead
  Against Smoking.flac"

  I've attached logs with GST_DEBUG=*:5 for all the above commands. They
  all succeed except mp3 over smb.

  I'm using gstreamer0.10-plugins-base 0.10.36-1 on Precise.

  This started out as bug #977866 reported against rhythmbox, but I've
  found that it's a gstreamer (or gvfs?) problem, so am resubmitting
  here with a clearer report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1024117/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp