Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/sodplayer
A lua-based video playing software made with GTK and GStreamer
https://github.com/sodomon2/sodplayer
gst gstreamer gtk lua
Last synced: about 12 hours ago
JSON representation
A lua-based video playing software made with GTK and GStreamer
- Host: GitHub
- URL: https://github.com/sodomon2/sodplayer
- Owner: sodomon2
- Created: 2020-07-09T03:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T05:56:37.000Z (12 months ago)
- Last Synced: 2023-11-28T00:25:20.178Z (12 months ago)
- Topics: gst, gstreamer, gtk, lua
- Language: Lua
- Homepage:
- Size: 3.87 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
¡Lee la versión en español [aquí](README_es.md)!
# SODPlayer
A lua-based video playing software made with GTK and GStreamer## Screenshot
![screenshot](https://github.com/sodomon2/project-screenshot/blob/master/SODPlayer/screenshot.png?raw=true)
## Installation
```
git clone https://github.com/sodomon2/SODPlayer.git
meson build && cd build
[sudo] ninja install
```## Dependencies
- [Gstreamer](https://gstreamer.freedesktop.org/download/)
- [Lua-LGI](https://github.com/pavouk/lgi)
- [Lua5.1+](https://www.lua.org/download.html) (or [LuaJIT 2.0+](https://luajit.org/))
- [Lua-BitOp](http://bitop.luajit.org/download.html) (For Gettext)### Execute
`lua5.1 init.lua` (or `luajit init.lua`)