Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Review #76

Open
game-stop opened this issue Dec 10, 2015 · 4 comments
Open

Documentation Review #76

game-stop opened this issue Dec 10, 2015 · 4 comments
Assignees

Comments

@game-stop
Copy link
Owner

game-stop commented Dec 10, 2015

All documentation should be reviewed and updated

In general:

  • Link to documents from main README (link to video codecs, link to audio , etc etc) a7549f2 & 9903d30
  • consistent use of terminology
  • correctness/spelling
  • verify instructions
  • Use markup as described in Decide upon unified documentation system #3
  • clean redundant info/files (HowtoVideoCodecs vs README.video_formats ...) , consistent file names and extension
  • README.md and veejay-HOWTO.html (in near future .md) are good candidate to be generated from others single documents.
  • libjpeg62 --> libjpeg62-turbo
  • optional dep : aalib-dev (lvdasciiart) / open-mp ( bloom fx)

News features to documents:

Documents to update:

  • veejay.1 (done) help update - man veejay #227
  • sayVIMS.1
  • veejay-HOWTO.html --now--> veejay-HOWTO.md (done)... fixme: check Dependencies, Hardware Conf, Popular Packages , GPL
  • HowtoCache.txt (done) merge into README.memory (e3fc99b)
  • HowtoPlugins.txt (done) ---> .md ( 0383006 & f3603b9 )
  • HowtoVeejay-PureData.html
  • README.alpha (done) ---> .md ( 85d29f9 )
  • README.android (done) ---> .md ( 4aaf52c )
  • /README.md (done) ( f60a9ca)
  • README.performance (done) ---> .md ( b8d2079 )
  • README.video_formats.txt (done) merged has README.video-codec (a3a15f3)
  • VIMS.txt (done) ---> .md (Vims.md review ++ #76 #224)
  • HowToDebugging.txt (done) ---> .md (Vims.md review ++ #76 #224)
  • HowtoCompile.txt (done) --> .md (Vims.md review ++ #76 #224)
  • HowtoUbuntu.txt
  • HowtoVideoCodecs.txt (done) merged has README.video-codec (a3a15f3)
  • Installation.md
  • NET.txt
  • README.audio (done) ---now---> README.audio.md
  • README.memory (done) ---now---> README.memory.md (e3fc99b)
  • README.quickstart (done) ---now-> README.quickstart.md (a2bd25 + 735a36f)
  • README.whatis --now---> README.whatis.md (done)
  • YCbCr.txt
  • video-wall.md
  • veejay-server/README (done)
  • README.security
  • Check for README in various location (example vj-server/test/README )

see also : #170 #172 #193

@drlight-code
Copy link
Collaborator

Great stuff Niels I really observe with great joy how things around veejay are developing. I must say I can't wait to actually get deeper into the hacking side as well, but my resources have been more than exhausted during the last weeks for writing my audiovisual rendering stuff, working full-time, setting up that irc server + writing a bot, writing my blogging page, getting involved in a dataflow/patching related project with a former colleague, learning supercollider, etc. pp. you know how it goes..

If you watch closely at the flow diagram on the etudes page, you'll see that veejay is the next step in the pipeline, so don't worry I'll be getting there soon. For the time being, keep up the good work!

@game-stop
Copy link
Owner Author

Thanks!

The diagram looks good to me; looks like its about time to revive the multicast option in libvjnet ...

If the veejay instances are all running on the local machine, you can interconnect them via shared memory which would be preferable to opening network streams

@game-stop
Copy link
Owner Author

multicast steaming is functional again; however for high resolution video the bandwidth demands are substantial ( ~40 MB/sec for 1280x720 ). the frames are compressed with LZO, another option would be to use one of the mpeg family encoders

@d-j-a-y
Copy link
Collaborator

d-j-a-y commented Jan 28, 2019

d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 3, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 3, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 8, 2019
* todo sayVIMS --> end
* fix minor in VIMS.txt accordingly
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 8, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 9, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 9, 2019
… (progress)

* remove 4.6 "other utilities" section
* split VIMS into section (global and sayVIMS)
* rewrite sayVIMS section
* rewrite 4.5.3 network
* + minors

- todo from 5 to end
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
* todo sayVIMS --> end
* fix minor in VIMS.txt accordingly
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
… (progress)

* remove 4.6 "other utilities" section
* split VIMS into section (global and sayVIMS)
* rewrite sayVIMS section
* rewrite 4.5.3 network
* + minors

- todo from 5 to end
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 10, 2019
* Specialy "Dependencies", "Hardware Conf", "Popular Packages" & GPL chapters
need to be review ...
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 11, 2019
….memory)

* README.memory --> README.memory.md
* Adpat content from HowtoCache into README.memory
* Remove HowtoCache
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 11, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 12, 2019
* Add sections : plugpack , find plug, plug default value
* Clean duplicate into installation.md
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 12, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 13, 2019
* Comment android reference from /README.md - where that app is ?
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 14, 2019
* perfo - md
* whatis : add subsections
* + fix intralinks
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Feb 14, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
* Add sections : plugpack , find plug, plug default value
* Clean duplicate into installation.md
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
* Comment android reference from /README.md - where that app is ?
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
* perfo - md
* whatis : add subsections
* + fix intralinks
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
…dec (done)

* remove README.video_formats.txt
* rename HowToVideoCode ---> README.video-codec
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 5, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
* todo sayVIMS --> end
* fix minor in VIMS.txt accordingly
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
… (progress)

* remove 4.6 "other utilities" section
* split VIMS into section (global and sayVIMS)
* rewrite sayVIMS section
* rewrite 4.5.3 network
* + minors

- todo from 5 to end
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
* Specialy "Dependencies", "Hardware Conf", "Popular Packages" & GPL chapters
need to be review ...
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
….memory)

* README.memory --> README.memory.md
* Adpat content from HowtoCache into README.memory
* Remove HowtoCache
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
* Add sections : plugpack , find plug, plug default value
* Clean duplicate into installation.md
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
* Comment android reference from /README.md - where that app is ?
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
* perfo - md
* whatis : add subsections
* + fix intralinks
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
…dec (done)

* remove README.video_formats.txt
* rename HowToVideoCode ---> README.video-codec
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 15, 2019
game-stop added a commit that referenced this issue Jun 16, 2019
Help update (WIP) see #76 for progess
d-j-a-y added a commit to d-j-a-y/veejay that referenced this issue Jun 19, 2019
game-stop added a commit that referenced this issue Jun 23, 2019
This was referenced Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants