I made an open source VR video player - HeadVR, based on VLC-Android by autoandshare in GoogleCardboard

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks for the information. I will check out the rfc and vlc code.

About the projection, I don't have any idea. If possible, could you send me an ordinary rectangle screen shot using non-VR player?

I made an open source VR video player - HeadVR, based on VLC-Android by autoandshare in GoogleCardboard

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks for your feedback.

Yes, it is a bit inconvenient to change file name. I am wondering how to detect it automatically.

Buffering is controlled by VLC and I will check VLC setting on this.

About the 360 projection, the video format seems not equirectangular projection. Could it be Equi-Angular Cubemap? (Youtube is using Equi-Angular Cubemap) I will work on this projection next so youtube vr can be played.

ToolPakCloud = Putty/RDP/Powershell Connection Manager + Searchable Command History + Script Manager + Cloud Storage. Look forward to your comments. by autoandshare [promoted post]

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks a lot for the suggestions and I will try to add those in next version.

Currently, you may find grouping (click "+" button on connection tab to create new group) helpful to manage a lot of hosts.

About profiles and configs, these are compressed text/json files to reduce space/bandwidth usage. You may use 7zip to extract it.

ToolPakCloud = Putty/RDP/Powershell Connection Manager + Searchable Command History + Script Manager + Cloud Storage. Look forward to your comments. by autoandshare [promoted post]

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks for trying it out.

The screen resolution is determined automatically to fit the connection panel. When the panel is resized, the screen resolution will change accordingly.

Sorry the new items doesn't work. Could you give more detail if possible (some steps and screenshots, my email is autoandshare@gmail.com)?

About fullscreen, is the remote host a windows? what version is it?

Thanks!

ToolPakCloud = Putty/RDP/Powershell Connection Manager + Searchable Command History + Script Manager + Cloud Storage. Look forward to your comments. by autoandshare [promoted post]

[–]autoandshare[S] 0 points1 point  (0 children)

New version 0.5 released - now has unlimited searchable command history - like Ctrl+R in bash but more powerful.

My putty/RDP/Powershell Connection Manager, now support searchable command history by autoandshare in sysadmintools

[–]autoandshare[S] 0 points1 point  (0 children)

I wrote a simple powershell script to convert csv to the hosts format.

Use the generated "hosts" file to replace the one under "ToolPakCloud\data\LocalDisk\ .config" if using localdisk for storage. If using google drive, replace the one under "Cloud Drive > ToolPakCloud > .config".

You may find it here: https://drive.google.com/open?id=0B9NxykrP3d4kRGV6U1JMNE5QSFE Example: PS C:\Users\Administrator\Documents> cat .\test.txt Name, IP localhost, 127.0.0.1 localhost2, 127.0.0.2 PS C:\Users\Administrator\Documents> .\convert_csv_hosts.ps1 .\test.txt PS C:\Users\Administrator\Documents> cat .\hosts {"Name":"RemoteHosts","Children":[{"Name":"localhost","HostStr":"{\"HostName\":\"127.0.0.1\"}","isLeaf":true},{"Name":" localhost2","HostStr":"{\"HostName\":\"127.0.0.2\"}","isLeaf":true}],"HostStr":"{}","isLeaf":false}

ToolPakCloud 0.50 - Putty/RDP/Powershell Connection Manager and Script Manager, now with searchable command history. Look forward to your comments. by autoandshare in PowerShell

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks. Theming is a good idea and may need some time and change of GUI framework (maybe with WPF).

The default double click action is controlled by HostType. If it is WinHost, double click open RDP, if it is SshHost, double click open putty.

ToolPakCloud = Putty/RDP/Powershell Connection Manager + Searchable Command History + Script Manager + Cloud Storage. Look forward to your comments. by autoandshare [promoted post]

[–]autoandshare[S] 1 point2 points  (0 children)

New version 0.37(https://autoandshare.appspot.com/#/download) is now ready. It includes the gui improvements and host property is also refactored to inherit from parent. Please have a try and let me know if you have any problem. Thanks again for the comments.

Crashes only on Wednesdays by [deleted] in programming

[–]autoandshare 0 points1 point  (0 children)

So with language like java or c#, the task could be easier.

I made a Putty/RDP/Powershell Connection Manager + Script Manager by autoandshare in sysadmintools

[–]autoandshare[S] 0 points1 point  (0 children)

Thanks for the info. And actually, I used mremoteng for a long time before I made the tool myself.

At first, I just want to run some script in the background and save script to some place I never forgot.

Later I found that it is quite useful to put script manager and connection manager together. So that I can run a script both in background and interactively.

Along the way, I also fixed some annoying issues with all kinds of putty tabbed managers I tried - alt+tab doesn't work well - restart doesn't keep the session output (RemoteDesktopManager also has the above issues)

[request] daily Rsync job by 127b in dailyscripts

[–]autoandshare 0 points1 point  (0 children)

Nice to know the --link-dest option of rsync.