React Caspar Client

RCC in Hindi

1 Like

Path modifier in RCC.

1 Like

Scroll, Clock and Breaking News

3 Likes

Kabaddi Score template and client

4 Likes

Multibullet Scroller in RCC.

2 Likes

Animation in RCC

2 Likes

Html template with RCC
Sample Client software Sample Client with html template

3 Likes

Html template in Standard client

4 Likes

Link external js and css file to html template
Download files

2 Likes

Text Alignment And ShrinkToFit in RCC

2 Likes

Thank you Vimlesh Ji for sharing the wonderful application. :handshake:


We can create Graphics with in minutes and play them from the same application. Very simple to design and there are lot of inbuilt templates which you can redesign. Designed graphics can saved as *.txt file and import into another RCC.

I would like to request Vimlesh Ji to add horizontal and vertical lines on the shapes for easy designs. We are currently using CMP for CG,Video logger and ingest purpose. Now we are changing our CG to RCC. Vimlesh Ji keep sharing. :pray:

2 Likes

Multicolor Gradient in RCC

2 Likes

https://bit.ly/3PCcHP6
Football Client with RCC template

3 Likes

Lovely CG program. Great work again Vimlesh.

1 Like

Thank you all for :heart: this software. Thanks @pmart868 for encouraging words.

SpeechRecognition in RCC

2 Likes

This type of templates can be made in RCC.

Waterpolo

Gymnastic, Modern Pentatholone, Artisitic Gymnastic, Sailing, Judo, Shooting, Synchronise Swimming

Archery, Canoe Sprint, Football

football

Table Tenis

TAEKWONDO

3D in casparcg has been tried with Threejs. We need to have Config file as below
html GPU enable true and screen consumer interactive true. Only nrk version have mouse interactive.

<?xml version="1.0" encoding="utf-8"?>

<configuration>
    <paths>
        <media-path>c:/casparcg/_media/</media-path>
        <log-path>log/</log-path>
        <data-path>data/</data-path>
        <template-path>c:/casparcg/</template-path>
    </paths>
    <lock-clear-phrase>secret</lock-clear-phrase>
    <channels>
        <channel>
            <video-mode>1080i5000</video-mode>
            <consumers>
             <decklink>
                <device>1</device>
                <embedded-audio>true</embedded-audio>
            </decklink>
              <screen>
              <device>2</device>
               <always-on-top>true</always-on-top>
                <x>0</x>
                 <y>680</y> 
                 <width>690</width>
                  <height>325</height> 
                <interactive>true</interactive>
                  </screen>
                <system-audio />
            </consumers>
        </channel>
    </channels>
    <controllers>
        <tcp>
            <port>5250</port>
            <protocol>AMCP</protocol>
        </tcp>
    </controllers>
    <amcp>
        <media-server>
            <host>localhost</host>
            <port>8000</port>
        </media-server>
    </amcp>

<ffmpeg>
    <producer>
        <auto-deinterlace>interlaced</auto-deinterlace>
    </producer>
</ffmpeg>

<html>
    <remote-debugging-port>1024</remote-debugging-port>
    <enable-gpu>true</enable-gpu>
</html>
<flash>
    <enabled>true</enabled>

</flash>

</configuration>
3 Likes

hi mr vimlesh
firstly I was downloaded casparcg server and it work good
2- also downloaded vlc and installed
but the system for footbal does not work with me
please what supose to do if that possiable ?
my os it win 7 64bit

1 Like

Use this config file. https://drive.google.com/file/d/1YLRt9lS-bxYWl84fb08D-RNU_N9VTopf/view?usp=sharing
And We need to install football client from given setup file so that template is copied to c:/casparcg folder.

A writup on this client.
https://docs.google.com/document/d/1rEf2GwemxxB8pxcexYXgLi4jBbbZzZNk/edit?usp=share_link&ouid=106041114640728562851&rtpof=true&sd=true

1 Like