You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
I've got VLC and its CLI set up but the instructions on the markup aren't that clear to follow for someone new to VLC like me. Reading through the VLC CLI documentation I've got amended the line to run as:
That opens the playlist box but whenever I drag the .mp4 into there I get an error for the stream chain:
[00007f92c4c0f210] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f92c4f230c0] main playlist: playlist is empty
[00007f92c867c0e0] main stream output error: stream chain failed for `duplicatedst=display'
[00007f92c70340f0] main input error: cannot start stream output instance, aborting
Not familiar with VLC at all so any help is appreciated.
The text was updated successfully, but these errors were encountered:
I've got VLC and its CLI set up but the instructions on the markup aren't that clear to follow for someone new to VLC like me. Reading through the VLC CLI documentation I've got amended the line to run as:
vlc --sout=#duplicate{dst=rtp{dst=127.0.0.1,port=5004,sap,name=sergio},dst=display} --no-sout-audio --sout-video --sout-keep
That opens the playlist box but whenever I drag the .mp4 into there I get an error for the stream chain:
Not familiar with VLC at all so any help is appreciated.
The text was updated successfully, but these errors were encountered: