IDJC MP3 Playback problem

Bug #154880 reported by Wizkid
24
This bug affects 2 people
Affects Status Importance Assigned to Milestone
idjc (Ubuntu)
Fix Released
Wishlist
Alessio Treglia

Bug Description

Binary package hint: idjc

When adding a MP3 file to IDJC's Playlist the file does not show up in the playlist window were you can play it. OGG files does show up and are playable but MP3 files do not. (I do have all codecs installed from the Ubuntu repos and is playable threw Totem & xmms)

Related branches

Revision history for this message
Wizkid (jherod) wrote :

This is a problem with Ubuntu 7.10 Gusty

Revision history for this message
Ruy (ruy-jol) wrote :

this is happening to me too,

oog and wav is allowed, but not mp3... :S
also using ubuntu 7.10

Revision history for this message
Luis del campo (delcampo) wrote :

In fact, this problem is with idjc 0.6.12. on Gutsy.
The problem no exist with the version 0.7.0. Only one time I can to get to "configure and make" in this last versión, but I no remember the way!... and I no have these Ubuntu, because was loosed when the hd was formated.
Now on my new ubuntu instalation only I can to run the 0.6.12.
:(

Revision history for this message
Wizkid (jherod) wrote :

I have just upgraded IDJC to version 0.7.0-1 from 0.6.12 and the MP3 playback problem has been solved in the newest version. You can download it at http://mirror.ne.gov/ubuntu/pool/universe/i/idjc/idjc_0.7.0-1_i386.deb

Revision history for this message
Ruy (ruy-jol) wrote : Re: [Bug 154880] Re: IDJC MP3 Playback problem

On Nov 10, 2007 6:06 PM, Wizkid <email address hidden> wrote:

> I have just upgraded IDJC to version 0.7.0-1 from 0.6.12 and the MP3
> playback problem has been solved in the newest version. You can download
> it at
> http://mirror.ne.gov/ubuntu/pool/universe/i/idjc/idjc_0.7.0-1_i386.deb
>
> --
> IDJC MP3 Playback problem
> https://bugs.launchpad.net/bugs/154880
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Thank you very much, i'll upgrade inmediatly

--
Rodrigo Jol

[Mail escrito sin caracteres especiales o acentos para evitar conflictos de
lectura entre sistemas]

Revision history for this message
Francisco de la Peña (fdelapena) wrote :

MP3 pPlayback is now enabled, but your 0.7.0-1 version does not support mp3 streaming

Revision history for this message
Francisco de la Peña (fdelapena) wrote :

About the mp3 encoding: I found this in the 0.7.1 changelog:

- Build system fix for Ubuntu 7.10 regarding problems detecting libmp3lame.

A new patched package would be fine

Revision history for this message
FloLiebgott (linux-flolie) wrote :

Thanks for the package, Wizkid!
mp3-playback works now. But at first, all mp3s had the length 0:00. Because of this, seeking didn't work and the commands in the playlist were executed at the beginning of the previous track.
Solution: I installed the package eyed3 and now everything works fine.

Revision history for this message
Risto H. Kurppa (risto.kurppa) wrote :

Have you been able to get mp3 streaming work?

Revision history for this message
Sven Hoffmeister (schaumkeks) wrote :

Ok, 0.7.0-1 from hardy gives MP3 playback but takes MP3 streaming.

I found this in the source diff:
--- idjc-0.7.0.orig/idjcpython/idjc_config.py
+++ idjc-0.7.0/idjcpython/idjc_config.py
@@ -1,11 +1,12 @@
-# config.py: Generated by local script. IDJC will run from the development tree.
-libexecdir = "/home/stephen/i/toplevel/c/"
-pkgdatadir = "/home/stephen/i/toplevel/artwork/"
+# config.py: Automatically generated by make.
+localversion = False
+libexecdir = "/usr/lib/idjc/"
+pkgdatadir = "/usr/share/idjc/"
 mp4enabled = 1
 avformat = 1
 avcodec = 1
 mp3enabled = 1
-flacenabled = 1
-lameenabled = 1
-version = "0.7.0 Dev."
+flacenabled = 0
+lameenabled = 0
+version = "0.7.0"
 gfext = ".png"

As you can see lameenabled is changed to 0. So simply change this line in your local /usr/share/pycentral/idjc/site-packages/idjc/idjc_config.py and don't forget to install the package "lame", if not already done. idjc should now support mp3 streaming, but the option for this is a bit hidden in the new GUI. You have to scroll within or resize the radio server configuration dialog to see the format and stream info options. There you can now change format to mp3 so the Server Connect button will not be gray if shoutcast is selected.

Could this be fixed, please? I guess, lame and flac package and maybe some others optionally used by idjc should be in Suggests/Recommends, but I'm no expert in packaging.

Revision history for this message
Sven Hoffmeister (schaumkeks) wrote :

Sorry, mp3 streaming is not working. Should have tested first.

encoder_start: unhandled file format mp3:jack
encoder_start: failed to start the encoder
command failed for command: encoder_start

Revision history for this message
drhiii (david-oldcolo) wrote :

No joy here either. Latest .deb dnld and it plays .mp3 and .ogg, but will only stream .ogg, not .mp3.

Revision history for this message
Ruy (ruy-jol) wrote : ruyjol wants to keep up with you on Twitter

To find out more about Twitter, visit the link below:

http://twitter.com/i/df22e9c432f80601d18d03972fdd725e84ede32a

Thanks,
-The Twitter Team

About Twitter

Twitter is a unique approach to communication and networking based on the simple concept of status. What are you doing? What are your friends doing—right now? With Twitter, you may answer this question over SMS, IM, or the Web and the responses are shared between contacts.

Revision history for this message
Wizkid (jherod) wrote :

Unable to come up with a solution.

Changed in idjc:
status: New → Confirmed
Revision history for this message
Marf (marcuswiederhold) wrote :

Something is still wrong with the idjc-package V0.7.0 from the Ubuntu repos.

I had the same problem that Sven Hoffmeister reported.

The only solution that I have found is to compile idjc by myself. Here is a nice manual how to build idjc and enable the mp3 streaming support: http://wiki.ubuntuusers.de/Internet_DJ_Console (in German). There is also a list of all packages you need to do that.

After $make install the mp3 support should be work ;-) *i hope so*

PS:
Sorry for my bad english

Revision history for this message
Sven Hoffmeister (schaumkeks) wrote :

Just rechecked this case and found out, that intrepid will have a version compiled with mp3/ogg flac streaming support. Those packages are AFAIK synched from debian. They still miss flac and vorbis-tools packages as dependency (at least Recommends) for meta data handling including duration retrieval for flac files. At least having these not installed results in a notification by IDJC about this on startup. Maybe I'll file a bug report for the debian package.

Until intrepid is available I upped a backported version (no source changes) to my ppa:
https://launchpad.net/~schaumkeks/+archive

Revision history for this message
Ruy (ruy-jol) wrote : Te invito a ver mi metroFLOG

Hola!!!
Te invito a que visites mi metroFlog para que puedas ver y firmar mis últimas fotografías..

Para visitar mi espacio, deberás ir a:
http://www.metroflog.com/ruyjol

metroFLOG es un espacio personal completamente personalizable para que compartas con quien deseas. Diaramente podrás subir una foto con una descripción, y que tus amigos firmen el libro de visitas.

Para crear tu propio espacio, deberás ir a:
http://www.metroflog.com

Saludos!

Si no deseas continuar recibiendo invitaciones de parte de tus amigos para ver sus espacios, accede en la siguiente dirección: http://www.metroflog.com/unsubscribe?<email address hidden>

Este mensaje ha sido enviado automáticamente mediante los servicios de metroFLOG.com a pedido del remitente.
Garantizamos que su dirección de correo no ha sido agregada a ninguna lista de envios ni será compartida con terceros en ningún momento.

Revision history for this message
Felix (apoapo) wrote :

any news on this problem? idjc launches and seems to transmit audio data to the stream while i play mp3 files. but listernes cannot hear anything. (microphone doenst work either)

from time to time even the track title is send but no audio.

i'm using jaunty amd64 and a self compiled idjc version 0.7.17

Revision history for this message
Alessio Treglia (quadrispro) wrote :

Is this still reproducible on Lucid?

Changed in idjc (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Francisco de la Peña (fdelapena) wrote :

Testing idjc 0.8.1-1 (lucid):

How to reproduce the problem:

- Open "Server" window
- Select any of the six Stream tabs
- Format section
- Select "MP3" tab
The tab shows:
"To enable MP3 streaming install the package named 'libmp3lame' and restart IDJC."

I already have that package. I can't broadcast to shoutcast/icecast servers in MP3 format.

Revision history for this message
Alessio Treglia (quadrispro) wrote :

I can reproduce this, I'm on it.

Changed in idjc (Ubuntu):
assignee: nobody → Alessio Treglia (quadrispro)
importance: Undecided → Wishlist
status: Incomplete → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package idjc - 0.8.1-4ubuntu1

---------------
idjc (0.8.1-4ubuntu1) lucid; urgency=low

  * Build against libmp3lame-dev to provide MP3 support (LP: #154880).
 -- Alessio Treglia <email address hidden> Sat, 03 Apr 2010 20:15:13 +0200

Changed in idjc (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
Franko Burolo (fburolo) wrote :

This bug came up again in 13.10. No mp3 playback available in idjc.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.