How to stream video without a Gui?Why doesn't video run smoothly on my laptop anymore?Stream PowerPoint as...
What does *dead* mean in *What do you mean, dead?*?
Either of .... (Plural/Singular)
When an outsider describes family relationships, which point of view are they using?
School performs periodic password audits. Is my password compromised?
The (Easy) Road to Code
Create chunks from an array
If nine coins are tossed, what is the probability that the number of heads is even?
Logistic regression BIC: what's the right N?
Is it possible to clone a polymorphic object without manually adding overridden clone method into each derived class in C++?
Help! My Character is too much for her story!
(Codewars) Linked Lists-Sorted Insert
Do black holes violate the conservation of mass?
Having the player face themselves after the mid-game
Can one live in the U.S. and not use a credit card?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Writing text next to a table
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
Was it really inappropriate to write a pull request for the company I interviewed with?
Can the Witch Sight warlock invocation see through the Mirror Image spell?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Does an unused member variable take up memory?
Would those living in a "perfect society" not understand satire
I can't die. Who am I?
Which country has more?
How to stream video without a Gui?
Why doesn't video run smoothly on my laptop anymore?Stream PowerPoint as videoAccessing VPN resources in Windows guest from Linux hostWhat are the minimum specs required for a PC to stream HD movie files?Trying to start a GUI process on a second machineStream video file in debian?Constant video stuttering/freezing/buffering over LANPlay VLC stream without interfaceStreaming an RTMP live stream from NGINX to Icecast2 on CentOSServer video stream without reencoding on linux
I need to set up a computer to put video on several screens at the same time (for charity related stuff). To save as many resources as I can from the original computer (which is getting old), I have two questions:
- Is it necessary to use a GUI to stream video from a Linux machine?
- And, if isn't, how do you automate video streaming without a GUI (in Linux)?
I think the screens are gonna be connected to a computer, and playing the stream via YouTube, but is there a way to avoid using a GUI for all of this?
linux video streaming gui
add a comment |
I need to set up a computer to put video on several screens at the same time (for charity related stuff). To save as many resources as I can from the original computer (which is getting old), I have two questions:
- Is it necessary to use a GUI to stream video from a Linux machine?
- And, if isn't, how do you automate video streaming without a GUI (in Linux)?
I think the screens are gonna be connected to a computer, and playing the stream via YouTube, but is there a way to avoid using a GUI for all of this?
linux video streaming gui
Do you mean the screens are all connected to a single machine running linux?vlc
,mplayer
andmpv
can all play a youtube url directly from the command line.
– Paul
Apr 25 '14 at 22:45
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15
add a comment |
I need to set up a computer to put video on several screens at the same time (for charity related stuff). To save as many resources as I can from the original computer (which is getting old), I have two questions:
- Is it necessary to use a GUI to stream video from a Linux machine?
- And, if isn't, how do you automate video streaming without a GUI (in Linux)?
I think the screens are gonna be connected to a computer, and playing the stream via YouTube, but is there a way to avoid using a GUI for all of this?
linux video streaming gui
I need to set up a computer to put video on several screens at the same time (for charity related stuff). To save as many resources as I can from the original computer (which is getting old), I have two questions:
- Is it necessary to use a GUI to stream video from a Linux machine?
- And, if isn't, how do you automate video streaming without a GUI (in Linux)?
I think the screens are gonna be connected to a computer, and playing the stream via YouTube, but is there a way to avoid using a GUI for all of this?
linux video streaming gui
linux video streaming gui
edited Apr 25 '14 at 23:45
Joseph Quinsey
4671723
4671723
asked Apr 25 '14 at 22:28
user57129user57129
214
214
Do you mean the screens are all connected to a single machine running linux?vlc
,mplayer
andmpv
can all play a youtube url directly from the command line.
– Paul
Apr 25 '14 at 22:45
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15
add a comment |
Do you mean the screens are all connected to a single machine running linux?vlc
,mplayer
andmpv
can all play a youtube url directly from the command line.
– Paul
Apr 25 '14 at 22:45
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15
Do you mean the screens are all connected to a single machine running linux?
vlc
, mplayer
and mpv
can all play a youtube url directly from the command line.– Paul
Apr 25 '14 at 22:45
Do you mean the screens are all connected to a single machine running linux?
vlc
, mplayer
and mpv
can all play a youtube url directly from the command line.– Paul
Apr 25 '14 at 22:45
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15
add a comment |
1 Answer
1
active
oldest
votes
Install Streamlink:
sudo -H pip install streamlink
Send the stream to cvlc --fullscreen
:
streamlink --player="cvlc --no-video" "https://www.youtube.com/freecodecamp/live" best
Personally what I was needing was just the audio, --no-video
.
Great tip here. +1
– JakeGould
2 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f746158%2fhow-to-stream-video-without-a-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Install Streamlink:
sudo -H pip install streamlink
Send the stream to cvlc --fullscreen
:
streamlink --player="cvlc --no-video" "https://www.youtube.com/freecodecamp/live" best
Personally what I was needing was just the audio, --no-video
.
Great tip here. +1
– JakeGould
2 mins ago
add a comment |
Install Streamlink:
sudo -H pip install streamlink
Send the stream to cvlc --fullscreen
:
streamlink --player="cvlc --no-video" "https://www.youtube.com/freecodecamp/live" best
Personally what I was needing was just the audio, --no-video
.
Great tip here. +1
– JakeGould
2 mins ago
add a comment |
Install Streamlink:
sudo -H pip install streamlink
Send the stream to cvlc --fullscreen
:
streamlink --player="cvlc --no-video" "https://www.youtube.com/freecodecamp/live" best
Personally what I was needing was just the audio, --no-video
.
Install Streamlink:
sudo -H pip install streamlink
Send the stream to cvlc --fullscreen
:
streamlink --player="cvlc --no-video" "https://www.youtube.com/freecodecamp/live" best
Personally what I was needing was just the audio, --no-video
.
edited 2 mins ago
JakeGould
32k1098140
32k1098140
answered 6 mins ago
Pablo BianchiPablo Bianchi
233110
233110
Great tip here. +1
– JakeGould
2 mins ago
add a comment |
Great tip here. +1
– JakeGould
2 mins ago
Great tip here. +1
– JakeGould
2 mins ago
Great tip here. +1
– JakeGould
2 mins ago
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f746158%2fhow-to-stream-video-without-a-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you mean the screens are all connected to a single machine running linux?
vlc
,mplayer
andmpv
can all play a youtube url directly from the command line.– Paul
Apr 25 '14 at 22:45
Please edit and clarify your question. If the screens are physically attached to the computer, you don't need any kind of "streaming". How did youtube get into this, are you going to play local files or youtube videos? Is your question "How can I play youtube videos without a GUI"?
– terdon
Apr 26 '14 at 11:15