EnglishFrenchSpanish

OnWorks favicon

poc-fec - Online in the Cloud

Run poc-fec in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command poc-fec that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


poc-fec - send FEC MP3 streams

SYNOPSIS


poc-fec [ -s address ] [ -p port ] [ -t ttl ] [ -q ] [ -k fec_k ] [ -n fec_n ] files...

DESCRIPTION


poc-fec is a streaming server sending mp3 data using a custom FEC protocol. The streamed
MP3 frames are first decomposed in autonomous data units (ADUs). These ADUs are grouped
into ADU groups, which are encoded redundantly using a FEC method by Luigi Rizzo. A group
of k ADUs is encoded as n data packets. Any k of these n data packets is sufficient to
recover the original k ADUs. It sends the files in the order given on the command-line.
Use the filename - to stream from standard input. Normally, the FEC protocol is used to
stream to multicast groups.

OPTIONS


-s address
Specify the address to send to (default 224.0.1.23).

-p port
Specify the port to send to (default 1500).

-t ttl Specify the TTL parameter to be set on outgoing parameters (default 1).

-q Don't output any information on standard error.

-k fec_k
Specify the number of ADUs that will be encoded as an ADU group (default 20).

-n fec_n
Specify the number of packets that the ADU groups will be encoded to (default 25).
This number must be greater than the fec_k parameter.

EXAMPLES


poc-fec -s 224.0.1.24 -p 8989 -t 2 -k 16 -n 32 bla.mp3
Send the file bla.mp3 using the RTP RFC fec protocol to the address 224.0.1.24 on
port 8989, and set the TTL to 2. MP3 frames of bla.mp3 are converted to ADUs and
grouped in ADU groups of 16 ADUs. These 16 ADUs are encoded into 32 packets and
streamed. A client will have to receive at least 16 packets to recover the original
ADUs.

AUTHORS


Manuel Odendahl <[email protected]>, Florian Wesch <[email protected]>

February 2005 POC-FEC(1)

Use poc-fec online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad