neilyoung

Results 210 comments of neilyoung

I cannot see a major advantage of ZRAM over SWAP. Running `make -j2` now, and it is unexpectedly lame. SWAP usage is 500 MB of 1.23 GB. Mem is at...

Here the unexpected messages: ``` Neils-MBP:GStreamer-Python neilyoung$ python3 main_prg.py Unexpected message received. Pipeline state changed from null to ready. Unexpected message received. Pipeline state changed from ready to paused. Unexpected...

Well, yes. TCP is a very optimistic assumption... And then this with 720p... ``` I420 720 1280 Traceback (most recent call last): File "/Users/neilyoung/Documents/Python/GStreamer-Python/vid_streamv3.py", line 78, in new_buffer arr =...

Same with XCode 11.3 Does not compile

I think it is a matter of wrong logical operator precedence. Change line 47 in backend/user-routes.js to ``` if (!(user.password === req.body.password)) { ```

I solved that by installing an up to date npm version manually

I suppose, there is still no support for websockets?

https://github.com/airbnb/native-navigation/issues/114 It's dead, Jim

I'm sure I'm way to late to the party, but I think the reason for this "no more than 320 x 240" is here https://github.com/fyhertz/libstreaming/blob/3a78d2219a4cf5bc972cdc59a8f84349fda277c6/src/net/majorkernelpanic/streaming/video/H264Stream.java#L125 I commented out the fallback...

> ### Problem > `MediaConnection.close()` doesn't propagate the `close` event to the remote peer. > > ### Solution > The proposed solution uses a similar approach to the `DataConnection`, where...