Questions tagged [streaming]
174 questions
38
votes
10 answers
Streaming to an Apple TV (3) from Linux
Alright, here is the setup:
One apple tv 3 in the living room, connected to the network (wired).
One pc running Linux (Arch Linux x64, AMD), containing all music, movies and series (wired).
Now I know that the atv can stream music and stuff shared…
MaienM
- 725
- 1
- 6
- 9
29
votes
4 answers
How do I play an HTTP music stream over SSH?
I know I can just do mplayer to open and play a stream on the local machine. However, I'm behind a firewall.
Instead, I'd like to open the stream on a remote machine, but still play it on this one. Remote connections are what SSH is for,…
Anko - inactive in protest
- 4,506
- 2
- 29
- 57
28
votes
7 answers
How I can record stream radio in Linux?
How can I record a radio stream in Linux like the screamer in Windows? Does anyone have any idea or suggestion?
Erased
- 381
- 1
- 3
- 4
27
votes
9 answers
What software can I use to do live screen-casting in linux?
I'm looking for a software to do live screen-cast of our local user group meeting. What software can I use to do that? Ideally I'd like to capture the computer screen and speaker's audio and stream it live?
Edit: I'm not looking to just record my…
Amjith
- 373
- 1
- 3
- 9
12
votes
1 answer
How can I stream my desktop/screen to /dev/video1 as a (fake) "webcam" on Linux?
I have two commands, one that lets me record my screen to an AVI video file, and another which lets me stream a video file as a (fake) "webcam". This is really useful in apps that doesn't support selecting one screen to share (I'm looking at you…
dǝɥɔS ʇoıןןƎ
- 351
- 1
- 2
- 10
9
votes
2 answers
How to stream video from webcam to network with ffmpeg?
I'm trying to stream h264 video from my Logitech C920 webcam.
I'm using such ffserver.conf:
Port 8099
NoDaemon
BindAddress 0.0.0.0
RTSPPort 5004
RTSPBindAddress 0.0.0.0
MaxClients 10
MaxBandwidth 10000
CustomLog -
…
Val
- 191
- 2
- 2
- 6
9
votes
4 answers
How to play RTSP stream under Linux for the BOSCH AutoDome Junior HD IVA camera?
I have a AutoDome Junior HD IVA camera. How do I play RTSP stream in my Linux distro? I tried VLC but it fails. Is there any other reliable tool?
Follow up:
Try 1: fail
$ mplayer rtsp://192.168.1.10:554
MPlayer SVN-r33251-4.6.0 (C) 2000-2011…
user11085
8
votes
1 answer
Enable RTSP in iptables
I'd like to receive a RTSP stream via VLC, but when I try to run
sudo -u non_root_user cvlc -vvv -I dummy rtsp://ip:port/x.sdp
I get:
Unable to determine our source address: This computer has an invalid IP address: 0x0
I think that the ports…
DropDropped
- 183
- 1
- 1
- 3
8
votes
1 answer
How can I setup Apache on Linux to stream WMV-HD to Xbox 360?
What I am looking for is a free and open source solution. If the distro I use matters, it is Open SUSE. VLC supports only WMV1&2.
James
- 377
- 5
- 10
6
votes
2 answers
Stream Youtube with mpv starting at an arbitrary point later in the video
I prefer streaming Youtube videos via mpv,
mpv https://www.youtube.com/watch?v=
However, for long videos sometimes the audio breaks down in the middle, leaving error messages like
[ffmpeg] tls: Error in the pull function.
Restarting…
jjdb
- 111
- 1
- 2
- 9
6
votes
1 answer
Is it possible to "fork" STDOUT to two different locations?
Possible Duplicate:
Is there a way in bash to redirect output and still have it go to stdout?
Let's say I do:
ps -ef | grep httpd
to see if apache is running or not, but I also want to "dump" the output of ps -ef into a file at the same time.…
n0pe
- 9,411
- 13
- 60
- 108
5
votes
1 answer
Don't wait for audio stream with ffmpeg/avconv using named pipes
I have two named pipes, audio_conv and video, for s16le and h264 streams, respectively. I want to convert them to webm format on fly. Data to these pipes proceeds from my application, that parses proprietary format and converts audio. But sometimes…
FunkyCat
- 171
- 8
5
votes
2 answers
Stream audio from Linux to Raspbmc
I'd like to stream audio (mainly Spotify) to my Raspberry Pi. I am running Fedora 19 and Raspbmc is running on the Raspberry Pi. I'd like to stream wireless.
My first thought was to use AirPlay, as XBMC already supports it. However, they are using…
dirkk
- 101
- 6
4
votes
1 answer
Sending raw video stream over network to an encoder
I'm trying to build a setup using OS X machines for streaming live video. Currently I use Flash Media Live Encoder on the same machine that is handling the video input unfortunately because FMLE uses up a lot of resources it causes delays in the…
Rory
- 41
- 2
4
votes
1 answer
Is there a command line tool for analyzing audio frequency
I am planning to analyze audio via linux command line.
There are a lot of analyzers out there which have a graphical interface, but since I want to make an automated input/output of this information I can't use a GUI.
The optimal case would be to…
syss
- 691
- 9
- 20