Reputation: 313
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 use a http stream came from IP camera connected in my android hotspot.
Upvotes: 4
Views: 705
Reputation: 1
Using a player like VideoJS, set the tech order to prefer HTML5 over Flash and then ensure that you're using the appropriate URL for the stream.
An example URL patter would look something like this:
http://server:5080/live/hls/streamName.m3u8
Note that it ends in .m3u8, has the right port and uses the context and app names.
For more information please see our documentation page. Please let me know if this helps you or if anything isn't clear. https://www.red5pro.com/docs/
Upvotes: 0