Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
3 views

Stream video from my Windows VPS? [migrated]

I run a Linux distro on my laptop and I have access to a remote Windows 7 desktop as a VPS. I have movies on that VPS. How would I go about streaming them? Thanks in advance
3
votes
2answers
25 views

Tracking down “Connection reset” errors in Linux

I'm handling large numbers of concurrent downloads (approx. 500 per server) using Java. All the files are being downloaded from Amazon S3, and the downloading server is an EC2 m1.large instance. ...
2
votes
4answers
98 views

Hardware Raid 10 For Video Serving

I just ordered a new server which will be used to serve mp4 video files ranging from 10MB up to 90MB using nginx (with pseudo-streaming). This server has dual opteron 6128, 64GB of RAM. What I would ...
0
votes
1answer
69 views

What is the best way for serving a file that is being written to?

I'd like to setup a web-server (or other kind of server?) that will allow clients to download a file using http. However, I want to start serving the file before it has been fully written to disk. ...
0
votes
0answers
18 views

streaming audio over ssh [migrated]

I do most of my work over ssh on a remote linux server where I also keep most of my files. I'd like to be able to hear any sounds that normally would be on the PC speaker. Is there a way to have sound ...
0
votes
2answers
136 views

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 ...
0
votes
0answers
56 views

IIS 7.5 slows down (streaming)

I stream mp4 videos via IIS 7.5. For 1-2 hours everything is just fine. I can stream videos at 100 mb/s of total. A few hours later, it slows down to max 30 mb/s. I can't recylce the application ...
0
votes
3answers
65 views

Router for a heavy video streaming dependent network

I have a 50 Mbps WAN link and I use Asus RT-N16 with tomato firmware for NAT. My users view multiple streaming videos. At any given time there would be about 20 streaming videos which are being ...
1
vote
0answers
82 views

Wowza on EC2 Set up and Questions

I have a wowza instance installed and running on EC2, but I can't find the keypair file. I am trying to install another wowza instance on a different aws account. I have the following questions, I'd ...
0
votes
1answer
48 views

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 ...
0
votes
0answers
71 views

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 ...
1
vote
1answer
67 views

How to stream a live channel [closed]

First of all let me make this clear I'm not asking for instruction here but I just wish to ask for some information since I was googling for over a week and felt that I will never get any answer to my ...
2
votes
1answer
60 views

Desk audio streaming and shared speakers streaming options for an office? [closed]

I've been handed an interesting project and want to be sure about what I put in place. We have several 'islands' of tables (different teams) and several users in heavy phone usage areas of the ...
-3
votes
1answer
183 views

Linux: Locally monitor if remote Icecast / Shoutcast stream goes down, receive Email and hear sound alert on failure [closed]

I'd like to have a continually running program, that emails me and plays a sound telling me a stream is down, if and when such an event occurs. I have Ubuntu on a laptop I'd like to run a test ...
-1
votes
1answer
60 views

Live Stream to iPhone [closed]

I have a simple setup: Server with Intel Duel Core Xeon with 8 GB of RAM Fitted with a Ospray 440 hardware. Have a software for capturing, encoding and streaming live TV. (probably VLC Player or ...
0
votes
3answers
212 views

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", ...
3
votes
2answers
89 views

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 ...
0
votes
1answer
53 views

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 ...
0
votes
1answer
332 views

Alternative to SHOUTcast server? [closed]

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 ...
0
votes
0answers
140 views

how to play ts in a m3u8 list continuously

I'd like to play the ts segments in a m3u8 file continuously,they all transport through http.I suppose here are three ts in sequence,01.ts,02.ts and 03.ts. I have got some information from APPLE's ...
0
votes
0answers
158 views

iis smooth streaming treat m3u8 as static for hls

I want to host Smooth Streams and HLS content side by side on an IIS origin. The Smooth Streaming is working great but it is interpreting requests for .m3u8 and .ts files instead of serving them ...
0
votes
1answer
100 views

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 ...
2
votes
0answers
181 views

RTP Streaming with VLC and remote control

I'd like to set up a remotely controlled (through SSH) streaming server with VideoLAN VLC. I managed start the RTP stream through SSH with the command: cvlc v4l2:///dev/video0 --sout ...
1
vote
1answer
85 views

Users from my ISP's IP range can't hear my radio stream but others can

I'm streaming a radio via Shoutcast server from a PC in my office and ppl from around the world can hear it in browser or via wmedialayer/winamp, but people from my ISP (including me when I use outer ...
2
votes
1answer
467 views

CloudFront or other CDN with RTSP streaming?

So I've been bouncing between CDN's trying to optimize our serving solution. We're serving short video clips into our code that display either an html5 video element (MP4 or OGG) or a flash swf (FLV) ...
0
votes
1answer
188 views

Experience using Wowza Media Server for Amazon EC2?

Question 1: WHat have people's experiences been with using Wowza Media Server 2 for Amazon EC2 (http://www.wowzamedia.com/ec2-streaming.html) We're planning to use it to allow streaming experience ...
1
vote
0answers
25 views

Stream host - developer prespective question

Without many details, I have a request to develop a live stream service web site. I do see it quite hard to archive on a shared host environment, due to bandwidth constrains. Free webservices lack ...
0
votes
1answer
342 views

Best Configuration for Performance - ffmpeg streaming / mp4 /flv

I have some mpeg video files and a web page. A visitor comes to that web page and according to the selected options, a php script calls ffmpeg and combines the different mpeg files and then converts ...
0
votes
2answers
236 views

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 ...
2
votes
0answers
84 views

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 ...
4
votes
3answers
87 views

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 ...
1
vote
2answers
676 views

How to config NGINX for FLV streaming with proxy_cache?

I have a media storage server with over 20GB of free RAM. Server stores a FLV files. I'm using NGINX with HttpFlvStreamModule for streaming. It works like a harm. I thought to take advantage of free ...
0
votes
0answers
192 views

ffmpeg hangs with no error if the input is from another stream

I have the following problem. I tried to send a stream from Windows to a CentOS machine and restream it with ffserver. I used vlc on the Windows machine. I start streaming with vlc from a webcam to ...
0
votes
1answer
164 views

What kind of streaming server does Pandora use? [closed]

I was wondering if anyone happens to know what streaming server Pandora Radio uses. I originally thought it was Flash Media Server, before I discovered there are several different implementations of ...
0
votes
2answers
809 views

Can you stream an mp3 file with nginx?

I have a Ruby On Rails application running on Nginx which is serving out MP3s using JW player. I need to be able to set the start time and duration for playlist items. From what I can tell to do ...
0
votes
0answers
295 views

Red5 Streaming Server Integration with Asterisk

How do I integrate Red5 streaming server with Asterisk at an Application level? The requirement is to stream live audio from Incoming Calls from asterisk.
1
vote
2answers
94 views

Need an expert for advanced internet radio solution

Long story short - online radio with both admin and client interfaces in flash (it will be browser based radio). I cant figure out the best way to mix live audio stream from microphone with uploaded ...
1
vote
0answers
190 views

Prevent Authentication Prompt When Streaming Office Documents

I have an issue where when streaming office documents from SQL Server, an authentication dialog prompts for credentials even though the user has been authenticated via basic auth in the browser. ...
1
vote
2answers
632 views

Real time transcoding of multiple RTMP-Streams

I am very frustrated after talking to many companies doing live-streaming or selling streaming-products and I hope someone could get me to the right direction. Here is my problem: We are ...
1
vote
3answers
193 views

High usage media server performance question + Backup solution

I have a fairly busy media related website which allows my users to stream / download large MP3 files (50-200Mb), at busy periods I have around 250+ concurrent streams / downloads. I have over 500GB ...
1
vote
3answers
437 views

Hardware requirement for video serving to 400 concurrent users

I need to serve at least 400 concurrent users about 150MB of files (video/audio). What kind of hardware would you suggest is required? Planning to use Ubuntu for OS, and Apache for serving. The ...
1
vote
2answers
123 views

Help creating a 'youtube' type site

I am in the process of creating a youtube type site and would love to get some help regarding the setup. Here is what I have planned so far: Use my current hosting: which is a dedicated virtual ...
2
votes
3answers
215 views

Video Surveillance Server Software

My company has about 25 cameras around our property and we need a server to store any motion on each of the cameras. We are currently using a software called "Digital Video Witness" which is fairly ...
0
votes
2answers
200 views

Streaming Media over network cameras?

So I have the pleasure of learning how to stream media content from RTSP (Or RTP) cameras. I know the basics of the streaming but as for the software / hardware required, I'm a bit over my head. The ...
0
votes
2answers
65 views

audio/video streaming hosting provider [closed]

Am looking for a hosting company -- preferably audio/video streaming hosting providers would be the right kind .. not able to locate thru google (trying though) .. expected data could be above 500gb ...
0
votes
2answers
208 views

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 ...
1
vote
1answer
500 views

Can red5 server be used for live streaming of mpeg2 files to Flv players?

(new to media streaming so please forgive my ignorance) I need to provide live streaming to FLV players out of MPEG2 encoded video files. Clients must NOT be able to START/STOP/FF/RW the video, just ...
1
vote
2answers
2k views

System architecture of Cam Chat Websites (tinychat, omegle, cam4)

Do anybody know what kind of system architecture is behind Websites like tinychat, omegle, cam4, chatroulette? And how much bandwith is needed per connection? If I'm not wrong they use some video ...
-1
votes
1answer
661 views

Help: Setting up a basic live stream viewable in a browser

The end goal of my project is to create a system which records TV from a TV capture card, streams it live viewable in a web page, and stores a copy on the hard drive. It seems like a rather simple ...
0
votes
1answer
126 views

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 ...

1 2