Author Topic: miro in FM stopped working  (Read 341 times)

Offline shimonl

  • Full Member
  • ***
  • Posts: 155
miro in FM stopped working
« on: January 02, 2013, 01:58:28 AM »
As I mentioned a few days ago, I just set up a new partition with FullMonty.
Yesterday I ran synaptic, to do a full update of all installed software. Then I
tried it out, and was drooling over the millions of new packages I had never seen or tried before.

One of them was miro, which seems to play youtube videos within an application window.
When I tried to play one, it said I needed to install Adobe flash. Hmm... I tried youtube
in firefox and it worked fine! So obviously flash is here, and works.

Now, here is where I get confused. I don't remember what exactly I did
in the miro, but after closing it down, it no longer agrees to start at all!

When I start from a shell, I get these messages:
$ miro
using /usr/bin/gdb
/usr/lib/python2.6/site-packages/mutagen/m4a.py:41: DeprecationWarning: mutagen.m4a is deprecated; use mutagen.mp4 instead.
  "mutagen.m4a is deprecated; use mutagen.mp4 instead.", DeprecationWarning)
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 183, in <module>
    from miro import startfrontend
  File "/usr/lib/python2.6/site-packages/miro/startfrontend.py", line 52, in <module>
    from miro import startup
  File "/usr/lib/python2.6/site-packages/miro/startup.py", line 53, in <module>
    from miro import controller
  File "/usr/lib/python2.6/site-packages/miro/controller.py", line 50, in <module>
    from miro import conversions
  File "/usr/lib/python2.6/site-packages/miro/conversions.py", line 1166, in <module>
    utils.setup_ffmpeg_presets()
  File "/usr/lib/python2.6/site-packages/miro/plat/utils.py", line 384, in setup_ffmpeg_presets
    stderr=file("/dev/null", "wb"))
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Suggestions?
Thanks,
Shimon

Offline shimonl

  • Full Member
  • ***
  • Posts: 155
Re: miro in FM stopped working
« Reply #1 on: January 04, 2013, 04:25:56 AM »
No reaction on this one - so I will try to sharpen the query.
Do you think the problem is in miro itself, or is something wrong with my python?
I see that messages all mention python:
/usr/lib/python2.6/site-packages/mutagen
and
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 183, in <module>
    from miro import startfrontend
  File "/usr/lib/python2.6/site-packages/miro/startfrontend.py", line 52, in <module>

and
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


I know nothing about python, does anyone recognize these messages?

Thanks,
Shimon


Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
Re: miro in FM stopped working
« Reply #2 on: January 04, 2013, 08:42:07 AM »
That error message means it cannot find the ffmpeg command.

Check to see that you (still) have ffmpeg installed and the command is in place:

Code: [Select]
[terry@localhost ~]$ rpm -q ffmpeg
ffmpeg-0.7.12-2pclos2012
[terry@localhost ~]$ ffmpeg -version
ffmpeg version 0.7.12, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jun 13 2012 15:43:23 with gcc 4.5.2
...

Terry
« Last Edit: January 05, 2013, 03:37:55 AM by TerryN »
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10694
  • MLUs Forever!
Re: miro in FM stopped working
« Reply #3 on: January 04, 2013, 01:22:26 PM »
It installed and works fine here .....  it has been a long time since I looked at this app .....  it does appear to have improved quite a bit ......

EDIT:
           should have said I am using standard KDE and not FM
« Last Edit: January 05, 2013, 04:25:23 PM by Just17 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline cgiefer

  • Full Member
  • ***
  • Posts: 143
Re: miro in FM stopped working
« Reply #4 on: January 05, 2013, 03:32:19 PM »
I have the same problem with Miro.  When I type miro on the command line, I get the same verbiage Shimon gets.  When I try out the commands suggested by Terry, I get the following:

[chad@localhost ~]$ rpm -q ffmpeg
ffmpeg-0.7.12-2pclos2012
[chad@localhost ~]$ ffmpeg -version
bash: ffmpeg: command not found
[chad@localhost ~]$

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
Re: miro in FM stopped working
« Reply #5 on: January 05, 2013, 04:28:12 PM »
That's weird.  The package is installed but there is no ffmpeg binary  ???

Have you tried re-installing ffmpeg ?

Terry.
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10694
  • MLUs Forever!
Re: miro in FM stopped working
« Reply #6 on: January 05, 2013, 04:45:38 PM »
Missing  path?

What is the output of


$PATH        in a terminal?

Try

/usr/bin/ffmpeg -version
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3749
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: miro in FM stopped working
« Reply #7 on: January 05, 2013, 04:48:43 PM »
or try locate ffmpeg to find, what is installed

Offline cgiefer

  • Full Member
  • ***
  • Posts: 143
Re: miro in FM stopped working
« Reply #8 on: January 05, 2013, 09:56:58 PM »
I can't speak for Shimon, but reinstalling ffmpeg did the trick for me.  Miro now works as it should.  Thanks for the help guys!

Offline shimonl

  • Full Member
  • ***
  • Posts: 155
Re: miro in FM stopped working
« Reply #9 on: January 06, 2013, 04:10:27 PM »
I also reinstalled ffmpeg, and now miro works.... ummm.. sort of.
The application definitely works, thank you for the good advice.
What does not work is getting miro to show youtube videos.

Here is an example:


Why should I get that message about Adobe Flash?

Thanks,
Shimon

Offline shimonl

  • Full Member
  • ***
  • Posts: 155
Re: miro in FM stopped working
« Reply #10 on: January 08, 2013, 05:26:25 AM »
To clarify my last post:
I *am* able to watch youtube video in firefox. It does not complain about
flash not being available.

So, any idea why miro does complain? Is there a different flash I need?

Thanks,
Shimon