Streaming is the process of continuously sending data from a server to a client host. Often used in video or audio transmission, live streaming is a time-critical process that makes high demands on the underlying network used to deliver the data.
Questions tagged [streaming]
1190 questions
75
votes
7 answers
What is the correct way to fix keyframes in FFmpeg for DASH?
When conditioning a stream for DASH playback, random access points must be at the exact same source stream time in all streams. The usual way to do this is to force a fixed frame rate and fixed GOP length (i.e. a keyframe every N frames).
In FFmpeg,…
Mark Gerolimatos
- 1,739
75
votes
11 answers
Does streaming use the same amount of bandwidth as downloading?
Assuming the content is of the same quality (ceteris paribus), does streaming media (i.e. video, audio) use the same amount of bandwidth as downloading it?
Say I was to download an HD movie from Amazon or stream it, would it be the equivalent use of…
stemie
- 869
45
votes
7 answers
How to find the stream behind a Flash player
I am watching a Flash stream. I can watch the same stream in two different players (set up by someone else), but I don't like any of them.
Is there a way I can find/get/extract the direct link to the flash stream that those two players are playing?…
Svish
- 41,258
37
votes
4 answers
VLC: Can I stream over SSH?
Question:
Can I get a local VLC instance to stream media from a remote computer, via SSH?
This is with VLC running on the local computer that I'm watching the video on, not remotely via X11-over-SSH.
Are there any extra access modules for VLC which…
Mark K Cowan
- 717
36
votes
5 answers
Creating MP4 videos ready for HTTP streaming
How can I convert some.flv or some.avi or some.wmv with FFmpeg to be sure that this video will be playable and seekable in JW Player?
abrahab
- 433
30
votes
1 answer
What makes a MP4 streamable?
I'm digging into the Telegram bot API, and it show this option for sendVideo:
supports_streaming Boolean Optional
Pass True if the uploaded video is suitable for streaming
This suggests that some MPEG-4 video files are suitable for streaming,…
Maarten
- 633
30
votes
2 answers
Download all .m4s files of a mpeg dash stream
When I open this page I can see in Firefox Web Developer Tools / "Network" tab that the page loads files with .mpd extension.
And then every few seconds it loads a file/stream with .m4s extension named like
000000.m4s
000001.m4s
How can I download…
16851556
- 672
- 2
- 8
- 19
29
votes
3 answers
How to watch live youtube stream using vlc?
Is it possible for now to watch live youtube video streams using vlc? I just don't want to use flash player.
I know that vlc can play youtube videos using link for the page where that video is located, but how about live youtube videos?
rulet
- 391
29
votes
4 answers
How much bandwith is required to stream 1080p?
I am wondering how much bandwith is required to stream a 1080p movie from for example Youtube. I am aware that there may be things such as compression that come in play here, but can anyone provide a good answer for this anyways?
Chris Dale
- 603
25
votes
6 answers
Is there any software that can capture the screen and turn it into a fake webcam input?
Is there any software that can capture the screen and turn it into a webcam-type input so that you can easily record and/or broadcast your screen with regular video software?
Edit:
Just to be clear, I'd like to be able to use it live as an input to…
rjmunro
- 1,386
24
votes
1 answer
What data transfer rates are needed or streaming HD 1080p or 720p video, or standard quality video?
Want to know data transfer rates for streaming video, such as from an external hard drive, or from an NAS or a home network. All I'm asking about is the data transfer speeds for clean video streaming.
superuser
- 3,574
- 8
- 29
- 47
21
votes
1 answer
How to replace an audio stream in a video file with multiple audio streams?
I want to replace the second audio stream (0:2) in a video file that has two audio streams and give it a label if possible. How would I go about this? All the ffmpeg commands I found won't let me keep the second audio stream.
Anonymous
- 311
20
votes
2 answers
Streaming mp4 with ffmpeg
I need to create a feed that has two streams - webm and mp4 - so that it can be compatible on all HTML5 video players. The webm stream works perfectly. However, when trying to access the mp4 stream, the server spits out the following error:
Sat Mar …
Fibericon
- 284
- 2
- 6
- 18
20
votes
6 answers
Is it possible to push multimedia content on DLNA TV from Linux?
On Windows I loved the "Play To" function included in Windows Media Player to push content to my Samsung TV.
But now that I am on Linux I don't know how to do the same thing. I found how to setup a DLNA server and retrieve it's content from the TV…
user132421
19
votes
8 answers
How do I find the video stream URL of my security DVR by myself?
I have this 8 channel DVR with the brand "ELEC" that streams video over the network. However, I can only connect to it using iPhone apps called vMyEye, Asee+, and other similar names. I want to use VLC or something else to access the stream on my…
sudo
- 639