VLC - The free and open source cross-platform multimedia player

mail

How to stream content from the CLI ?

I learned this while actually trying to answer this question.
This is hardly more than a proof-of-concept / draft : this works at home, but there are so many things that could be improved / fixed
On the receiver side :
vlc rtp://192.168.56.101
On the sender side :
vlc -vvv video.mp4 --sout '#duplicate{dst=display,dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:rtp{mux=ts,dst=192.168.56.101,sdp=sap,name="TestStream"}"}'