mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2025-06-28 10:16:33 +00:00
13 lines
575 B
Plaintext
13 lines
575 B
Plaintext
1) Install Ubuntu 14.04 64bit.
|
|
|
|
2) Run as follows.
|
|
-------------------------------------------------------------------------------
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install git libtool libpcap-dev libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav
|
|
$ git clone https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
|
|
$ cd ohmulticastvideoscanner
|
|
$ ./configure
|
|
$ make
|
|
$ sudo ./omvs 233.19.187.192/30 233.19.187.244 233.19.187.1
|
|
-------------------------------------------------------------------------------
|