-
https://github.com/sarfarajkazi/RT-Contributors/blob/master/includes/class-rtc-main.php#L56-L60
https://github.com/sarfarajkazi/RT-Contributors/blob/master/includes/admin/class-rtc-admin-actions.php#…
-
**Summary**:
`usrsctp` invokes send callback on socket, which was already closed by user's code.
Typically user code in send callback does some memory access to already freed memory.
This happens …
-
I know Android support is still experimental, but is it working for some people?
I want to build an Android native library (.so file) which uses WebRTC's peer connection layer to enable p2p media stre…
-
rshell 0.0.28
Windows 10 , driver : microsoft usbser.sys
Board : Pytrack (lopy4) , Pycom MicroPython 1.18.2.r7
Each time i try to get file from lopy i'm facing an error (exception)
I can do repl, …
-
Hi, I am trying to send via WebRTC server-to-server some H264 data.
On the sending side I am reading a .264 file that is playable on VLC. I also extract the data via ffmpeg for comparison (Image 1…
-
-
Simple how to use, plus possibly some info on how to create custom command handlers.
-
[Documentation](https://github.com/micropython/micropython/blob/master/docs/library/machine.RTC.rst#methods) defines `RTC.init()` method accepting `tzinfo` argument:
```
.. method:: RTC.init(datet…
-
PiJuice still having wakeup reliability issues when no external power.
Some errors logged in `startup.sh.out` include:
```
hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Inva…
-
There is an issue with the I2C bus state when using low power deep sleep. The problem occurs when the sleeping. When the I2C master goes to sleep, the SCL and SDA lines are pulled low while the MCU …