
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Play media from your computer on a Raspberry Pi hooked up to a TV.
Some people have a raspberry pi (or other small ARM computer) plugged into a
TV or big screen of some kind. It can be useful to play videos or youtube videos
on it sometimes. picast is a command line tool for sending local media or
youtube urls to the pi's screen.
$ npm install --global picast
$ picast --serve
Make sure omxplayer is installed.
On the same local network as the Pi, run
$ npm install --global picast
$ picast media.mp4
It will find the Pi and instruct it to stream the media from the local machine.
You can control the omxplayer instance from stdin in this terminal.
picast --serve
Run a picast server. Prints its IP address and port to stdout.
picast [-h HOST] FILE
Play a local file on the pi. Optionally specify the IP address. Defaults to
10.0.0.32 otherwise.
picast [-h HOST] URL
Play the video at URL. This uses the external program youtube-dl to try and
find and play any embedded video on the website. Requires youtube-dl be
installed on the pi.
If you replace media.mp4 above with a YouTube URL (or anything
youtube-dl can play), it will stream it on
the pi. Requires youtube-dl be installed on the pi.
ISC
FAQs
> Play media from your computer on a Raspberry Pi hooked up to a TV.
We found that picast demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.