Flussonic Coder
Flussonic Coder is a hardware-software solution for video and audio transcoding that has the following advantages over other types of transcoders in Flussonic Media Server:
- allows large companies to cover customer needs comprehensively and predictably
- allows you to unify the technical support process
- helps integrators to protect projects
- keeps available a critical component: access to a subscriber device
Flussonic Coder is a building block of the Flussonic Cluster required for processing, transmitting, and further video recording. It supports a video stream with plenty of formats, codecs, and protocols in any point of the Flussonic Cluster.
The ingested video streams exist in the Flussonic Cluster as a sequence of elementary frames. Upon entering, the video is being de-multiplexed into atoms and on egress, the video is being multiplexed and packaged back for delivering in every modern video streaming protocol.
In this article:
Configuring Flussonic Coder
Flussonic Coder represents a server with our custom Linux OS, several NVIDIA Jetson modules and installed transcoding software. It is delivered already with a firmware and does not require installing any additional drivers.
Flussonic Coder has Flussonic Media Server installed, so you can configure its settings via Flussonic Media Server web interface. To view Flussonic Coder settings, go to the Chassis page in the side menu. Here you can see four sections described below.
System information
In the System information section, you can:
- view Flussonic Coder version
- view the firmware version and check for new version
- upgrade firmware to a specific version or to the latest version
- restart Flussonic Coder by clicking Restart Chassis
Network configuration
In this section you can change the default gateway interface that will be used for checking license and updates and for sending responses to requests (API, HLS, etc.) received on the network interfaces of Flussonic Coder. To do this, select the necessary gateway interface from the drop-down list in the Default gateway interface field and click Save to apply the changes.
Caution
Change the default gateway interface with caution and reach out to experienced network engineers to not lose control of your Flussonic Coder.
Interfaces
This section contains information about DNS and the list of all network interfaces used by Flussonic Coder. Here you can:
- specify IP address of DNS server
- select a type of an interface (static or DHCP)
- specify an interface IP address, network mask, or gateway
Hardware Modules Monitor
This section displays information about Nvidia Jetson modules used in Flussonic Coder. Here you can:
- monitor status of each module as well as its usage and temperature
- reboot a module if necessary.
Note
Please note that the position of NV02 modules in their slots in the chassis is strictly determined by the device architecture. The modules must be inserted into the chassis starting from the left slot, for example if you have one module then it must be inserted into the first slot on the left, two modules in first and second slot, etc. You cannot change the modules places, move or remove them.
If you experience any problems with the numbering or some modules being unavailable, try checking that the modules are firmly fastened in their slots in the right order. Such issues may be due to loosing contact at transportation. Make sure to report the problem to our technical support team at support@flussonic.com.
Configuring a stream to use Flussonic Coder
To configure a stream to use Flussonic Coder for transcoding, use the hw=coder
option in the transcoder
directive in the stream's configuration. Learn more about transcoder settings on the Transcoder page.
Note
Starting from Flussonic version 22.05, Flussonic Coder supports the CUDA yadif method for deinterlacing video and, therefore, allows to process dynamic scenes better. To use in, add deinterlace=yadif
option.
Example:
transcoder deviceid=0 hw=coder vb=10000k size=1920x1080 deinterlace=yadif ab=192k