Office Streamer with Examples

This streamer has both a 1G interface for TSs to the MCMs on the VM and also a Mellanox card that can output high bandwidth to the bare-metal 

Please access using the following details.

SSH : 192.168.10.190 

Username: streamer

Password: tagvs 

For transferring files to it - Use SFTP with the same access details 

and navigate to : /home/streamer/ts/

For streaming TSs (not uncompressed ) use ETH1 

For streaming TSs and uncompressed for the bare-metal use ETH2 

Examples: 

Streaming TS for MCM on VM (you might need use sudo)

./strm Tecex/BBC/PSB1GW_7pm_timex_2020-08-21_18-57-00 eth1 225.203.190.1

Streaming TS for MCM bare-metal

./strm Tecex/BBC/PSB1GW_7pm_timex_2020-08-21_18-57-00 eth2 225.203.190.2

Please use the Multicast range as : 225.203.190.X 

For PCAPS you have the sendpcap command and send on eth3

For example you need to use sudo or you get a bunch of "init socket failed/nstreamer@streamer-190"errors.

sudo ./sendpcap 19.pcap eth3 226.203.190.1

For PCAPS please use Multicast range as: 226.203.190.X 

 

If you want to have the streaming to continue after you have SSH logged out, add an & character at the end, like the following example:

 sudo ./sendpcap NBC/audioIssue.pcap eth3 226.203.190.123 &