Questions tagged [red5pro]

Red5Pro is a Live Video Streaming Server. It allows to stream live videos that are sent from iphone, Android or from Live Cameras. It also provides VOD for video playback in your app. It's SDK for Android and iOS available on it's official website. On their website docs are also available to implement Red5Pro SDK in your app.It also provides Second Screen Feature.

33 questions
1
vote
0 answers

Live video streaming service

I want to create a Live streaming solution where registered user can come and create Live stream video of whatever event they want. I tried to find the solution for that in Google search and found some results to perform this, but I am unable to…
Himanshu Bhandari
  • 1,769
  • 2
  • 23
  • 37
1
vote
0 answers

How to create a stream with name using RTMPClient on RED5 Client

I am trying create a stream with a preferred name say 'mylive' with RED5 Client. using RTMPClient, how can I do this? RTMPClient has createStream(callBack) , but it seems to there is noway to pass the name for my stream. say i want create stream on…
kuhajeyan
  • 10,727
  • 10
  • 46
  • 71
0
votes
1 answer

WebSocket connection to 'ws://localhost:5080/live/?id=mystream' failed - red5pro

I need to broadcast my steam in localhost for developing purposes. But the error comes in. I am new to media servers. I just wanna integrate the red5pro media server for one to many broadcasting in my website. I am currently following Red5pro…
0
votes
1 answer

Red5Pro: Server keeps loading without response

I have set-up Red5Pro on my Linux machine by following this tutorial and everything seems to be working fine: But, the page keeps loading without getting any response: And this is what I have in the bottom of the browser: I've checked the console…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
0
votes
0 answers

ECLIPSE FLEX RED5PRO VIDEO CONFERENCE

I want to add a videoconference to my dynamic web project , i saw that i need red5 to streaming but i dont now how use it if we can help me please.
0
votes
1 answer

Cannot broadcast WebRTC on Red5Pro 5.2.0

We're trying to use a default broadcast via WebRTC webpage that comes with Red5Pro server https://hostname-here/live/broadcast.jsp?host=hostname-here Client logs: [live]:: Publish options: { "protocol": "wss", "port": 8083, "app": "live", …
Alex Sorokoletov
  • 3,102
  • 2
  • 30
  • 52
0
votes
1 answer

Issue in android 8 - two way streaming using red5 pro

Getting an issue in android 8 for two way streaming. Library used for 2 way streaming is Red5. Issue: When subscriber stream gets connected then it overlaps the publishing screen so publishing screen just disappears. Used setZOrderOnTop(true) & it…
Trupti Nasit
  • 177
  • 2
  • 15
0
votes
1 answer

Replace "navigator.mediaDevices.getUserMedia" with "canvas.captureStream"

I'm using Red5pro html SDK to create a peer to peer connection between a server and a client, video and audio chat work like a charm with getUserMedia(). The problem is, I want to stream from a DOM element(Canvas), not from user's camera, using…
Ahmed Saleh
  • 126
  • 10
0
votes
1 answer

How integrate JAVA Request Sampler + Red5-client library

how to implement Java class for the Java Request Sampler RTMP Performance Testing with JMeter Red5 - one of the first RTMP-servers, written in Java how to implement to Jmeter to Red5 pro server how to Test the video Scenario please help me... I…
0
votes
0 answers

App crash after obfuscation on red5Pro library

Without obfuscation using Proguard, everything is working fine. When I enable Proguard, app gets crash on this line- mStream.publish(liveStream.streamName, RECORD_TYPE); where mStream is the instance of com.red5pro.streaming.R5Stream. I'm using…
0
votes
1 answer

FFMPEG RTMP not working in my red5pro module on Ubuntu 14.0.4

This following command not working in my java module (this takes snap from live stream and save it) Runtime.getRuntime().exec("ffmpeg -i \"rtmp://127.0.0.1:1935/live/mytest live=1 timeout=2\" -f image2 -vframes 1 /snaps/testo.jpg"); If I use same…
Atul
  • 44
  • 1
  • 8
0
votes
1 answer

How to stop stream in "Red5 Pro HTML"?

Dear friends i cant find in documentation of "Red5 Pro HTML" precise example how to stop stream for publisher, please if some one know write way give me a hint
0
votes
0 answers

Red5 CustomVideoSource Send Black & White Video

I am using Red5 iOS code and their CustomVideoSource class. Successfully publish the stream over server but it's shows as Black & White. Not the actual coloured stream. If any one had faced this issue , please help me to find solution for…
Karamjeet Singh
  • 460
  • 1
  • 5
  • 16
0
votes
1 answer

Getting Red5Pro Live Streaming to function properly on iOS

So I'm working on allowing users to begin a livestream (visible to those subscribed to them) from our application. We are using a Red5Pro server. I have followed the instructions from Red5's iOS page, and when it runs on the phone the camera screen…
Justin Hodges
  • 185
  • 3
  • 10
0
votes
1 answer

Video js doen't play the sound of the stream from Red5pro server

I was trying to play the video from RED5pro server using the video js player.The video is showing properly but the sound is not coming. When i contacted with the server support they gave the following reply: This is a known issue with Flash…
gitu
  • 219
  • 6
  • 18