This tag is about software that helps using a server to stream videos on the internet.
Questions tagged [video-streaming]
144 questions
32
votes
3 answers
How to stream live video from a linux server?
Here is what I want to do. Looked around but didnt find any straight answer. I have a Linux box running websites using Ubuntu/MySQL/Apache. I have my own static IP as well, i.e. not using web hosting. I would like to be able to stream the video feed…
user88137
12
votes
5 answers
How can I verify that an RTMP stream URL is working?
I have been put in charge of setting up a CDN account for streaming video but am not actually running the site that will host the content. How can I test that a published RTMP URL is working? Do I need to create a test page with a Flash video player…
Dave Forgac
- 3,486
- 7
- 36
- 48
8
votes
2 answers
Is it possible to duplicate a UDP unicast stream with iptables?
I have a proprietary system which transmit a udp video stream from unit #1 (192.168.1.1) to unit #2 (.1.2). I can't make changes to this system, and I'm trying to clone this udp stream so I can access it in a different program. This program will do…
Håkon K. Olafsen
- 181
- 1
- 5
6
votes
1 answer
controlling access while caching video content on-site on client's network
we have many hours of video training courses that we want to deliver on-site to clients with encryption or something to control access
Currently , we offer via website (eg like udacity), but some large companies want it on-site due to internet…
AwokeKnowing
- 133
- 9
4
votes
4 answers
Live video streaming: Microsoft or Adobe?
I am looking for a Live Video Streaming solution.
The clients will be able to watch the video with a plugin (Flash or Silverlight), or a standalone application (Windows Media Player, FLV, etc).
But I can't choose between Microsoft Solution (Windows…
Kedare
- 1,766
- 4
- 20
- 36
4
votes
3 answers
How to set up a camera recorder to stream on a website?
I've to set up a website which will broadcast live video.
A camera recorder will be pluged to a laptop.
The laptop will send the data to a server (same as the http server)
The video will be broadcasted through a flash player.
What are the tools…
Boris Guéry
- 516
- 1
- 6
- 20
3
votes
0 answers
FFMPEG-generated DASH Manifest for Livestream is invalid, but is still playable on some players
I am trying to embed an RTSP stream from an IP Camera into a website. I've found out, that embedding an RTSP directly is tricky and resourceful, also it requires the user to take some crucial actions (installing different players like VLC or…
Emil Avramov
- 131
- 5
3
votes
1 answer
How to save stream in mp4 format?
By default nginx rtmp module records video stream in .flv format if record option is enabled, but I need .mp4
I found that video can be converted to .mp4 when record has finished with exec_record_done callback and ffmpeg
Is there any way to record…
Mike Bohoslavskyi
- 33
- 1
- 3
3
votes
3 answers
Video streaming over multi display units
We have to share video across around 4/8 terminals at a public facility where we need to display live video from within the facility, as well as display messages(advertisements), and also play videos(not live) which need to be controlled centrally…
ramdaz
- 675
- 1
- 8
- 25
3
votes
1 answer
Recommendations for building a simple, multi-tiered(?) webcam streamer
I have a webcam connected to a lightweight system (BeagleBoard) running Angstrom and I'd like to serve the webcam traffic up to one or more viewers. The problem I face is threefold:
1) I want random viewers to come and go without having to stream…
mjbraun
- 139
- 8
3
votes
2 answers
Apache as a front end to Red5
I am having a video streaming website.
Which is using Open Source Streaming Server Red5.
Is it possible some how to redirect the traffic for rtmp via Apache to the said Red5 server.
Bond
- 741
- 4
- 11
- 22
3
votes
7 answers
Remote Controlled IP Based Webcam
This may be a tumbleweed, but does anyone know of a webcam that can be remotely controlled via IP? (understanding you'll have to have static IPs, NATing, open ports in firewalls, yada yada yada)
For example, there are two locations (A and B), and…
Malnizzle
- 1,441
- 2
- 16
- 30
3
votes
2 answers
Server bandwidth for video streaming website
I need to put on a website videos that can ba shown using a common swf player (like flowplayer).
Videos are about 3/4 minutes each (400 MB) in MPEG4/H264 compression.
I was thinking to buy a normal hosting plan package. But how much bandwidth/month…
Marco Demaio
- 580
- 1
- 8
- 22
3
votes
3 answers
How to play large embedded videos from my own hosted server?
First time posting here-I was sent here from Stackoverflow for this question. :-D
I'm setting up an online music-lessons site. I have very large video files-500-600Meg each that I want to play from my hosted server. I figured it was as simple as…
Joel
- 159
- 7
2
votes
1 answer
Nginx automatically deletes cache which is set to be valid longer?
I set up a Nginx reverse proxy server serving mp4 files hosted on another server. Everything is working fine now except the cache. Although I have proxy_cache_valid set to 1 day (proxy_cache_valid any 1d), the cache will always be automatically…
David Tran
- 43
- 1
- 5