by Pericror | Jan 21, 2022 | Software Development, WebRTC
WebRTC is great at negotiating a mediastream and peer connection, but sometimes abstracts the codec used. When you want to use a specific codec, you need to modify the default session description. In the session description (SDP) there exist lines such as: m=video 9...
by Pericror | Jan 15, 2022 | Software Development
Are you trying to retrieve all posts from a given category in wordpress using the wordpress API? Do you need to get more than 10 posts from a post category when using the wordpress api? In this post, we’ll cover how to get all posts in a category using the...
by Pericror | Jan 7, 2022 | Software Development, WebRTC
Under the WebRTC unified-plan sdp, it is preferred to utilize a single media stream with multiple video tracks when sending multiple videos across an RTC peer connection. In your js, you may call pc.addTransceiver('video', {direction: 'recvonly'}); multiple times to...
by Pericror | Jan 7, 2022 | Software Development, WebRTC
WebRTC is gaining popularity for its efficient video streaming capabilities over the web. You may wish to take advantage of this technology to stream your own set of images, normally rendered locally with opencv / cv2 / PIL over a web server. This is a great choice to...
by Pericror | Jan 5, 2022 | Software Development
Preparing for a career as a robotics engineer / preparing for the robotics engineering interview Have you ever asked yourself how to get a robotics engineering job or how to prepare for a robotics engineering interview? There are many online resources on how to...
by Pericror | Feb 1, 2021 | Software Development
In this blog we’ll show you how to change the drill size of all vias of a given signal name in Eagle with four simple steps. Change the drill size can be useful if you accidentally created vias after changing the drill size and want to revert them back to the...