Skip to main content

All Questions

2 votes
1 answer
168 views

Video stutters on Linux and Android when watching movies from a Windows share

I have a powerful PC running Windows 10. The PC is connected to a very powerful router (Ubiquiti Dream Machine PRO) via a gigabit wire. I also have a computer running Manjaro Linux. It is connected to ...
lolmaus - Andrey Mikhaylov's user avatar
0 votes
1 answer
1k views

Streaming local file through http with VLC

original question for reference using vlc -I qt a.mp4 '#http{mux=ffmpeg{mux=mp4},dst=:8080/stream}' --sout-all --sout-keep the video is playing locally fine with both audio and video but I got some ...
Antonin GAVREL's user avatar
0 votes
1 answer
1k views

Cannot get vlc to stream correctly through command line

I use the following command: vlc -I qt myfile.mp4 #standard{access=http,mux=ts,dst="8080/stream"} :sout-all :sout-keep and my error log is the following: VLC media player 3.0.16 Vetinari (...
Antonin GAVREL's user avatar
2 votes
1 answer
17k views

How to stream MPEG video using RTP using VLC command line

I'm attempting to convert the following vlc command line which is streaming an MPEG video over UDP ( no RTP ): cvlc -vvv /vlc/attract.mpg :norm=ntsc :v4l2-width=320 :v4l2-height=240 :v4l2-standard=...
Chimera's user avatar
  • 83
1 vote
1 answer
8k views

How to make VLC server that can communicate with clients

I have VLC 2.0.8 in and I have recently discovered that I can stream movies by using it. So my plan is: - at home I have a computer with a list of 3 movies (for example). - when I am traveling, I ...
Flame_Phoenix's user avatar
3 votes
2 answers
3k views

Playing random short clips from a collection of movies

I'm hosting a party, and I want to play random sequences from a collection of movies in the background. I don't want to sit and edit together five hours of footage by hand though. Ideally I would: ...
YXD's user avatar
  • 131
2 votes
1 answer
4k views

Linux: set up media server to stream video via the Internet?

How do I set up a media server in Linux which streams video over the internet? Is it easy to do this? I want a server that will actually encode video in real time to allow it to stream over sometimes ...
Hassan's user avatar
  • 563
1 vote
1 answer
2k views

VLC tv card streaming

I'm trying to stream the output of my desktop's tv card to my laptop using vlc without success. I have on both pcs ArchLinux installed. I'm stuck here: $ cvlc v4l2:///dev/video0:norm=pal-nc:...
Franco's user avatar
  • 123