Questions tagged [streaming]
165 questions
0
votes
1 answer
ffmpeg-php installation error on centos
I've installed ffmpeg and and ffmpeg-php so many before and it worked, today i'm having an error
when i run make or make install, i get this error
make: *** [ffmpeg_frame.lo] Error 1
i tried these solutions [1] [2] and won't fix it (at least for…

user
- 849
- 3
- 13
- 18
0
votes
2 answers
Encrypting/Decrypting MPEG-2 Transport Stream in realtime
I have to send unicast mpeg2ts stream from one datacenter to another (dc1 to dc2). The output I get from encoder bank in dc1 is not encrypted and I need to encrypt it before sending it to dc2. At dc2 I need to decrypt it and send it to transcoders.…

Nagota
- 19
- 7
0
votes
3 answers
Why are my long videos longer to start playing than short ones using jwplayer and lighttpd?
I have a video streaming site with the following lighttpd configuration:
server.modules = (
"mod_compress",
"mod_access",
"mod_alias",
"mod_rewrite",
"mod_redirect",
"mod_secdownload",
"mod_h264_streaming",
…

Bite code
- 409
- 5
- 17
0
votes
1 answer
Streaming Audio Video
We're currenty using Windows Media Services to stream live and on demand audio/video. We're currently looking for a solution that's more cross-platform compatable (iOS compatable).
I've looked into the new IIS Media Services, but it falls short of…

Doug
- 11
- 2
0
votes
1 answer
Alternative to SHOUTcast server?
I have a streaming system that generates an MP3 stream as output for the listeners. This streaming system runs on a modern 64bit linux machine and on this machine the old SHOUTcast 1.9.8 server doesn't work properly. I've tried to use the Icecast…

Segaja
- 1
- 1
- 1
0
votes
1 answer
3gp file streaming server in Fedora
I want to set up a streaming server to stream 3gp videos on-demand. I've tried using ffmpeg, but it seems ffmpeg doesn't support 3gp streaming. It gives an error saying
Codec for stream 0 does not use global headers but container format requires…

SparrowG
- 3
- 3
0
votes
2 answers
Server for a Web TV...dedicated?
I'm developing a website and I want to integrate a Live Web TV.
I have this dedicated server :
Quad Core Q6600
4x 2.40+ GHz
4GO RAM
1TO Disk Space
Unmetered Bandwidth
100Mbps (goes down to 10Mbps if I reach 3TO of bandwidth. Possibility to swtich to…

Emanuel
- 1
- 1
0
votes
2 answers
Flash: static video content streaming vs. no streaming?
I'm trying to understand what the essential differences are between a server architecture which is designed to stream media e.g. FLV or h.264 to Flash players vs. an ordinary HTTP-Server (e.g. Apache serving static content) which is capable of…

mark
- 1,516
- 5
- 21
- 33
0
votes
1 answer
multiple streaming servers behind a Bastion Host
I am using open source streaming server Red5 on multiple servers.
Which are running behind a bastion host.
the world knows these sites as
http://site1.mydomain.com
http://site2.mydomain.com
http://site3.mydomain.com
http://site4.mydomain.com
To…

Bond
- 781
- 4
- 12
- 22
0
votes
1 answer
Local Live Quicktime Video Broadcast, latency?
I'm looking into the feasibility of using a local server to distribute live video of a conference to delegates in the same room. They would still hear the live audio coming from the speaker, so only the video would be streamed. I was considering a…
user38392
0
votes
0 answers
Server with high bandwidth + ftp connection impossible (CENTOS 7 + NGINX)
I have a video streaming server using centos + nginx (1gbps port).
When all services are active it is impossible to connect to ftp. There is no bandwidth left for FTP. It prevents me from adding new files.
Is there any solution? Is it possible to…

Adonai
- 1
0
votes
2 answers
Streaming server with automatic quality
Does anyone knows a media streaming server solution for streaming video/audio with automatic quality(depending on the client bandwidth).
Thanks in advance!

mxg
- 113
- 2
- 4
0
votes
0 answers
How to configure nginx reverse proxy to stream large files immediately
I have an nginx server configured as a reverse proxy that is working fine.
However I am serving up large MP4 files and there is a very long delay since the nginx server has to download the entire file from the (slow) provider.
Is there any way to…
0
votes
0 answers
Is it secure to install both Nginx and Shoutcast on one server
I want to use one server as a host (Nginx) and a streaming server.
Is it secure to install both Nginx and Shoutcast on one server?

Sadegh
- 101
- 1
0
votes
3 answers
How to stream HD video from the web?
I'm interested if there any web server application that allows you to stream HD quality live chat without software application installed on streaming client PC. Flash Media Server allows HD streaming but it must be encoded prior to that which makes…

eugeneK
- 410
- 2
- 8
- 18