Samples

All these samples are freely hosted on a Raspberry Pi to give you a preview of what you could do with MonaServer. We don’t make benefits of these services so if you like them please promote MonaServer by clicking on our social buttons above. Furthermore you can donate ($, ) to contribute to the development of MonaServer.

The sources are availables on the MonaClients github page.

To get more informations please ask us on the MonaServer forum or send a mail to jammetthomas@gmail.com.

Screenshot & link Description Technologies
monavideo

MonaVideo :

The simpliest application of live video communication.

  1. Type a name to identify your meeting
  2. Send the http link to your correspondant
  • Coding Languages : Flex
  • Protocol : RTMFP
  • P2P : Full-mesh
himona

HiMona :

An alternive of MonaVideo allowing to record the video into a file directly from the flash application!

Note: The trick imply more delays in the communication.

  • Coding Languages : Flex
  • Protocol : RTMFP
  • P2P : publish/play (no p2p)
videophone

VideoPhone :

This is an improved version of the Cirrus Sample Application with full-screen mode and a better default quality of video.

  • Coding Languages : Flex
  • Protocol : RTMFP
  • P2P : Full-mesh
meeting

Meeting :

This is the adaptation of the Adobe Meeting Sample. It is a more complex VideoConference application permitting to connect users in both RTMFP (P2P full-mesh) and RTMP (publish/play) modes.

  • Coding Languages : Flex
  • Protocol : RTMFP or RTMP
  • P2P : Full-mesh or publish/play
fileshare

FileShare :

The simpliest application of P2P file sharing.

  1. Load your file and share the link
  2. Your file is shared as long as there is a peer connected
  • Coding Languages : Flex
  • Protocol : RTMFP
  • P2P : NetGroup
copypaste

CopyPaste :

The simpliest application of text sharing.

  1. Write or copy some text and share the link
  2. Your text is shared as long as there is a peer connected
  • Coding Languages : Flex
  • Protocol : RTMFP
  • P2P : NetGroup
chat

Chat :

A sample chat application available in :

  • Coding Languages : Flex & HTML/Javascript
  • Protocol : WebSocket or RTMFP/RTMP
videopublisher

VideoPublisher :

A simple video publisher working with both RTMP & RTMFP, with or without a NetGroup, allows synchronous recording!

Note : asynchronous recording is a feature in the roadmap, if you need it please contact us!

  • Coding Languages : Flex
  • Protocol : RTMFP/RTMP
  • P2P : Netgroup
  • Recording : in a lua synchronous way
mobilepublisher

MobilePublisher :

The same publisher for Mobile devices. Click on the image to get the apk installer (Android).

Note : It is a FlashDevelop (free flex IDE) project.

  • Coding Languages : Flex mobile
  • Protocol : RTMFP/RTMP
  • P2P : Netgroup
  • Recording : in a lua synchronous way
videoplayer

VideoPlayer :

A simple video player working with both RTMP & RTMFP, with or without a NetGroup.

Note : Take a look at the source code to see each options.

  • Coding Languages : Flex
  • Protocol : RTMFP/RTMP
  • P2P : Netgroup
icomputing

IndustrialComputing :

A proof of concept of an Industrial Computing interface using SVG for the view and saving data with our NoSQL Dabase system.

  • Coding Languages : SVG/Javascript
  • Protocol : WebSocket
  • NoSQL Database