Dillon Bussert
Dillon Bussert
Moved this from node-vsphere to node-vsphere-soap, since it appears to be an issue in the lib. I've added this library to a hubot script that controls our Vsphere, so it...
If the demuxer hits a sync_byte that is not `0x47` it will freeze the video and be unable to progress demuxing the next packets. This is what's seen in chrome...
I'm running this on a lightweight virtual server that only has enough resources to handle 1 channel at a time. If I start watching a channel then change to another,...
SAP messages for MPEG-TS UDP video have a `/x` to the port like `8208/1`. Wireshark calls this `Media Port Count`. The media filter of `\d` does not match this, so...
Using this works fine with `gstd-client`, but the same command posting to the HTTP client shows an error in `gstd` ``` (gstd:294): GStreamer-WARNING **: 20:47:07.511: Invalid caps feature name: 'memory...
Is it possible to either 1) make the pip install automatically include the package below or 2) not require it be installed if not using redis? This error comes from...
Seeing this error in `v1.2.0` after upgrading. Server will work normal for a few minutes and then all streams will stop working and new client caller connections will fail with...
Listening to multicast does not join a specific interface when calling ` socket.addMembership(multicast);` The datagram documents for addMembership say: `If the multicastInterface argument is not specified, the operating system will...
Install fails on `python3 -m pip install adsbcot[with_pymodes]`, this is with fresh adsbexchange image running on a Pi3. ``` pi@adsbexchange:~ $ python3 -m pip install adsbcot[with_pymodes] Looking in indexes: https://pypi.org/simple,...
**Describe the bug** This file is thought to have valid metadata is and used often for testing java.lang.IllegalArgumentException: Invalid OID field at org.jmisb.api.klv.UniversalLabel.testValidity(UniversalLabel.java:71) at org.jmisb.api.klv.UniversalLabel.(UniversalLabel.java:21) at org.jmisb.api.klv.KlvParser.parseBytes(KlvParser.java:48) at org.jmisb.api.video.MetadataDecodeThread.run(MetadataDecodeThread.java:102) [MetadataDecodeThread...