XynA Player Code
Status: Alpha
Brought to you by:
paulliu
File | Date | Author | Commit |
---|---|---|---|
src | 2017-02-24 |
![]() |
[931777] player.c: Modify error log message for missing ... |
AUTHORS | 2009-03-19 |
![]() |
[b84dbb] Init release |
COPYING | 2009-03-19 |
![]() |
[b84dbb] Init release |
ChangeLog | 2009-03-19 |
![]() |
[b84dbb] Init release |
Makefile.am | 2009-03-22 |
![]() |
[60d282] Add logger. |
NEWS | 2009-03-19 |
![]() |
[b84dbb] Init release |
README | 2009-03-24 |
![]() |
[064c84] Add audio volume control |
configure.ac | 2014-09-15 |
![]() |
[0021d5] Migrate to latest libavcodec |
= xynaplayer = * Note: some content is encoded by rot13 because trademark or logo. xynaplayer is a free software player for rot13(NalK) made by rot13(PZP Zntargvpf) which is a ROC(Taiwan) Company. = command-line usage = xynaplayer [ip] [port] [user] [password] default value: ip=192.168.1.166 port=80 user=admin password=admin = config file = It reads ~/.config/xynaplayer/xynaplayer.conf Format: [default] ip=192.168.1.166 port=80 user=admin password=admin = key bindings = * f: full screen * <up>/<down>: go to next/previous channel * 0123456789+<enter>: go to channel # * a: toggle AV * m: mute * <left>/<right>: Decrease/Increase volume = AMR codec = Due to patent issue we cannot include AMR codec in our source code. Please read http://en.wikipedia.org/wiki/Adaptive_multi-rate_compression You need AMR codec to get audio support. It can be downloaded at http://www.penguin.cz/~utx/amr Please install libamrnb.so into any LD_LIBRARY_PATH directories. Put in current working directory also works. If you don't have libamrnb, you'll get video only. Debian users can install libamrnb3 from http://debian-multimedia.org/ Or you should consider using G.726 which is free.