Questions tagged [rtmps]

46 questions
1
vote
1 answer

GoLive with facebook rtmps transport issue using ffmpeg

I am having an issue trying to figure out facebook rtmps Go Live suitable configuration for ffmpeg with below configuration without success! rtmpUrls =…
General Omosco
  • 606
  • 1
  • 10
  • 20
1
vote
0 answers

My Facebook streaming code doesn't work anymore, FB want user to click on Go live, page admin may not be available at the time of video shooting

I was using RTMP FFmpeg to streaming to the facebook, things work fine but it looks like Facebook now want the user to click on the live video on facebook.com to go live. This thing add the complexity that for example in a company 5 people are…
Anirudha Gupta
  • 9,073
  • 9
  • 54
  • 79
1
vote
1 answer

Code NetConnection.Connect.SSLHandshakeFailed in my RED5 server

I have an AS3 flash published with Flash Professional CC and published for Flash Player13. The problem is: When I create a NetConnection to my RTMP Server (RED5 v1.1) I Have obtained th following error message:…
Pimager
  • 169
  • 1
  • 3
  • 12
1
vote
1 answer

Livestream with crtmpserver - I can't find the live file

I use crtmpserver to make my RTMP server. I use Adobe Flash Media Live Encoder 3.2 to publish the livestream to the server. It is OK. I use a webflash player to receive the live stream. It is OK. Now, I want to find the live file in the server, but…
Henry
  • 107
  • 1
  • 3
  • 10
1
vote
0 answers

What different kinds of video downloads does rtmp prevent?

I will like to know what different types of downloads does rtmp prevent? and what are the different ways to download such videos? Thanks in advance.
BiswajitP
  • 233
  • 4
  • 15
1
vote
1 answer

Create RTMP streams for the client requests using RED5 server application

I am working on code snippet where I want to create an RED5 rtmp stream using RED5 server application. I have been searching since 5 days to get a good tutorial about the same. All the tutorials or questions on the stackoverflow discuss about either…
Akshay Deo
  • 528
  • 1
  • 6
  • 22
1
vote
1 answer

Secure streaming in wowza media streaming

I am having a wowza server setup and I am able to play my files in iOS ans android. (vod) Can someone suggest me how can I enable HTTPS for iOS streams and RTMPS for android streams. As a preliminary steps I have generated my self signed…
Avinash Sahu
  • 249
  • 3
  • 19
0
votes
1 answer

RTMPS, how to implement it

m pretty new to this SSL stuff. I am trying to implement RTMPS with SSL certificates. Whenever i m trying to get these properties of RTMPS. My eclipse gives me an error log.
Hadi
  • 1,212
  • 2
  • 17
  • 31
0
votes
0 answers

Title: Manipulating live streaming with GStreamer in Python - stop and restart multiple times

I'm working with a GStreamer pipeline in Python to handle live streaming. My goal is to manipulate the live streaming such that when I receive a request for live streaming, I want to start an RTMP stream. This is a part of a bigger pipeline which…
0
votes
0 answers

Is there a way to pull RTMPS live stream into a AWS Lambda using NodeJS

I am new here, and trying not to duplicate issues, so, I will try to be very specific. I have a live RMTPS playback (with streamkey), somthing like this: rtmps://{hostName}:443/live/{streamKey} Using node.js in AWS Lambda, I would like to pull this…
RPH
  • 1
  • 1
0
votes
0 answers

RTMP cannot connect to kick's live stream

I'm trying to connect to the kick.com live streaming platform using RTMP, but the problem is that I don't know where to put the stream key. I tried both auth and token but all results in 'Failed to connect'.. import librtmp stream_key =…
joojn
  • 59
  • 1
  • 7
0
votes
0 answers

FPS Gradually goes down when editing performed on CMSampleBuffer

I am doing a livestream where i need to send video from camera and an overlay from UIView It started working But Fps go down after some seconds. If i send CMSampleBuffer directly FPS is Ok But if convert CMSampleImage and perform editing on it FPS…
Abu Ul Hassan
  • 1,340
  • 11
  • 28
0
votes
0 answers

Nodejs tls proxy same port other protocol

I hope to using https with rtmps protocols in same port. so i decide to using TLS server. Https was working well with chrome browser, but i facing issue with postman call. And i couldn't test rtmps protocol, yet; I need to make more... const app =…
tryAll
  • 65
  • 1
  • 9
0
votes
0 answers

streaming file with FFmpeg won't start on the specific time with -ss

Hi I'm trying to stream a file to Facebook but I would like to start the streaming in 00:01:21 of the video whit the command ffmpeg -ss 00:01:20 \ -re -i 'My_Video.mp4' -f pulse -ac 2 \ -i default -pix_fmt yuv420p -c:v libx264 -s 1280x720 \ -preset…
denn0n
  • 155
  • 1
  • 12
0
votes
1 answer

rtmp cdn to cloud streamer or free sreamer

I am new into RTMP and live streaming. I have my rtmp server, but the issue is distribution, was looking for a simple rtpms streaming cdn. That can support audio streaming with HSL or dash support. Or something free similar to youtube live, but for…
shrw
  • 1,719
  • 5
  • 27
  • 50