Thread
:
[problems] recaller
View Single Post
anapospastos
2011-06-14 , 10:24
Posts: 553 | Thanked: 183 times | Joined on Oct 2009 @ Not decided
#
84
This is the output when Im trying to record:
$ python2.5 /usr/lib/hildon-desktop/recaller.py
Phone /home/user/MyDocs/.sounds flac False True
Self.source=Phone
self.fileName=/home/user/MyDocs/.sounds/CurrentlyRecording.flac
Launcher config is:
adder name=theAdder ! flacenc ! filesink location="/home/user/MyDocs/.sounds/CurrentlyRecording.flac" . pulsesrc device=sink.hw0.monitor ! queue name=q1 ! theAdder. pulsesrc device=source.hw0 ! audioamplify amplification=30.0 ! queue name=q2 ! theAdder.
Traceback (most recent call last):
File "/usr/lib/hildon-desktop/recaller.py", line 248, in on_button_clicked
self.start_PhoneRecording()
File "/usr/lib/hildon-desktop/recaller.py", line 263, in start_PhoneRecording
self.recorder = gst.parse_launch ( self.get_launcher())
glib.GError: no element "flacenc"
Self.source=Phone
self.fileName=/home/user/MyDocs/.sounds/CurrentlyRecording.flac
Launcher config is:
adder name=theAdder ! flacenc ! filesink location="/home/user/MyDocs/.sounds/CurrentlyRecording.flac" . pulsesrc device=sink.hw0.monitor ! queue name=q1 ! theAdder. pulsesrc device=source.hw0 ! audioamplify amplification=30.0 ! queue name=q2 ! theAdder.
Traceback (most recent call last):
File "/usr/lib/hildon-desktop/recaller.py", line 248, in on_button_clicked
self.start_PhoneRecording()
File "/usr/lib/hildon-desktop/recaller.py", line 263, in start_PhoneRecording
self.recorder = gst.parse_launch ( self.get_launcher())
glib.GError: no element "flacenc"
I solved it by installing the package "flac" from devel.
__________________
My name was Maemo, then it became Meego and now I'm getting a third one. I am Sailfish.
Last edited by anapospastos; 2011-06-15 at
13:35
.
Quote & Reply
|
anapospastos
View Public Profile
Send a private message to anapospastos
Visit anapospastos's homepage!
Find all posts by anapospastos