Download Latest Version dist_TrucklistStudio121_r120_200901.zip (45.6 MB)
Email in envelope

Get an email when there's a new version of TrucklistStudio

Home / Binaries / Beta / Windows-Linux
Name Modified Size InfoDownloads / Week
Parent folder
dist_TrucklistStudio091_r70_160718.zip 2016-07-18 31.4 MB
dist_TrucklistStudio091_r69_160716.zip 2016-07-16 31.4 MB
dist_TrucklistStudio091_r67_160711.zip 2016-07-11 31.4 MB
dist_TrucklistStudio091_r66_160709.zip 2016-07-09 31.4 MB
dist_TrucklistStudio091_r65_160707.zip 2016-07-07 30.5 MB
dist_TrucklistStudio09_r62_160626.zip 2016-06-26 29.7 MB
dist_TrucklistStudio09_r60_160617.zip 2016-06-17 29.7 MB
dist_TrucklistStudio09_r59_160531.zip 2016-05-31 29.7 MB
dist_TrucklistStudio09_r58_160528.zip 2016-05-28 29.7 MB
README.txt 2016-05-27 4.5 kB
dist_TrucklistStudio09_r55_160525.zip 2016-05-25 29.7 MB
dist_TrucklistStudio09_r53_160520.zip 2016-05-20 29.7 MB
dist_TrucklistStudio09_r52_160518.zip 2016-05-18 29.7 MB
dist_TrucklistStudio09_r51_160517.zip 2016-05-17 29.7 MB
dist_TrucklistStudio09_r50_160515.zip 2016-05-15 29.7 MB
dist_TrucklistStudio09_r49_160515.zip 2016-05-15 29.7 MB
dist_TrucklistStudio09_r45_160506.zip 2016-05-06 29.7 MB
dist_TrucklistStudio08_r37_160420.zip 2016-04-20 29.7 MB
dist_TrucklistStudio08_r36_160417.zip 2016-04-17 29.7 MB
dist_TrucklistStudio08_r36_160416.zip 2016-04-16 20.6 MB
dist_TrucklistStudio07_r32_Windows_151107.zip 2015-11-07 20.3 MB
dist_TrucklistStudio07_r31_Windows_151106.zip 2015-11-06 20.9 MB
dist_TrucklistStudio07_r30_Windows_151105.zip 2015-11-05 20.3 MB
dist_TrucklistStudio07_r29_Windows_151028.zip 2015-10-28 20.3 MB
dist_TrucklistStudio07_r27_Windows_151015.zip 2015-10-15 22.7 MB
dist_TrucklistStudio07_r26_Windows_151010.zip 2015-10-10 22.7 MB
dist_TrucklistStudio07_r25_Windows_150920.zip 2015-09-20 22.7 MB
dist_TrucklistStudio07_r24_Windows_150713.zip 2015-07-13 22.7 MB
dist_TrucklistStudio07_r23_Windows_150711.zip 2015-07-11 22.7 MB
dist_TrucklistStudio07_r22_Windows_150705.zip 2015-07-05 22.7 MB
dist_TrucklistStudio07_r18_Windows_150614.zip 2015-06-14 22.5 MB
dist_TrucklistStudio07_r15_Windows_150604.zip 2015-06-04 40.0 MB
dist_TrucklistStudio05_r14_Windows_150602.zip 2015-06-02 40.0 MB
Totals: 33 Items   882.6 MB 0
TrucklistStudio v0.9 (beta)
========================
You can Load TrucklistStudioFX v1.x studios (.studiofx) but you will loose Text foreground and background colors.
This version should be Windows compatible.

TrucklistStudio commad line:
==============================

Navigate in the folder where you extracted the zip archive and type:

java -jar TrucklistStudio.jar [.studio file] -o [Output] -autoplay -remote

Explanation:
============
[.studio file] --> The studio file that will be automatically loaded at start.

- o [Output] --> The Output button that will be enabled automatically at start.
To specify the Output you will use the first name of the device (Case Sensitive):
Ex:
[ UDP - Audio - Ustream - Vaughn - IceCast - ...]
Naturally you must have the related button already added to TS.

- autoplay --> Will automatically start the first Track of the .studio file.

- remote --> Will automatically enable the Remote-Control at start.

Example:

$ java -jar TrucklistStudio.jar /home/karl/Videos/Test.studio -o UDP -autoplay -remote

Linux:
======
On Ubuntu/Debian you can use the TrucklistStudio PPA repository for versions 14.04 - 15.04 - 15.10 - 16.04.

$ sudo add-apt-repository ppa:soylent-tv/truckliststudio
$ sudo apt-get update
$ sudo apt-get install truckliststudio

It is also included an Ubuntu 14.04 Trusty build, but before trying to install you have to add the Openjdk-8 PPA, because for 14.04 there isn't any Java 8 OpenJDK official release in the default repos.

So if you want to use TrucklistStudio PPA for Trusty do the following:
1) Add the Openjdk-8 PPA:
$ sudo add-apt-repository ppa:openjdk-r/ppa
2) Refresh the sources.
$ sudo apt-get update
3) Add TrucklistStudio PPA:
$ sudo add-apt-repository ppa:soylent-tv/truckliststudio
4) Refresh the sources.
$ sudo apt-get update
5) Install TrucklistStudio:
$ sudo apt-get install truckliststudio
6) Finally if you have more than one version of Java installed you may have to set the OS to use Openjdk-8 per default by issuing the command:

$ sudo update-alternatives --config java

from the terminal and choosing the correct option ( number ) that refers to:
/usr/lib/jvm/java-8-openjdk/jre/bin/java

You can also use Oracle Java8 instead of OpenJDK8:

To install Java 8:
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

To set it as default:
$ sudo apt-get install oracle-java8-set-default

To switch between Installed Java versions:
$ sudo update-alternatives --config java

... and select the java runtime you want from the list.

To run TrucklistStudio extract the content of the zip file to a folder, open a terminal and navigate to it (dist folder) and type:
$ java -jar TrucklistStudio.jar

If you use other Linux Distros, you can always have a look at TrucklistStudio/WebcamStudio README for packages dependences:

https://github.com/WebcamStudio/webcamstudio
https://github.com/TrucklistStudio/truckliststudio

Remember to use Oracle Java8 or Openjdk-8.

Windows:
========
- Download and install Java 8 jre:
  https://www.java.com/en/download/

- For Windows GStreamer FME Output backend support. 
1) You have to install GStreamer binary for Windows before starting TS, you can find it here:

http://gstreamer.freedesktop.org/data/pkg/windows

2) Choose your CPU architecture installer:
- gstreamer-1.0-x86-1.x.x.msi
or...
- gstreamer-1.0-x86_64-1.x.x.msi

3) Choose "Complete" Installation and do not change the default installation dir.TrucklistStudio will automatically detect the executables.

I tested version 1.6.1 that seems to work good.
Here some guys tested 1.7.1 and seems to work ok.
(Thanks Leonardo Müller from http://www.baixaki.com.br)

- FFmpeg for Windows are already present in this archive. You can always download them from here (Static Version): 

http://ffmpeg.zeranoe.com/builds/

... and copy the needed executables in the TrucklistStudio dist folder.

- To use the Desktop Capture feature Under Windows, you need to install "screen-capture-recorder".
Download the installer from:

http://sourceforge.net/projects/screencapturer/files/

... and install before using TrucklistStudio.

- To run TrucklistStudio extract the content of the zip file to a folder, open it and doubleclick on TrucklistStudio.jar icon.

All:
====

Any feedback is very appreciated. :)
soylent.tv@gmail.com

This is a quite stable trucklistStudio release.
Enjoy it !!!

Have a good day.
karl
Source: README.txt, updated 2016-05-27