Questions tagged [video]

158 questions
1
vote
2 answers

Nginx performance issues

I made a website using React and connected to Strapi. But I need to keep some background videos mainly on the home page. The main banner has 4 videos and the background of the page is also a video. The site was very heavy and overloaded, but the…
1
vote
1 answer

centos streaming server for Video on demand

I'm using centos 5.4 with vlc streaming server i can do the streaming on http,https but when i wanted to rtsp and rtp which i wanted to config for all the wifi phone. From the server it will redirect to wifi router.
Rajat
  • 3,349
  • 22
  • 29
0
votes
1 answer

Changing monitor refresh rate in fresh Windows install

I am very sensitive to refresh rates below 70Hz, at least so far as most CRT monitors are concerned. When setting up a fresh Windows system from install media (in this case Windows Server 2008), the installator goes to a graphical interface which…
goldPseudo
  • 1,106
  • 1
  • 9
  • 15
0
votes
1 answer

iptables port forwarding live rtsp video stream

I'm trying to port forward a connection to a rtsp live video feed within my local network. The connection starts over tcp but then (viewing with wireshark) a random udp port is attempted to be established by the video server but they never get to…
0
votes
1 answer

Bash script ffmpeg pic to video not working but does in command line

This works in command line for a sequence of jpg to convert to a video. cat *.jpg | ffmpeg -f image2pipe -framerate 5 -i - -s 1280x720 ./HD720_out.mp4 but doesn't work (except for first jpg) in a executable script temp.sh containing: eval …
Richard L
  • 33
  • 6
0
votes
1 answer

How to use CDN to accelerate simple video site with PHP dynamic loading video files like Moodle?

I created a site with Moodle, and not very satisfied with the connection speed for video files stored on server. And I know CDN can accelerate the video file loading speed. But I 'm quite new and not familiar with CDN. I simply wish anyone accessing…
0
votes
2 answers

What Video card can be added to a DL380 G5

I would like to add a modern video card to a 2nd hand DL380 G5 so I can have full colour and dual LCD panels in native resolution. Server has onboard ATI ES1000 video chip. The PCI expansion/riser cage dosen't appear to have extra power points to…
kingchris
  • 244
  • 4
  • 13
0
votes
1 answer

HP Proliant 360 video disabled in BIOS

I was asked to work on a Proliant 360 Server. I can boot it up and remotely log onto it and it appears to work perfectly. However, there's no video locally from either the front or rear VGA ports. It appears that the video is turned off in BIOS? I…
0
votes
0 answers

storage sizing for serving high bit rate video

I'm looking at deploying a server for high bit rate video streams up to 250 Mbps. There are 8 clients in the network which at any given point may be playing any given stream, so a worst case scenario is 8 x 250 Mbps or 2000 Mbps. How would I go…
0
votes
1 answer

Cooling Solution for CCTV Rack

I'll do my best to provide a clear question. I'm not a network/server guy...just a young controls/systems engineer who knows enough to be dangerous :) My company is working on a major controls upgrade for a jail. I was put in charge of upgrading…
someguy
  • 3
  • 2
0
votes
1 answer

Advice needed about RAID and partitioning new server

first of all i want to appolagize if i doublepost. Plese merge this with similar post. Thank you. Now about the situation and the system we are trying to build and want an advice from experienced server engineer to make all things right and prepare…
0
votes
2 answers

FFMPEG works on Console but doesn't work in PHP script on Ubuntu

I have this aplication where I need to convert video files to MP4 and then compress it. I'm trying to use FFMPEG to get this to work. Tried the command lines in the console and it works great Converting ffmpeg -i teste.avi…
Victor Ferreira
  • 135
  • 1
  • 1
  • 5
0
votes
0 answers

Use host's VGA output from virtual machine

Is there a way to stop a host OS from using its VGA port (on the motherboard) and allow a VM to use it instead with KVM-QEMU? I have read about VGA pass-through, but all the discussion I've found on that had to do with giving a VM control over a…
Chris
  • 101
0
votes
1 answer

Video Streming server outbound bandwidth and providers

Imagine the case of Twitter Periscope or Meerkat.The paradigm of their servers is that they recieve video from users and then stream it to a large amount of users (say > 100K for the sake of this argument). Now, here is my confusion. Let's assume a…
Solo
  • 111
  • 1
0
votes
0 answers

IIS failing to serve MP4 other than to a desktop browser

I'm using the HTML5 video tag as follows: I've got an IIS mime-type for .mp4 set up as video/mpeg,…
R4D4
  • 189
  • 6