Questions tagged [rtmps]
46 questions
9
votes
4 answers
Redirect RTMP protocol to another RTMP stream
Is it possible to redirect RTMP protocol to another RTMP stream?
If yes, How can i do it?
In details:
Ex: I got rtmp://mydomain.com/stream/redirect and i want this to redirect or fetch content/stream from rtmp://otherdomain.com/stream/

user2425700
- 163
- 1
- 4
4
votes
0 answers
RTMP(S) client library for Node.js
Is there any working RTMP(S) client library/api for Node? I found some RTMP(S) apis on Github but they only have server implement, but I want the client one...
user4399732
4
votes
0 answers
Red5 RTMPS failed connection with self signed certificate
I'm using Red5 1.0.3, and trying to accomplish RTMPS over port 8443, with a self-signed certificate.
What I've done already:
Enabled RTMPS in conf/red5-core.xml
Added my self-signed certificate to the keystore and truststore
Confirmed that the…

Adam
- 1,962
- 2
- 17
- 30
3
votes
1 answer
Difference between Chunk Message Header and Message Header in RTMP
Reading the RTMP Specification. I see there are two headers:
Chunk Message Header - Type 0 (pg. 14 of the spec)
Message Header (pg. 22 of the spec)
What is the difference between these headers? When is one used over the other?

Jeff
- 833
- 1
- 8
- 17
3
votes
0 answers
Create RTMP connection using socket programming
I need to create RTMP client using java socket programming. I read this documents and
1 . I have performed handshaking successfully through java socket programming.
Now next step is to send 'connect' command to the server. I am creating RTMP…

Sukhpal Singh
- 672
- 1
- 12
- 31
2
votes
0 answers
How to tunnel RTMP through HTTPS in openmeeting?
I have deployed openmeeting(4.0.4) on Linux server, which has only port 443 open on which nginx is running. I configure nginx to access open meeting web interface over https, but audio functionality is not working.
I want to implement tunning of…

Darshit
- 420
- 2
- 11
2
votes
1 answer
RTMPS protocol, Videojs, HTML5, live-streaming
I am developing the rtmps live streaming by videojs.
But I have a problem. T_T
The rtmps live-streaming do not play. (Rtmp works well.)
Even if you use another flash player, it won't play. (ex) jwplayer

samsa343434
- 23
- 4
1
vote
1 answer
rtmpdump options confused between -p and -r
Does anyone know the difference between the -p and the -roptions in the rtmpdump utility for media streaming? I am confused because I think that the RTMP server should be the server streaming the video, but then rtmpdump asks for the -p option,…

Keeto
- 4,074
- 9
- 35
- 58
1
vote
0 answers
SSLHandshakeFailed in Flash Player 11,1,102,55 (Chrome/FMS/RTMPS)
I have an application working with FMS through RTMPS. In IE and Firefox it works fine with any flash player. But in Chrome and Flash Player 11,1,102,55 I got an error "NetConnection.Connect.SSLHandshakeFailed" when I am trying to establish the RTMPS…

Cyril Deba
- 1,200
- 2
- 16
- 30
1
vote
0 answers
RTMPS , implementation not getting hit from client side
I m trying to implement rtmps on my red5 server. i have added the certificates i.e imported them to a key store and have uploaded them on the server. have enabled rtmps part on red5-core.xml .. This much part i.e

Hadi
- 1,212
- 2
- 17
- 31
1
vote
3 answers
Flex iOS application with rtmps
I am trying to connect to an rtmps endpoint in AIR.
The code looks like this:
private function onCreationComplete():void{
var conn:NetConnection = new NetConnection();
conn.connect("rtmps://someserver.com/someapplication");
…

Dennis Jaamann
- 3,547
- 2
- 23
- 42
1
vote
0 answers
Stream to Facebook Live using OpenCV
I am planning to stream a video file to Facebook Live but I want to programmatically edit its frames like adding texts depending. My problem is that I don't know how to properly send data to Facebook Live. I tried ffmpeg but it doesn't work.
Here is…

Lanzy Erin
- 33
- 5
1
vote
1 answer
how can I implement youtube live streaming in my android screen recorder app to live stream my android screen over Youtube?
I have developed a screen recording application. Now I want the live streaming feature while recording screen. I want this live stream on youtube. From my research I only found how to live stream using camera or how to just open live streaming…

Zohaib
- 11
- 2
1
vote
1 answer
FFMPEG Stream to Instagram Via instafeed.me OR YellowDuck
I'm trying to do video stream via RTMP to Instagram with FFMPEG
I'm able to do it to facebook and twitter, but instagram is an other beast...
when I create a live broadcast in instafeed or yellowduck I get a stream key
when I do this
ffmpeg…

Jintor
- 607
- 8
- 32
1
vote
1 answer
how to setup rtmp wtih ffmpeg and aparat.com?
i am completely new to rtmp and nginx and ubuntu
i just want to use a vps to restream my stream to multiple site like twitch, youtube etc...
it worked fine for me but recently my main streaming website aparat.com change his system and they don't…

Demon Seeker
- 11
- 3