TS viewer for Amazon Cloud Drive version 4.1.5.1016

Streaming media player for Amazon Drive

UDP Streaming for MPEG2-TS files and streaming play with internal FFmpeg player


This program is compiled with c# .NET 4.5.2.
Need Microsoft .NET Framework 4.5.2 runtime.
https://www.microsoft.com/en-us/download/details.aspx?id=42643

This program is compiled with Visual Studio 2015 C++
Need Visual C++ Redistributable for Visual Studio 2015.
https://www.microsoft.com/en-us/download/details.aspx?id=48145


(Usage)
In the portable edition package,
bin/ : application folder(64bit)
bin32/ : application folder(32bit)
ReadMe.txt : readme for japanese
ReadMe.en.txt : this file

In application folder,
	SDL2.dll
	SDL2_ttf.dll
	avcodec-57.dll
	avdevice-57.dll
	avfilter-6.dll
	avformat-57.dll
	swresample-2.dll
	swscale-4.dll
	avutil-55.dll
	libfreetype-6.dll
	zlib1.dll
	ipaexg.ttf
	ffmodule.dll
	ffmodule_conf.dll (essential DLL)
*	TSviewACD.exe (main file)
	ja/TSviewACD.resources.dll (Japanese language file)

TSviewACD.exe is main file, the other DLL is need to execute.
Copy all bin folder contents to anywhere you want.
If you not use internal player(FFmpeg), you can start application without 
optional DLL(but still need essential DLL, ffmodule_conf.dll).

In First time, display the Amazon Drive login window.
After login, the main window comes up.


In CUI mode, start with argument like this example.
If start no argument, the application run in GUI mode.
>TSviewACD help
usage
        help                                      : show help
        list     (REMOTE_PATH)                    : list item
        download (REMOTE_PATH) (LOCAL_DIR_PATH)   : download item
                --md5 : hash check after download
                --cryptname: crypt name mode
                --plainname: plain name mode
        upload   (LOCAL_FILE_PATH) (REMOTE_PATH)  : upload item
                --md5 : hash check after upload
                --crypt: crypt upload mode
                --nocrypt: nomal upload mode
                --cryptname: crypt name mode
                --plainname: plain name mode

                --debug : debug log output

In command prompt, display is someting storange way but this is result of 
doble application mode GUI and CUI.


(license)
TSviewACD.exe
  NYSL:http://www.kmonos.net/nysl/index.en.html free to use.
FFmpeg
	LGPLv2.1
SDL.dll(SDL 2.0)
  zlib license
SDL_ttf
  zlib license

This application tested in Windows10 pro.
Compiled with Visual Studio 2015.
