Questions tagged [rtmp]

The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia content across a TCP/IP network.

The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies, including Adobe Flash Player and Adobe AIR. RTMP is now available as an open specification to create products and technology that enable delivery of video, audio, and data in the open AMF, SWF, FLV, and F4V formats compatible with Adobe Flash Player.

More information at Wikipedia page on RTMP and RTMP protocol website

1596 questions
61
votes
4 answers

NodeJS and RED 5 media server via RTMP

This is more a conceptual question rather than a direct "how to do this". Is it generally possible to implement a flash-like solution to stream the audio (independent of where we get the stream data from, e.g. webRTC or other) in HTML5 and…
toxicate20
  • 4,900
  • 3
  • 23
  • 36
49
votes
1 answer

Streaming live camera video from iOS (iPhone/iPad) to remote PC / server

I've been searching for a while on stackoverflow and around the web for a solution to my video-streaming problem. I need to stream live video being captured from the camera (no high-quality required) from an iOS device to a remote PC in one way,…
Medi The Jedi
  • 509
  • 1
  • 5
  • 8
36
votes
2 answers

Convert video Input Stream to RTMP

I want to stream video recording from my android phone to network media server. The first problem is that when setting MediaRecorder output to socket, the stream is missing some mdat size headers. This can be fixed by preprocessing that stream…
Marko
  • 28,383
  • 17
  • 70
  • 107
35
votes
4 answers

Possible to stream videos using Amazon S3/CloudFront with HTML5 player?

I want to use an HTML5 video player and stream videos. Is this possible with S3/CloudFront? I understand Amazon uses the RTMP streaming protocol and HTML5's video tag does not support RTMP. Is there any way to stream videos with HTML5 players?
at.
  • 45,606
  • 92
  • 271
  • 433
28
votes
2 answers

what is difference between rtmp and rtsp protocol?

i just want to know what is the difference between rtsp and rtmp protocol and if there are mp3s on my server and i am playing it in my android using http,how these differs in work. In android if i want to implement rtmp or rtsp ,which is the…
Hitendra
  • 3,090
  • 7
  • 40
  • 67
27
votes
4 answers

Using FFMPEG to stream continuously videos files to a RTMP server

ffmpeg handles RTMP streaming as input or output, and it's working well. I want to stream some videos (a dynamic playlist managed by a python script) to a RTMP server, and i'm currently doing something quite simple: streaming my videos one by one…
kketch
  • 613
  • 1
  • 7
  • 10
25
votes
4 answers

Convert RTSP to RTMP stream

I have an IP camera which is streaming via RTSP and RTP. Ideally I would like to convert RTSP to RTMP to stream it to LiveStream or similar streaming services. Can anyone please let me know how can I convert RTSP to RTMP for the purpose of streaming…
Namesniper
  • 357
  • 1
  • 3
  • 10
24
votes
1 answer

Low latency (< 2s) live video streaming HTML5 solutions?

With Chrome disabling Flash by default very soon I need to start looking into flash/rtmp html5 replacement solutions. Currently with Flash + RTMP I have a live video stream with < 1-2 second delay. I've experimented with MPEG-DASH which seems to be…
Titan
  • 4,385
  • 5
  • 36
  • 74
24
votes
5 answers

Is there an rtmp (protocol) URL anywhere on the internet I can test?

I'm building a video player in flash based on NetStream, and all I need to test it is a functioning RTMP url, but I cannot find a single one on the entire internet through google. Is anyone aware of any valid sample rtmp streams and their URLs that…
Triynko
  • 17,370
  • 20
  • 92
  • 154
23
votes
1 answer

ffmpeg throwing "Output file #0 does not contain any stream" when trying to make a slideshow out of images

Im trying to create video streaming using phantomjs that create screenshots from a url then it will pipe the frames to ffmpeg so he can use it to stream the video to an rtmp url . here is what i tried so far : phantomjs runner.js | ffmpeg -f…
Abdou Tahiri
  • 4,131
  • 5
  • 22
  • 36
22
votes
1 answer

iOS RTMP streaming library - LFLiveKit vs VideoCore lib vs alternative

We're using VideoCore lib for a live streaming app and started to reach certain limits e.g. project maintenance, saving the stream, portrait-oriented video formatting, external camera sources, etc. Looking for an alternative iOS RTMP streaming…
Yatko
  • 8,008
  • 8
  • 35
  • 46
21
votes
2 answers

The right way to make cross-platform RTMP streaming/playing app. Phonegap livu plugin?

If we need to write a cross-platform mobile app, which supports playing and broadcasting RTMP video streams. I know that one can use Android native libs and Objective C also has some. But can we do it truely cross-platform and without using…
moonsly
  • 608
  • 6
  • 11
21
votes
3 answers

RTMP: Is there such a linux command line tool?

I have looked everywhere to find a linux utility that will allow me to download rtmp streams. Not flv video but MP3 streams. The location of the streams I want to download are in this…
Abs
  • 51,038
  • 92
  • 260
  • 394
17
votes
2 answers

RTMP stream on iOS

I have to make an iOS app which plays a live video stream from a camera. I know that the iPhone only supports Live HTTP stream, but unfortunately it comes with a delay of about 6-10 seconds, which is far from my needs - I need a real time view.…
cpprulez
  • 896
  • 2
  • 9
  • 21
17
votes
1 answer

RTMP vs RTSP/RTP: Which to choose for an interactive livestream?

If you are trying to develop an interactive livestream application, you rely on ultra low (real-time) latency. For example for a video conference or a remote laboratory. The two protocols, which should be suitable for this circumstances are: RTSP,…
Joey
  • 749
  • 1
  • 8
  • 22
1
2 3
99 100