Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

Does method 'jwplayer(div).setup()' accept option 'streamer'?

I try to understand how red5 works. I have looked at standard examples provided in the red5server installation directory. The 'ofla-demo' example appeared to be the most relevant. In this example ...
Olzhas's user avatar
  • 13
1 vote
1 answer
174 views

How to stream from Streamlabs mobile app to Red5 via RTMP

I'm trying to stream video from my phone and I want to be able to see it on my computer. I got the Streamlabs app on my iPhone and saw I could run an RTMP server which would have lower latency than ...
ThrownRedstone's user avatar
0 votes
1 answer
389 views

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 ...
Prems Finance's user avatar
1 vote
0 answers
122 views

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" ...
Blair Holmes's user avatar
  • 1,661
0 votes
1 answer
2k views

how to stream capture image frame to rtmp server using ffmpeg C#

I'm working on a task where I need to capture the stream from the IP camera and then I need to send the capture frame to the RTMP server. for capturing the image frame from the camera I'm using the ...
ashok patel's user avatar
1 vote
0 answers
36 views

Development Cordova App with Red5pro live stream

I'm trying to understand Cordova & Red5pro for streaming mobile. I need to create an application that live streams phone to phone. I have so many questions and from bottom to top. Can anybody help ...
Taha Ateş's user avatar
0 votes
1 answer
437 views

Ant media server: Exception in thread "main" java.lang.UnsupportedClassVersionError [duplicate]

I have downloaded the installation files of the ant media server and now I am following this tutorial to try to run the server. So I've run this command: ./start.sh But, I keep getting this error: ...
AG_HIHI's user avatar
  • 1,995
0 votes
1 answer
127 views

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 ...
AG_HIHI's user avatar
  • 1,995
0 votes
0 answers
342 views

I can see live app on secured port 443 red5pro

I prepared server ubuntu like from docs. I created SSL cert to my domin and i have open required ports. I installed red5pro in to /usr/local/red5pro/ and server fine. When i will go to http://example....
Wraith's user avatar
  • 501
0 votes
1 answer
851 views

Live Streaming Using Red5 with H.265 Raw Imcoming Video

How do you stream a raw H.265 incoming video using Red5? I've seen this example to stream flv file, and this for the client side, and for H.264 with or without ffmpeg. Basically the question can ...
minghua's user avatar
  • 6,541
0 votes
1 answer
394 views

How do I get Red5 /installer URL not to yield 404?

I've performed a clean install of Red5 Media Server 1.2.2 on Ubuntu Server 18.0.4 LTS. I can access my server via <server ip>:5080. I see the screen confirming red5 is installed. If I click on ...
Thomas Harris's user avatar
0 votes
1 answer
51 views

Concatenating mp4 files on run time using red5.io

I was recently working on an old project where we concatenates multiple flv files. The approach was: Read the file through FLVReader(Red5.io). Append the file tags using FLVWriter(Red5.io) by ...
Danish Merani's user avatar
0 votes
1 answer
276 views

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.-...
Jean Reno's user avatar
  • 163
-1 votes
1 answer
63 views

How to Play flash/swf type format videos in mobile browser?

I have been working with the project to play live streaming videos in mobile browser. I have a swf/flash format to play in mobile browser. But mobile browsers not supporting flash. so how can i play ...
Murali Venkat's user avatar
0 votes
1 answer
155 views

Red5 Server and PHP issues

I have red5-server-1.0.10 unzipped from tarball into a directory on my Xubuntu 18.04 OS. All necessary prerequisites namely openjdk-8-jre installed. The red5 server launches successfully. http://...
greenelephant's user avatar
0 votes
0 answers
73 views

Issue with red5 installation on linux

i am trying to install red5 media server on the linux centOS server. But i am getting an error as: /etc/init.d/red5: line 22: if: command not found I am using red5 package: 1.0.10 Milestone 7 ...
Math02's user avatar
  • 13
1 vote
0 answers
114 views

How to stream video using xuggler and Red5 in java?

I have installed both red5 and xuggler properly but unable to run both in fix. How can we use xuggler library to stream video through the red5 server? Is there any tutorial available online? Or is ...
Puneet Bindal's user avatar
0 votes
1 answer
182 views

Preview OpenMeetings via Eclipse in development mode

I am using OpenMeetings and want to customize the UI. I have followed the tutorial here - https://openmeetings.apache.org/BuildInstructions.html and got it setup in Eclipse, now I don't know the ...
ken4ward's user avatar
  • 2,296
1 vote
1 answer
209 views

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 ...
Somil Jain's user avatar
0 votes
1 answer
284 views

RTMP TEST NODEJS

Can we test an RTMP link and find out if it is valid? Like an HTTP request (and have a header) using NODEJS?
Sébastien Z'zLebrun's user avatar
1 vote
1 answer
246 views

Red5: save incoming stream

We use Red5 server for video broadcasting. But periodically we have some problems with it. Is it possible to save incoming Red5's video stream to file? It is useful to reproduce Red5 problems ...
FiftiN's user avatar
  • 788
9 votes
1 answer
2k views

How to redirect a RTMP stream to clients

I have a RTMP stream being broadcasted in the same server as my Spring Boot application. For instance, it can be accessed using rtmp://localhost/livestream And it's a video livestream, ...
LeoColman's user avatar
  • 7,073
1 vote
0 answers
264 views

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 ...
m1crdy's user avatar
  • 1,401
0 votes
0 answers
73 views

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 ...
Karamjeet Singh's user avatar
-1 votes
1 answer
330 views

Simple Red5 - WebRTC connector

I am using red5 server -open source not pro-. And it is currently gives RTSP end-point (like rtsp://x.x.x.x:pppp/live/abc). It doesn't support webRTC. Is it possible to create an adapter for open ...
Ozan's user avatar
  • 1,201
3 votes
0 answers
115 views

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 ...
Anil Gupta's user avatar
  • 1,225
1 vote
1 answer
2k views

Live Video Streaming, Video Calls Red5, RTMP and WebRTC, WSS?

I have latest red5 installed on my VPS. I also know RTMP connection/link is used to communicate with the Red5 Server. RTMP connection/link is used by the flash application that is recording/streaming ...
Tom's user avatar
  • 117
-1 votes
1 answer
107 views

Exception occurred while running openmeeting-web

I have taken checkout of latest code of openmeetings from their GitHub mirror repository. While running openmeeting-web, I am getting following exception. INFO 08-14 13:03:54.013 33 81 ROOT [0.0-...
Anuja Kothekar's user avatar
1 vote
1 answer
183 views

integrate red5 (red5-server-1.0.9-RELEASE) and Tomcat (tomcat8)

When I integrate red5 (red5-server-1.0.9-RELEASE) and Tomcat (tomcat8), I copy the configuration file, and the following questions arise. Who can help me, thanks? enter image description hereenter ...
dtest's user avatar
  • 11
0 votes
2 answers
96 views

How I can embed my code in red5 server?

I want to use JWT for generate token code in my Red5 server application.When I generate token code by JWT on local ,there is no mistake. When I embed my generate token code in Red5 server application,...
lee's user avatar
  • 159
1 vote
2 answers
566 views

Red5 Service Fails to Start on Win 10 - Incorrect Function

I installed Red5. Service installed ok, but when I manually try to start it, I get the following error in my Windows Event Log: "The Red5 Media Server service terminated with the following service-...
Bradley Sweet's user avatar
1 vote
0 answers
120 views

Red5 setup guide?

I've been looking for a online service that will let me stream a movie with my friends and family. However, services like Rabb.it do not include iTunes. Now, I could log-into itunes on rabb.it, ...
Dylan Cole's user avatar
1 vote
2 answers
1k views

Customize Stream Path using http instead of rtmp

I currently have a Red5 application that uses a Custom Stream Path similar to the example shown on Red5's wiki. It works great when using the following rtmp stream: rtmp://localhost:1935/streaming/...
Gerald Murphy's user avatar
0 votes
0 answers
72 views

Failed while installing RED 5 Application Generation 1.0

I am trying to create RED 5 Application in JAVA EE perspective of Eclipse Mars in Windows Environment. I have installed 3 plugins: org.red5.doc org.red5.feature org.red4.server When I am ...
Anuja Kothekar's user avatar
1 vote
0 answers
261 views

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 ...
Himanshu Bhandari's user avatar
0 votes
1 answer
167 views

Red5 application is getting BeanCreationException when ran as a Windows service

I have a Red5 application that runs fine in Eclipse. But when I build the app and try to run it as a Windows service I am getting an error. After the app starts, when it tries to start the Red5 ...
Gerald Murphy's user avatar
0 votes
1 answer
106 views

running red5 on static ip of vps with 80 port

As per the basic requirements of av chat, we have installed red5 media server on our linux vps running cents os. after installation and starting red5 we have check if the red5 is running on our ip ...
Parth Shah's user avatar
1 vote
0 answers
163 views

send object via url, apache openmeetings error 400 send special character

i'm using Apache Open meetings and i have been succeed in use its method except signup because i can n't send object of the user by URL how to change setting of my server to send special character ...
Omar Bahri's user avatar
0 votes
1 answer
409 views

Broadcasting using red5 server

I have to ask you after several days of bad luck with red5 live streaming. Is possible, to send video from webcam through red5 and recieve video from client side (using rtmp:// protocol)? Do I need ...
stepik21's user avatar
  • 2,640
1 vote
0 answers
568 views

Red5 live streaming example using java

I wanted to know is there any good documentation or example blog that shows how to use Red5 with Java. Is it possible to to live streaming from remote camera using `Red5' ? . Any links or ...
Shettyh's user avatar
  • 1,206
2 votes
1 answer
1k views

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 ...
Radek Anuszewski's user avatar
1 vote
1 answer
993 views

View controller with strong references causing memory leaks

I have an issue with strong references in one of my view controllers which is causing a memory leak. First, my setup: 2 view controllers (v1 and v2). v1 segues to v2, and v2 has a close button that ...
Prabhu's user avatar
  • 13.3k
0 votes
0 answers
297 views

Red5 server installation on godaddy 64 BIT VPS server

I am using video wishper plugin it working perfectly on my local system. Now I am making my site live I had purchased vps server from godaddy but could not able to install red5 server. I am following ...
web developer's user avatar
0 votes
0 answers
227 views

Why do mp4 files play so slow when using Red5 with rtmp and jwplayer?

I have a Red5 server running and I am trying to stream a .mp4 file using rtmp. I have my video files located at red5/webapps/vod/streams. My client code is shown below. If I try streaming a .flv ...
Gerald Murphy's user avatar
0 votes
0 answers
282 views

Video is not playing correctly using Red5, rtmp, and jwplayer

I have a Red5 server running. I am trying to stream a video file from a custom path. I think I have all or most of my server code correct. I am trying to test it with the following test html code: &...
Gerald Murphy's user avatar
3 votes
0 answers
394 views

Red5 Error "Scope Not Found"

I have created a Red5 server project in Eclipse with the Red5 plugin. But every time i start the server i get an error "scope not found" [WARN] [RTMPConnectionExecutor-4] org.red5.server.net.rtmp....
Kjut Nikolas's user avatar
1 vote
0 answers
79 views

How do I test customized stream playback paths in Red5

I have a Red5 application that I inherited from a previouse developer and I am trying to get it running correctly. I am able to start the Red5 server and stream video files from my /webapps/myapp/...
Gerald Murphy's user avatar
2 votes
3 answers
840 views

Red5 1.0.8M13 runs using .bat file but Windows service gives error

I'm trying to install Red5 1.0.8 M13 as a service on Windows 2008 server. Red5 and my webapp run fine when starting with red5.bat but it immediately stops and fails when running as a service with: "...
Velocedge's user avatar
  • 1,425
1 vote
1 answer
2k views

OpenMeetings Service failed and no response was returned

I'm trying to connect Apache OpenMeetings V3.1.1 to PHP Moodle CMS V2.9.7 OpenMeetings is installed and run successfully, I can login to openmeetings admin using the username/password I've set during ...
Ashraf Hefny's user avatar
0 votes
1 answer
107 views

Red5 : How can i get event when recording finished?

Red5 masters. I'm implementing a red5 recording system and I need to record the start time and end time. I need to know the how to register the point when record finishes in red5 on the server side. ...
Li Xing's user avatar

1
2 3 4 5
18