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
5
votes
1 answer

EXC_BAD_ACCESS at avformat_find_stream_info in FFMPEG

I achieved IP Camera streaming using ffmpeg with the help of this library : https://github.com/kolyvan/kxmovie also I am recording IPCamera streaming coming and same is done using ffmpeg. Now I am facing one issue as soon as I add…
Mubin Mall
  • 546
  • 10
  • 25
5
votes
2 answers

Ios rotate, filter video stream in ios

Hello There I am rotating and applying image filters by GPUImage on vide live stream The task is consuming more time than expected resulting over-heating of iPhone Can anybody help me out in optimising my code Following is my used code: -…
Devanshu Saini
  • 765
  • 5
  • 24
4
votes
0 answers

WebRTC Red5Pro not working on mobile browsers

I'm trying to include a streaming service inside of an cordova hybrid app for iOS and Android. We chose red5pro because it is an 1 broadcaster to n subscriber situation and theirfor we need a server which is broadcasting to the subscribers. The…
Jonas Ostergaard
  • 319
  • 1
  • 12
4
votes
1 answer

How can I publish a video stream at red5pro in android?

I already have a http video stream coming from an IP camera in my android hotspot. I want to publish that stream in a red5pro server or in another media service. How can I do that? The red5pro sdk examples only use a camera from android. I want to…
3
votes
0 answers

How to connect RAILS with Red5 Server

I am trying to develop an Application with Red5 Server. I did some of the steps: I set up the Red5 server into our local machine (Ubuntu) I installed the MangoDB database locally with Rails configuration. Now My problem is: I am using Jruby(Java…
Anil Gupta
  • 1,155
  • 1
  • 19
  • 26
3
votes
0 answers

How to control video and audio live steaming when internet is slow ?(Red5pro app)

I am using red5pro android app for live streaming but it stuck on 4G or very high speed wifi( data not received live at receiver end) so i want to know is their any way regarding this issue , i mean any coedec or other method to fix this .
Anoop Mishra
  • 1,005
  • 2
  • 10
  • 33
2
votes
1 answer

docker port mapping error

OS: Centos 7 Docker version 17.03.0-ce, build 60ccb22 docker-compose version 1.11.2, build dfed245 I need to map a large range of ports (40000-60000/udp) for RED5Pro server but i always get this error when creating the image: ERROR: for red5pro …
2
votes
1 answer

Red5 Pro: Unexpected response code: 400 & WebSocketException - Handshake failed

I set Red5 Pro server on developer licence locally, then I ran red5pro/streaming-android application (I ran app from Android Studio). I saw on http://localhost:5080/live/subscribe.jsp my stream from application, and when I clicked http://[my…
Radek Anuszewski
  • 1,812
  • 8
  • 34
  • 62
1
vote
0 answers

red5 streaming server on GCP vm using red5pro-installer app not working with "sample" stream

I have tried installing the red5pro streaming service on a vm with a trial account in google cloud platform. I have used the red5pro-installer repo from github to do the "automatic" installation as well as tried installing everything manually. When…
Blair Holmes
  • 1,521
  • 2
  • 22
  • 35
1
vote
1 answer

Red5pro libred5pro-crypto-5.2.4.so | Red5pro Setup Error

I just installed red5pro 8.1.0 trial license version on my ubuntu 20 LTS locally. There's this error about the a lib called libcrypto. I can't seem to find an solution for that. This is just a new installation. I am using javasdk 1.8 and I have met…
1
vote
0 answers

How do I connect red5Pro server using spring mvc

Using red5pro I'm trying to develop web based application using Spring mvc. Could you please help how connection is established between server and spring mvc. And thing is without spring dispatcher servlet. we have to use red5pro dispatcher servlet…
Mr charan
  • 21
  • 3
1
vote
1 answer

Silent if connect headphones

I connect to the audio cast using Red5Pro for Xamarin. The sound goes to the speaker. While listening, I connect my Bluetooth headphones. The sound switches to them, but it's quiet. For the sound, I use AVAudioSession with the settings: Category -…
Jasper
  • 57
  • 1
  • 4
1
vote
1 answer

Integrating SIP content with red5pro

I have details for a SIP server account which is being used by a 3rd party software and I need to broadcast a incoming stream from 3rd party software which uses SIP through streaming server like red5pro.
Somil Jain
  • 11
  • 2
1
vote
0 answers

red5pro SSL with AWS EC2

I have successfully installed the red5pro server at my AWS EC2 instance. Works with http. To allow the access to my webcam I need to install an SSL certificate. I have set all inbound ports required for red5pro to work with SSL at my EC2 instance. I…
m1crdy
  • 1,371
  • 2
  • 25
  • 58
1
vote
2 answers

Red5Pro SDK Error when I use domain name instead of IP Address

I was working with the Red5 Android App Example and I saw that when I use the domain name instead of the ip address it show me an error: I/r5pro: Error closing main loop: resource busy or locked Can someone explain what happen?
AndroidStorm
  • 859
  • 9
  • 25
1
2 3