Questions tagged [streaming]
165 questions
1
vote
1 answer
nginx cpu consumption for ssl termination with rtmp stream
Here is my nginx config file
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log error;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
stream {
server {
listen *:443 ssl;
…

Maxim Yefremov
- 271
- 1
- 3
- 17
1
vote
1 answer
Can't stream media on network
Long story short, at our office network, we can't really certain things. Last.fm downloads an entire song before playing it, and YouTube loads and then all of a sudden the entire video is loaded and it plays. It won't play before hand.
iTunes radio…

Daniel Huckstep
- 539
- 2
- 8
- 19
1
vote
1 answer
How to turn a script into a daemon? So that upon a random script failure it is restarted by the kernel?
I have a script which streams important logs from another system.
Unfortunately the machines are separated by a large distance which means that the connection between them can be poor.
How to deal with a script which streams data, but has a tendency…

Greg
- 1,657
- 5
- 27
- 38
1
vote
0 answers
Nginx byte range cache issue with Safari
I'm having some issues with MP4 byte range caching and Apple browsers. I have a cache node that grabs content from a backend node, and caches it, and then serves it to users. This is done using nginx proxy_pass along with nginx caching.
I found that…

user3749382
- 11
- 4
1
vote
1 answer
duplicate video stream using a router (?)
I have a viedo stream coming from one site, I want to do the following with the minimum delay possible:
I want to duplicate the stream (inside the router - preferred) and send it to a few more locations one of them is local network and the rest - on…

Dani
- 531
- 3
- 11
- 24
1
vote
2 answers
Office 365 Skype/Lync: Support for stream multicast or mirroring?
Does Skype for Business / Lync when used via the hosted Office 365 service have the ability to do any stream multicasting or mirroring for group meetings?
Background:
I’m in a branch office with a few dozen users. I’ve not done a full analysis, but…

Wafflecode
- 13
- 5
1
vote
1 answer
“Proxy” for streaming video
I am investigating playing live streamed video at an event venue, to a large number of Wifi connected devices. Set up would be:
Camera -> PC -> cloud streaming server (like Wowza) -> wifi AP -> devices
I'm trying to figure out how to affordably…

Jules
- 111
- 4
1
vote
1 answer
configure nginx to autolaunch ffmpeg
I would like ffmpeg to be autolaunched from nginx when it starts and provide a converted dash stream for the users who visit my webserver.
Right now I can go to:
http://localhost:18080/dash/twitch.mpd
but for this I have to run
ffmpeg -re -i…

defiler
- 11
- 2
1
vote
1 answer
IP Webcam Streaming to website through a flash player
I have been working on setting up a website that aggregates webcams from several local businesses onto a single website. I would like to only require the businesses to need a webcam and not the supporting computer. It seems the best solution for…

jW.
- 155
- 1
- 2
- 7
1
vote
1 answer
Send single stream to multiple users
I intend to send a live video stream to multiple users. Currently, I'm using a webrtc gateway(server-side) to relay an incoming stream to multiple recipients, which incurs one stream per recipient, leading to high outgoing bandwidth.
Is there a…

galactocalypse
- 133
- 1
- 7
1
vote
1 answer
PHP NginX - Output Buffering - Video Streaming
(Since it contains some coding but also it's concerning nginx configuration i think it would be the best to have it in serverfault).
I have some Video Files in my Server that are stored in a folder inside my filesystem and i am using PHP to read the…

user3393046
- 131
- 2
- 11
1
vote
0 answers
best setup for fast sustained streaming (sequential?) disk writes
i am setting up a high speed/high resolution scientific image acquisition system. i need data write rates of ~1 GB/sec sustained for ~1 hour. i don't have experience with raid, but my plan is to raid 0 the following:
LSI MegaRAID 9280-16i4e
11x…

user1441998
- 111
- 2
1
vote
3 answers
How to set up an HTTP video-streaming server for 'tablet independent viewing'?
I have a situation in our lab where we have a lot of video tutorials and a lot of different tablets are being used by the members of the group. Everyone wants to be able to 'stream' the videos from the server machine. Since ubiquitous apps don't…

PhD
- 111
- 3
1
vote
1 answer
Are there any soultion to stream flv/f4v to Adobe Flash Media Server from files on a client machine?
Our customer is looking for a solution to stream flash video to Adobe Flash Media server from his client machine. I need something like Adobe Live Media Encoder, but the source needs to be a playlist on the client machine. I tried Adobe Media…
user13255
1
vote
1 answer
Youtube Streaming (Geographical Location)
Is it possible to find out the geographical location (IP Address/host) that I'm streaming a specific Youtube video?
I believe not all videos stream from the same Youtube Cache server, correct?
By nslookup the v1.lscache1.c.youtube.com it seems by…

Andre
- 1,341
- 4
- 19
- 34