Ports Search

Results 11,74111,750 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
multimedia/mpeg4ip-1.6.1 (Score: 1.6188293E-4)
Standards-based system to encode, stream, and play MPEG-4 audio/video
[ edited excerpt from developer's README ] The MPEG4IP project provides a standards-based system for encoding, streaming, and playing MPEG-4 encoded audio and video. To achieve this we've integrated a number of existing open source packages, and also created some original code to fill in the gaps. Please note this project is intended for developers who are interested in MPEG-4 audio and video, and Internet streaming. It is not intended for end-users. Please read all the legal information in the file "COPYING"! There is also a project web site at http://www.mpeg4ip.net/ that has some general information on MPEG4IP.
multimedia/livestreamer-1.12.2 (Score: 1.6188293E-4)
Extract web streams and pipe them into video player of choice
Livestreamer is a Command Line Interface that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. Livestreamer is built upon a plugin system which allows support for new services to be easily added. Currently most of the big streaming services are supported, such as: Dailymotion Livestream Twitch/Justin.tv YouTube Live UStream Example use: $ livestreamer twitch.tv/day9tv best [cli][info] Found matching plugin justintv for URL twitch.tv/day9tv [cli][info] Opening stream: 720p [cli][info] Starting player: vlc
multimedia/openshot-1.4.3 (Score: 1.6188293E-4)
Non-linear video editor
OpenShot Video Editor is a program designed to create videos on Linux. It can easily combine multiple video clips, audio clips, and images into a single project, and then export the video into many common video formats. OpenShot is a non-linear video editor, which means any frame of video can be accessed at any time, and thus the video clips can be layered, mixed, and arranged in very creative ways. All video clip edits (trimming, cutting, etc...) are non-destructive, meaning that the original video clips are never modified.
multimedia/tivodecode-0.2.p4 (Score: 1.6188293E-4)
Converts .TiVo files to normal MPEG files
This software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVo's supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes. The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows.
multimedia/vdr-plugin-control-0.0.2a45 (Score: 1.6188293E-4)
Video Disk Recorder - telnet control plugin
http://www.linuxtv.org/vdrwiki/index.php/Control-plugin The 'control' plugin brings the ability to VDR to control the whole OSD over a telnet client. To reach this, 'control' listens on a network socket (default is port 2002). If a client wants to connect, VDR checks if that client is allowed to connect to VDR (see in the documentation of VDR about the svdrphosts.conf file for more info). If the connection is etablished, 'control' sends the curent OSD state to the client. Also all key strokes at the client side are redirected to VDR.
net-im/mcabber-1.0.2 (Score: 1.6188293E-4)
Small Jabber console client
Mcabber is a small Jabber console client. Here are some of the features of mcabber: o SSL support. o History logging: If enabled (see the CONFIGURATION FILE section), mcabber can save discussions to history log files. o Commands completion: If possible, mcabber will try to complete your command line if you hit the Tab key. o External actions: Some events (like receiving a message) can trig- ger an external action, for example a shell script (you need to enable it in your configuration file).
net-mgmt/argus-clients-3.0.8.2 (Score: 1.6188293E-4)
Client programs for the argus IP network transaction auditing tool
Client programs that read, parse and process Argus data, and comprise the client part of the Audit Record Generation and Utilization System. Argus is a generic IP network transaction auditing tool that has been used by thousands of sites to perform a number of powerful network management tasks that are currently not possible using commercial network management tools. Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. It is the way that Argus categorizes and reports on network activity that makes this tool unique and powerful.
net-mgmt/iog-1.03 (Score: 1.6188293E-4)
Graphs Byte Counts for switches/routers/etc
IOG is a network I/O byte grapher made to graph cumulative KB/MB/GB totals for hours/days and months. It is intended to be simple, fast (support thousands of hosts) and integrate well with MRTG. Data for each host is updated hourly and HTML graphs are created. It uses a data consolidation algorithm which allows for a small, non-growing database file for each host. No external graphing libs or executables are required. IOG has been used in several production ISP environments, including at the authors company, Dynamic Internet (dyni.net). -Larry Rosenman <ler@lerctr.org>
net-mgmt/netustad-0.3.1 (Score: 1.6188293E-4)
Web based admin tool that manages network services
To ease the task of network administration, decrease the likelihood of erronous command execution and to maintain all network services from a central point, EnderUNIX SDT anounces the availability of its 9th open-source tool, netUstad. It has been coded in C language and includes its own HTTP server. The newly anounced version provides a web interface for system administrators to add/delete/update FreeBSD IPFW and Linux IpTables rulesets, manage routing table and network interfaces. You can manage your Firewall via a TCP/IP connected remote PC, easily. Project Page:
net-mgmt/Net-IPAddress-1.10 (Score: 1.6188293E-4)
Perl functions used to manipulate IP addresses, masks and FQDN's
Net::IPAddr is a collection of helpful functions used to convert IP addresses to/from 32-bit integers, applying subnet masks to IP addresses, validating IP address strings, and splitting a FQDN into its host and domain parts. No rocket science here, but I have found these functions to very, very handy. For example, have you ever tried to sort a list of IP addresses only to find out that they don't sort the way you expected? Here is the solution! If you convert the IP addresses to 32-bit integer addresses, they will sort in correct order.