Initial report back:System: Ubuntu 10.10 64bit
Typos in README:audo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-dbus libqt4-xml
Should be:
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-dbus libqt4-xml
sudo apt-get update" if vlc is already installed
Should be:
sudo apt-get upgrade" if vlc is already installed
All add-ons installed without error
First RunVLCStreamerClient fails with:
- Code: Select all
eric@jeffriestube0:~$ ./VLCStreamerClient
"2011-02-06 12:01:31:119:INFO : VLCStreamer Client Started"
(<unknown>:19142): Gtk-WARNING **:
/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class:
ELFCLASS64
(<unknown>:19142): Gtk-WARNING **: Loading IM context type 'ibus' failed
(<unknown>:19142): Gtk-WARNING **:
/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class:
ELFCLASS64
(<unknown>:19142): Gtk-WARNING **: Loading IM context type 'ibus' failed
(<unknown>:19142): Gtk-WARNING **:
/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class:
ELFCLASS64
(<unknown>:19142): Gtk-WARNING **: Loading IM context type 'ibus' failed
"2011-02-06 12:01:31:222:INFO : Version 0.1.0"
"2011-02-06 12:01:31:222:INFO : Beta"
"2011-02-06 12:01:31:226:INFO : ENCODER VLC Version:
vlc: error while loading shared libraries: libvlccore.so.4: cannot
open shared object file: No such file or directory
"
"2011-02-06 12:01:31:226:ERROR: ENCODER Wrong version of VLC. Module
access_output_livehttp is missing"
VLC (which used to work properly) now also fails with:
- Code: Select all
eric@jeffriestube0:~$ vlc
vlc: error while loading shared libraries: libvlccore.so.4: cannot
open shared object file: No such file or directory
A
- Code: Select all
sudo apt-get purge vlc
then
- Code: Select all
sudo apt-get install vlc
fixed this.
PlaybackClient found the correct machine with no issues
Test 1 - mp4Video:
1280x720
H.264/AVC
24fps
1501 kbps
Audio:
MPEG-4 AAC audio
Stereo
48000 Hz
159 kbps
0 Subtitle Tracks
Processed with 'Standard High Bandwidth' setting
Playback picture was clean
Video was slightly choppy
No audio
Test 2 - mkvVideo:
1280x720
H264
24fps
N/A
Audio:
MPEG-4 AAC audio
Stereo
48000 Hz
N/A
1 Subtitle Track
Processed with 'Standard Low Bandwidth' setting
Processing failed twice
Test 3 - mkv (different from Test 2)Video:
1280x720
H264
24fps
N/A
Audio:
MPEG-4 AAC audio
Stereo
44100 Hz
N/A
1 Subtitle Track
Processed with 'Standard Low Bandwidth' setting
Processing failed
Processed with 'Standard High Bandwidth' setting
Processing failed
Side note - both videos on test 2 and 3 played correctly with with VLC when played locally.
Test 4 - aviVideo:
512x348
XVID MPEG-4
24fps
N/A
Audio:
MPEG 1 Audio, Layer 3 (MP3)
Stereo
48000 Hz
32 kbps
0 Subtitle Tracks
Processed with 'Standard High Bandwidth' setting
Playback picture was clean
Video was slightly choppy
No audio