Questions tagged [streaming]

164 questions
9
votes
3 answers

Is RAID 0 or JBOD better for home media server?

I have an external two-bay drive enclosure (the OWC Mercury Elite-AL Pro) connected to a Mac Mini (my home media server) over FireWire 800. I'm streaming media to other computers in the house over wired gigabit. I have two 1.5 TB drives that I'm…
Donald Hughes
  • 289
  • 1
  • 3
  • 9
8
votes
3 answers

NGINX Serving Large mp4 Files extremely inefficiently

I am currently running nginx/1.0.15 on a Centos 6.6 OS. The server has the following specs: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (8 cores) 32GB Ram 5 x 6000 GB 7200 RPM (Raid 10) The Problem The server has a 1Gbit/s connection, however it tops…
Kenneth
  • 121
  • 1
  • 1
  • 4
7
votes
7 answers

How can I block Spotify on our company network?

How can I block Spotify on our company network? Unfortunately it's killing our bandwidth and the effect is really serious.
chrism2671
  • 2,549
  • 9
  • 34
  • 45
6
votes
2 answers

Does nginx allow an upstream server to respond to and close a request before it has finished?

I have an image upload service that nginx proxies requests to. Everything works great. Sometimes though, the server already has the image the user is uploading. So, I want to respond early and close the connection. After reading the headers and…
thesmart
  • 130
  • 1
  • 8
5
votes
9 answers

How to encode video to use HTML 5 video tag?

I'm trying to use
lexsys
  • 2,863
  • 5
  • 30
  • 34
5
votes
3 answers

Varnish config rules to cache large MP3 and PDF files?

Our site has a number of large PDF and MP3 files which we would like to cache in Varnish as static files. Currently we don't do much special - simply remove the cookies in vcl_recv and set resetp.ttl = 100w; in vcl_fetch. The problem seems to be…
Nic Cottrell
  • 1,282
  • 16
  • 31
5
votes
2 answers

Save the stream to mp4 files

How can I keep the flow (protocol rtsp, codec h264) in file (container mp4)? That is, on input an endless stream (with CCTV camera), and the output files in mp4 format size of 5-10 minutes of recording time. OS: debian, ubuntu Software: vlc, ffmpeg…
Ruslan Sharipov
  • 153
  • 1
  • 1
  • 3
5
votes
2 answers

tail -f without the tail?

Is there a command in Solaris to read a file, and when it gets to the end to stream the way tail does? I need to read the file from the start, and it is a binary file. Information on Solaris and Linux would be appreciated.
700 Software
  • 2,163
  • 9
  • 47
  • 77
5
votes
2 answers

Are there high availability cluster solutions for real-time TCP streaming?

We have a server that receives some data, acting as a TCP client, processes it in some way, and serving processed data to clients, acting as a TCP server. It also stores this data on disk and can serve it from files instead of real-time stream. The…
5
votes
3 answers

which internet audio streaming server can I use?

I need an audio streaming setup that supports the following formats: WMA, AAC and MP3. The streams must be compatible both with desktop players like Winamp. Win Media Player and with Flash Player and devices like iPhone, Android, etc. I'm looking…
evilpenguin
  • 781
  • 3
  • 9
  • 16
5
votes
1 answer

How to make H264 (.mp4) streaming module to work with lighttpd 1.5

H264 is not working with lighttpd 1.5, but it's ok with 1.4 Any suggestions?
Kirzilla
  • 543
  • 3
  • 8
  • 20
4
votes
1 answer

ffmpeg continue listen port

I'm trying to configure restream server, ffmpeg listen on rtmp://ip:port and output to few stream services(youtube, twitch...etc) the problem is when I stop OBS streaming(using this on local pc) ffmpeg on server going down and i need manually run it…
Shadowraze
  • 65
  • 1
  • 6
4
votes
1 answer

Tools for load-testing a videoserver

I'm looking for a tool capable of setting up multiple RTSP streaming sessions and keeping them alive for a configurable amount of time. Ideally this should not be videoserver specific and as lightweight as possible. The only tools I know of…
agnul
  • 536
  • 4
  • 12
4
votes
3 answers

What is meant by "streaming data access" in HDFS?

According to the HDFS Architecture page HDFS was designed for "streaming data access". I'm not sure what that means exactly, but would guess it means an operation like seek is either disabled or has sub-optimal performance. Would this be…
Van Gale
  • 472
  • 1
  • 5
  • 10
4
votes
1 answer

Getting the actual time that a video file is seeked to using nginx_mod_h264_streaming

I'm trying to set up a pseudostreaming site that has timed subtitles for h264 video files that are served via nginx_mod_h264_streaming + JW Player. The subtitles are automatically converted to a format that JW player can read, which is a PHP script…
1
2 3
10 11