sanyaade-teachings / ardesia

Automatically exported from code.google.com/p/ardesia
0 stars 0 forks source link

Ardesia 0.4 vlc --dummy problem #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start ardesia
2. Start desktop recording
3. program exits silently

What is the expected output? What do you see instead?
Should start recording desktop. If i try to lauch by terminal i can see this 
output:
vlc: unknown option or missing mandatory argument `--dummy-quiet'
Try `vlc --help' for more information.
VLC initialization failed

What version of the product are you using? On what operating system?
Ubuntu 10.04 Lucid Lynx, 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by giovanni...@gmail.com on 18 Oct 2010 at 9:56

GoogleCodeExporter commented 8 years ago
Hi, this sound very strange for me can you say me your vlc version,
I'm using Ubuntu 10.04 Lucid Lynx, 64 bit also

Can you try to run by command line in the source code tree

sh src/scripts/screencast.sh start test.ogv

and attach the log

If you have some skills you can try to customize the script

At the moment I want found a goos command line to record; seems that there are 
some
problem in the audio/video sync also; the next step will be use vlclib instead 
spawn the vlc process

Please contact the ardesia developer to help us to fix the recording issue

Thanks a lot

Original comment by al...@paranoici.org on 18 Oct 2010 at 10:35

GoogleCodeExporter commented 8 years ago
I did it (i forgot to mention that I'm using the deb version of Ardesia... I 
didn't compile the source) using the script in /usr/local/share/ardesia/script

here the command line:
sh /usr/local/share/ardesia/scripts/screencast.sh start test.ogv

the output is a video file containing the screencast of the desktop.
I tried also on a i386 system with the same problem... so i looked into 
screencast.sh and I tried to change:

RECORDER_PROGRAM=cvlc

into:

RECORDER_PROGRAM="cvlc"

and now it works correctly ;)

Thanks for you efforts and best regards ;-)

Original comment by giovanni...@gmail.com on 18 Oct 2010 at 1:04

GoogleCodeExporter commented 8 years ago
Closed in subversion code

Original comment by al...@paranoici.org on 18 Oct 2010 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by al...@paranoici.org on 18 Oct 2010 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by al...@paranoici.org on 17 Sep 2012 at 5:15