Docker container for tsMuxeR
1M+
This project provides a lightweight and secure Docker container for tsMuxeR.
Access the application's full graphical interface directly from any modern web browser - no downloads, installs, or setup required on the client side - or connect with any VNC client.
The web interface also offers audio playback, seamless clipboard sharing, an integrated file manager and terminal for accessing the container's files and shell, desktop notifications, and more.
This Docker container is entirely unofficial and not made by the creators of tsMuxeR.
tsMuxer is a Transport Stream muxer. Remux/mux elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD. Ability to set muxing fps manually and automatically, change level for H.264 streams, shift sound tracks, extract DTS core from DTS-HD, join files. Output/author to compliant Blu-ray Disc or AVCHD. Blu-ray 3D support.
NOTE: The Docker command provided in this quick start is an example, and parameters should be adjusted to suit your needs.
Launch the tsMuxeR docker container with the following command:
docker run -d \
--name=tsmuxer \
-p 5800:5800 \
-v /docker/appdata/tsmuxer:/config:rw \
-v /home/user:/storage:rw \
jlesage/tsmuxer
Where:
/docker/appdata/tsmuxer: Stores the application's configuration, state, logs, and any files requiring persistency./home/user: Contains files from the host that need to be accessible to the application.Access the tsMuxeR GUI by browsing to http://your-host-ip:5800.
Files from the host appear under the /storage folder in the container.
Full documentation is available at https://github.com/jlesage/docker-tsmuxer.
Having troubles with the container or have questions? Please create a new issue.
For other Dockerized applications, visit https://jlesage.github.io/docker-apps.
Content type
Image
Digest
sha256:9f2ebcda9…
Size
126.8 MB
Last updated
about 24 hours ago
docker pull jlesage/tsmuxerPulls:
1,544
Jun 29 to Jul 5