RTMP (Real Time Messaging Protocol) is a protocol developed by Macromedia for streaming audio, video and data to internet for the Flash player.
Questions tagged [rtmp]
107 questions
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
26
votes
6 answers
How can I download stream videos with rtmp protocol? From Harvard Extension, more specifically
I've been having trouble downloading video lectures from Harvard Extension School. I was hoping I could take CS171, but I found myself having to spend awful lot of time waiting for endless buffering. So I wish to find a way to have the lectures…
alxyzc
- 425
15
votes
7 answers
How do I play a RTMP stream in VLC?
I'm trying to get a RTMP stream to play on VLC and the URL is in this format:
rtmp://76.10.10.240/liverepeater/mp4:name.mp4
I'm able to record the stream with CooJah but I only want to watch it via VLC. Any ideas?
kbtz
- 153
- 1
- 1
- 8
13
votes
1 answer
Does WebM have its own delivery method? How does it relate to RTMP and HTTP Live Streaming?
When I read up on streaming media formats and packaging methods, I am confused by the way WebM is described as mutually exclusive to RTMP and HTTP Live Streaming.
From my understanding, WebM is a video format, like a way of encoding a video file,…
Colin Brogan
- 249
10
votes
2 answers
HTML5 live broadcasting
Adobe Flash uses Adobe Flash Player, RTMP protocol, Flash Media Server and Flash Media Live Encoder to make live broadcasting possible..
What protocol and software corresponds to HTML video/audio ?
What can replace RTMP protocol, Flash Media…
DrStrangeLove
- 1,631
- 5
- 24
- 35
8
votes
5 answers
Capture live streaming
I want to capture an RTMP stream. The videos are live, different every day and usually I can't tune in because I am busy at work doing something :(. I would like to capture the stream; however, they use anti-capturing techniques (it's live and free…
user3109
4
votes
2 answers
Add module to nginx after installation
Hi i did install nginx with this command on centos 6
sudo yum install nginx
and it work but i need to compile wit rtmp module
so How can I find the path to make some changes
./configure --add-module=/usr/build/nginx-rtmp-module
4
votes
2 answers
nginx-rtmp pushing from one application to another
I'm trying to push a RTMP stream with the nginx-rtmp-module (set up after this manual) from one of its applications into another one. A minimal example of my config (nginx.conf) looks as following.
rtmp {
server {
listen 1935;
…
RikuXan
- 336
4
votes
0 answers
Packets are not in the proper order with respect to DTS when using libx264 for video
I'm trying to use the following command to transcode one stream to a different format and send it over to RTMP server for live streaming.
This is the command I am using:
ffmpeg -f mxg -i…
tomsseisums
- 779
4
votes
2 answers
One way broadcast of SIP call using Wowza
I have a POTS conference call taking place and I want to live stream the audio over the internet using Wowza. My plan is to dial into the conference call essentially bridging the audio onto the Wowza server. I've got Wowza working very well on…
Richard
- 131
- 1
- 4
4
votes
1 answer
Send output to multiple destinations
I'm really new on ffmpeg and have a question where I cannot find a solution.
I really hope that somebody from you could help me with that.
On one server I receive a 1080p stream, with ffmpeg I create a new stream with multiple bitrates and…
Chris
- 41
4
votes
1 answer
Make ffmpeg loop video indefinitely while streaming
Is it possible to make ffmpeg loop an input file infinite times copying its video and audio and streaming it to a RTMP server (nginx with rtmp module).
I am trying to create an animated video which repeats on the RTMP server for as long as the…
user419541
- 135
3
votes
0 answers
avconv stream video from USB webcam without delay
I need to stream video from USB webcam. I am using avconv, but it has delay min 5s.
Is possible to stream in real time without delay?
avconv -f video4linux2 -i /dev/video0 -vcodec libx264 -f mpegts udp://192.168.1.2:1234
avconv -f video4linux2 -i…
martin
- 181
3
votes
2 answers
How can I record an RTMP stream in real time?
How can I record an RTMP stream (Adobe Flash video and audio) which is currently playing, as-is?
I have a very long video which can't be downloaded by any downloader I tested. So I want to scroll it to the desired position, playback and record only…
Suzan Cioc
- 2,643
3
votes
2 answers
Streaming RTMP mixing more sounds
I'm trying to find some software for Windows for mixing sound card output and microphone output and then sending it to the RTMP server. Is there a way to mix the two sound streams not in audio hardware card, but using some software?
Thanks for…
ryskajakub
- 65