Questions tagged [streaming]

165 questions
0
votes
0 answers

HTML5 media loading sometimes suspends or aborts: misconfigured Apache?

Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence it is like this: var…
Joan Botella
  • 101
  • 2
0
votes
0 answers

Sliverlight Media will not play within local network but will play from public

We have a website developed on ASP.NET that uses Silverlight to stream videos. All is working well when accessed externally, however, when accessed from the local network, it will not play the media (video or audio). We have attempted to switch to a…
mikerdz
  • 1
  • 2
0
votes
1 answer

Reasonable file size for streaming video?

I currently have some video files ranging from 2 - 3 hours that I'd like to stream over RTMP/HLS. I'm wondering if there are any best practices to ensure smooth streaming, for example: Is there a best ratio for file-size/duration when streaming? Is…
GhostCode
  • 3
  • 1
0
votes
0 answers

Speed limit on streaming/downloading MP4 files

Even though other file formats are downloaded fast, MP4 files are downloaded / streamed at max of 160 kb/s I checked everything that may limit the bandwidth but couldn't find it. How can i make MP4 files transferred faster ? EDIT: H264 Streaming…
Utku Dalmaz
  • 1,329
  • 2
  • 13
  • 18
0
votes
2 answers

Best Way to Load Streaming Media Content in Intranet

What would be the best way to deal with large streaming media content in Intranet. We have a 50 MB file that is to be loaded to our Intranet site. Currently we have just pointed it to a file location instead of using a Data Streaming Server. This…
Magic
0
votes
2 answers

Dynamic throttling of bandwidth

I am planning on setting up streaming server. Streaming is done kind of like YT does it; there will be a large number of audio content and each user can listen to it right on the website. In order to accommodate a large number of users…
user31412
  • 29
  • 1
  • 3
0
votes
1 answer

Streaming Video from Linux to Windows

I have been searching on the Internet but find no straight answer on what to use in this case. Basically, I have a client that has an Icecast radio streaming server running on Linux. People are able to listen to his radio by connecting on his…
0
votes
1 answer

webm html5 videos lose connection with apache server

webm html5 videos that are played through a domain on my server sometimes lose connection. A video that is playing will start to buffer and then stop part of way through with that message "Video playback aborted due to a network error." displayed on…
Jizbo Jonez
  • 117
  • 1
  • 10
0
votes
1 answer

Securing a TCP stream

We have devices at client sites that connect to processes on our servers and provide several streams of TCP data. We currently use VPNs to gain security and be able to connect back to the devices, which run embedded Linux, to administer them. We…
nroose
  • 131
  • 6
0
votes
1 answer

Smooth streaming performance

I have setup a streaming server on IIS 7.5 utilizing the IIS Media Services 4.1 extension. I have configured the streaming in a separate application folder with its own subdomain. I have other sites that that are located on the same server that…
fr3dr1k8009
  • 75
  • 1
  • 5
0
votes
1 answer

server resources in live video broadcast

how much ram do i need to run a server with red5 and broadcast live video I am starting a project that will include live video broadcasts from all over the world and it is expected to have at least 1000 users viewing those videos in real time. After…
Fortes
0
votes
1 answer

monitoring multicast stream bandwidth

I have my own application(based on VLC Library). It's used to multicast a stream from server to client via the mmsh protocol. It streams 1 file from the server to 2 clients. How can I monitor the multicast stream's bandwidth to make sure that if…
Super1
  • 1
0
votes
4 answers

Win 2008 - Stream Video To Multiple Monitors?

My question seems to be pretty simply presented but I'm in need of some help. I've got a Win 2008 R2 server and 5 monitors stationed throughout an office. These are just NEC Monitors with VGA/DVI (they may have hdmi but I'm not sure) inputs;…
Hanny
  • 249
  • 2
  • 11
0
votes
1 answer

How should I provision for a 30,000-listener Shoutcast stream?

My client wants to run a one-off live podcast on his blog, which is popular enough to land a couple million visits per month. Am I right in imagining that ShoutCast is the best way to handle that? More importantly, what kind of VPS would we need to…
Sudowned
  • 288
  • 1
  • 3
  • 13
0
votes
1 answer

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. Ideally, the server would send as much data as is…
DanJ
  • 279
  • 1
  • 4
  • 12