Phsm Qwerty
Phsm Qwerty
Seems that small fix helps to read mpegts files. How to reproduce the bug it seems to fix: 1. Pick any videofile in any format (I used mkv with h264...
I'm trying to demux MPEG-TS over UDP. Code is something like that: ```golang addr, err := net.ResolveUDPAddr("udp", "239.1.2.3:1234") if err != nil { log.Fatalln(err) } conn, err := net.ListenMulticastUDP("udp", nil,...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ Prometheus Exporter API ~~~ ##### CLOUDSTACK VERSION ~~~ 4.17.0 4.18.0 ~~~ ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A #####...
This PR complements the [PR #10061](https://github.com/apache/cloudstack/pull/10061) to Cloudstack, to explain how passwords are provided in ConfigDrive. ---- 📚 Documentation preview 📚: https://cloudstack-documentation--501.org.readthedocs.build/en/501/
### Description This PR adds `` section to the domain XML of the virtual machine. It is useful when the additional instance info is needed from within the compute host,...
### Description This PR changes the behavior of Security Groups to disable connection tracking when it is not needed. The idea is that the VM that have "allow all" rule...