Search found 5 matches

Go to advanced search

by xha1e
09 Mar 2024 00:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: sending usb stream
Replies: 0
Views: 729

sending usb stream

Is there anything wrong with my vlc commands for sending and recieving a stream? I would like to send a usb camera stream from one Pi4 to another and view it on a screen. I was able to successfully encoder and decode the stream on teh same device (view the usb camera on the hdmi output of the same d...
by xha1e
29 Feb 2024 00:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: unexpected behavior when invoking vlc from php
Replies: 4
Views: 2073

Re: unexpected behavior when invoking vlc from php

This is the error message I get when running vlc: command: cvlc --play-and-exit --fullscreen "/var/www/html/videos/big*" | 2>&1 | sudo tee output_file response: Failed to create secure directory (/var/www/.config/pulse): No such file or directory [012e96c8] vlcpulse audio output error:...
by xha1e
26 Feb 2024 18:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: unexpected behavior when invoking vlc from php
Replies: 4
Views: 2073

Re: unexpected behavior when invoking vlc from php

The input is the path and file name for the .mp4 video location:

Code: Select all

vlc --loop --fullscreen ${path}${fileName}
by xha1e
26 Feb 2024 06:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: unexpected behavior when invoking vlc from php
Replies: 4
Views: 2073

unexpected behavior when invoking vlc from php

Hi I am having an issue with invoking vlc from a php page. When the script is invoked from php, VLC returns the following message: VLC media player 3.0.20 Vetinari Command Line Interface initialized. Type `help' for help. > Shutting down. However, if I invoke the script from command line, vlc runs a...

Go to advanced search