ProgDVB (64-bit)

最新版本 Vagrant 2.211 (64-bit)

Vagrant 2.211 (64-bit)

Vagrant 2.211 (64-bit)
ProgDVB 64 位是一個軟件,允許您觀看衛星電視,並直接從衛星收聽收音機頻道,通過使用 DVB-PCI 卡與電路板上的硬件解碼器,SAT 碟和個人 x86 兼容電腦。該軟件可以選擇將網絡廣播和音頻或視頻錄製成不同的數字媒體格式。下載 Windows 的 ProgDVB 離線安裝程序設置.

ProgDVB 和 ProgTV 是兩個獨立的用戶界面,可以在一個通道,設置列表中的一個文件夾中一起使用。ProgTV 旨在與遠程控制(HTPC)配合使用。 ProgDVB 64 位包含更多的功能,但旨在供鼠標使用。因此使用這兩個接口是非常方便的.

ProgDVB 主要功能:
高清晰度電視支持,包括 H.264 / AVC 畫中畫支持以及從一個或多個設備獨立同時記錄 / 播放幾個通道馬賽克快速通道預覽支持大部分 DVB,ISDB- T 和 ATSC 設備,包括 DiSEqC 和 CAM 接口支持支持所有數字電視音頻格式:MPEG,AC3,AAC,... 使用無限大小的 RAM 或磁盤緩衝區的時移功能樂隊均衡器電視和廣播頻道錄製從基於磁盤的文件播放數字電視或 XmlTV,JTV 的電子節目指南(EPG)。圖文 Subtile(圖文電視,字幕和隱藏式字幕)支持 VR,VMR7,VMR9 和 EVR 渲染器,包括獨立於通道類型或信號狀態的 OSD(VR 除外)網絡廣播用於 OSD 和 GUI 的外觀 Win32 和全面的 Win64 版本可用接口語言本地化支持各種類型的數據源:
互聯網電視和廣播。在列表中約有 8000 個頻道。 DVB-S(衛星),DVB-S2,DVB-C(有線),DVB-T,DVB-T2,ATSC,ISDB-T IPTV Kartina TV,Rodina TV,OTT Club,Shura TV,Sovok TV。從文件播放注意:ProgDVB 和 ProgTV 需要完整的 Microsoft .NET Framework 4.0 和 DirectX 9.0c.

ScreenShot

軟體資訊
檔案版本 Vagrant 2.211 (64-bit)

檔案名稱 vagrant_2.2.11_x86_64.msi
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 ProgDVB Software
官網 http://www.progdvb.com/progdvb.html
更新日期 2020-11-06
更新日誌

What's new in this version:

Improved:
- command/cloud: Add --force flag to version release command
- command/cap: Add ability to specify target
- core: Switch from unmaintained gem erubis to erubi
- core: Download Vagrant boxes using auth headers
- tests: Add integration tests for Docker provider

Fixed:
- core/synced_folders: Don't persist synced folders to fstab is guest is not reachable
- core: Don't try to recover machine without a uuid
- config/disks: Transform provider specific config to common form
- guest/linux: Check for /etc/fstab before trying to modify
- guest/linux: Create an /etc/fstab if does not exist
- guest/linux: Persist SMB mounts
- guest/debian: Set hostname in /etc/hosts as first step to changing hostname
- guest/rhel: Check for existence of network files before trying to update them
- tests: Remove rsync dependency from tests

Vagrant 2.211 (64-bit) 相關參考資料
04. 怎麼用Vagrant 練習Ansible? - iT 邦幫忙 - iThome

怎麼讓Ansible 操控用Vagrant 開好的機器? 接下來,我們將會用Ansible 來控制Vagrant 在本機上建立的虛擬機,其作業系統版本為Ubuntu 14.04 64-bit (AMD64) ...

https://ithelp.ithome.com.tw

Day 26 Vagrant 構建及配置虛擬環境 - iT 邦幫忙 - iThome

2018年10月27日 — Vagrant. Vagrant是一款用於構建及配置虛擬開發環境的軟體,基於Ruby,主要以命令行的方式運行。 主要使用Oracle ... [32-bit][64-bit] VirtualBox ...

https://ithelp.ithome.com.tw

Downloads | Vagrant by HashiCorp

64-bit. 64-bit. Download. Current Version: 2.2.10Download Older Versions · Changelog · Installation Instructions · Community Resources · SHA256 checksum ...

https://www.vagrantup.com

Vagrant by HashiCorp

Vagrant enables users to create and configure lightweight, reproducible, and ... HashiCorp Vagrant provides the same, easy workflow regardless of your role as a ... vagrant init hashicorp/bionic64; $ ...

https://www.vagrantup.com

vagrant up # 我們再來建一次vm - iT 邦幫忙 - iThome

安裝Vagrant. https://www.vagrantup.com/downloads.html. macOS 下載dmg檔,拉到application就好了 vagrant_2.1.5_x86_64.dmg. Ubuntu 下載Debian 64-bit, ...

https://ithelp.ithome.com.tw

[Day 02] Vagrant 介紹- iT 邦幫忙::一起幫忙解決難題,拯救IT 人 ...

2016年12月2日 — 作為示範,我將使用官方釋出的輕量級box -- hashicorp/precise64 (Ubuntu 12.04 (32 and 64-bit))來作為接下來的標準box。 首先,我們先在桌面 ...

https://ithelp.ithome.com.tw

使用Vagrant進行伺服器環境部屬 - 計資中心

2017年3月20日 — 指令4 是建立一個以Ubuntu14.04 64位元版本的初始化檔案。Test資料夾內會多一個Vagrantfile,這就是此台機器的設定檔,若是要增加記憶體、 ...

http://www.cc.ntu.edu.tw

怎麼用Vagrant 練習Ansible? - Chu-Siang Lai

怎麼讓Ansible 操控用Vagrant 開好的機器? 接下來,我們將會用Ansible 來控制Vagrant 在本機上建立的虛擬機,其作業系統版本為Ubuntu 14.04 64-bit (AMD64) ...

https://chusiang.gitbooks.io