How to publish video stream in red5pro in Android?

I already have an HTTP video stream coming from an IP camera in my Android hotspot. I want to publish this stream on a red5pro server or in another media service. How can i do this?

In the red5pro sdk examples, only the camera from Android is used. I want to use the HTTP stream that came from an IP camera connected in my Android hotspot.

+4
source share
1 answer

Using a player such as VideoJS, set up a process order so that it prefers HTML5 over Flash, and then make sure you use the appropriate URL for the stream.

URL- URL- :

http://server:5080/live/hls/streamName.m3u8

, .m3u8, .

. . , , - . https://www.red5pro.com/docs/

0

All Articles