Questions tagged [rtmps]
46 questions
0
votes
1 answer
Why does Youtube use Insecure RTMP, considering that Facebook uses secure RTMPS?
RTMP being an insecure unencrypted protocol, suffers from attacks like MITM and network sniffing. Naturally so, FB uses RTMPS: https://ppc.land/streaming-facebook-moves-live-videos-completely-to-rtmps/
Why is Google lackluster about adopting this…

Ashking
- 19
- 1
0
votes
1 answer
FFPLAY unable to facebook live stream url i.e. rtmps url
I am trying to play facebook live streraming url using ffplay where i have used rtmps stream url & stream key. I have enabled openssl library and rtmps library in ffmpeg. But while running command of ffplay with stream url & key, i am getting Pull…

Shankar
- 3
- 2
0
votes
0 answers
How to play RTMPS stream with VLC
I have a Nimble instance that expose a RTMPS stream.
It is available at the following address on my local machine
rtmps://127.0.0.1:8888/out/stream
I'm trying to play this stream with VLC, specifying the same address under Media > Open Network…

paoloo
- 77
- 1
- 10
0
votes
1 answer
What is meant by "higher-level protocol" in the RTMP specification?
Looking at the RTMP specification, in section 5 (RTMP Chunk Stream) it says:
RTMP Chunk Stream includes its own in-band protocol control messages,
and also offers a mechanism for the higher-level protocol to embed
user control messages.
What…

Jeff
- 833
- 1
- 8
- 17
0
votes
2 answers
How to use VLC as a live Streaming server?
I'm working on android app which can stream video to Facebook via compiled VLC-library. After recent changes in Facebook policy https://developers.facebook.com/blog/post/v2/2019/04/16/live-video-uploads-rtmps/ VLC stopped to stream video. There is…

Anton Derevyanko
- 3,405
- 1
- 24
- 32
0
votes
1 answer
How to view rtmps red5 playback video from Chrome?
I cannot play video(playback) with flash on Chrome or any browsers. I am trying to watch video previously recorded from a red5 server running on Widlfy 15. The version of red5 I am using is v1.0.9.-RELEASE
I am using Chrome (Version 73.0.3683.103…

Jean Reno
- 153
- 1
- 2
- 10
0
votes
1 answer
How to set dynamic variables in flash (swf) that are passed from javascript?
I'm trying to modify an SWF using a flash decompiler.
I found a SWF that plays a live crypted stream rtmps and I want to use it to embed on my website.
I want to be able to change the url for the stream with javascript:
//FUNCTION IN FLASH
public…

user10695836
- 3
- 2
0
votes
1 answer
RTMPS and self signed certificate
I'm developing the RTMPS live streaming by videojs. (Flash player)
RTMPS server with public certificate is played when accessing web domain.
ex) rtmps://www.example.com:5555/live/ (Success)
But,
I want to use RTMPS server with self-signed…

samsa343434
- 23
- 4
0
votes
1 answer
Facebook Graph API: cannot playback live video stream (rtmps)
I'm trying to playback a live video that is streamed using the Facebook app. When I hit the /me/live_videos endpoint in the Graph API Explorer, I can see my stream:
{
"status": "LIVE",
"stream_url":…

oyvindhauge
- 3,496
- 2
- 29
- 45
0
votes
1 answer
wowza rtmp input and rtmps output
I have a wowza server receiving RMTP video and sending RTMP video, this works flawless.
Now I need to add ssl suport, so I configured the streamlock and is working well receiving RTMPS from ffmpeg as encoder and sending RTMPS to users with…

Cristian Sepulveda
- 1,572
- 1
- 18
- 25
0
votes
1 answer
Upload file on server through rtmps+java
I need to upload file on server through flex GUI which send file on server with using rtmps protocol.
I tried to send on server just FileReference and request has performed, but on server side i got only empty ObjectMap. I know that I can user…

Vartlok
- 2,539
- 3
- 32
- 46
0
votes
1 answer
RTMPS protocol c#/vb.net
does anyone has a clue how the RTMPS-Protocoll works? I haven't found any source code, documentation or libraries for vb.net/c# on the web!
I read somewhere that it's only a TCP connection, but is this right?
If yes, how can I use this?
Could you…

coolerfarmer
- 216
- 1
- 4
- 12
0
votes
0 answers
Setting up a Red5 server to handle RTMPS?
I am attempting to connect to my Red5 server with an RTMP client through an SSL socket. Based on Paul Gregoire's blog post about Red5 and RTMPS, these are the steps that I took to set up a new Red5 RTMPS server:
Download and install a fresh version…

mburke13
- 350
- 2
- 6
- 22
0
votes
1 answer
FlourineFX rtmp ssl
I'm trying to connect to an rtmps server using C# and FluorineFX.
I'm doing this using this code
netConnection = new NetConnection();
netConnection.OnConnect += onConnect;
netConnection.NetStatus += netStatus;
netConnection.ObjectEncoding =…

Delusional Logic
- 808
- 10
- 32
0
votes
0 answers
Flash 11.3.x + Firefox (protected mode) - Failed to connect to RTMPS stream
Opening a netconnection to an RTMPS stream fails without any notice (netstatus or error). This happens for Flash Player 11.3.x with the new protected mode for Firefox (only with the release Flash Player versions, only on Windows).
On our wowza media…

Roman S.
- 1
- 1