Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been looking for RTMP modules/clients that I can use, or integrate with NativeScript, so far I've gotten WebRTC modules and It's not really what I'm looking for as it doesn't fully satisfy our need.

What I have tried:

I have a server already running, an RTMP server that is. A WebRTC would require a different approach as far as I know, since the already running server is also used for the web app, i understand it's going to require me to make a lot of changes, it might not be successful since I have already tried going that route once and ended up disabling the live streaming feature on the web, I allowed for RTMP client apps to do the job for us.

I need help here to be able to set up a live video streaming feed for both Android and iOs.

Any suggestions?
Posted
Updated 9-Mar-20 22:39pm

 
Share this answer
 
Maybe you could find a nativescript videoproject with ffmpeg mobile (GitHub - triniwiz/nativescript-ffmpeg[^]) and use ffmpeg as rtmp streamer.
ffmpeg -f flv -listen 1 -i rtmp://localhost:1935/live/app -c copy rtsp://YOUR_RTSP_HOST
I am interested in such app on my own.
streaming - RTMP server using ffmpeg - Video Production Stack Exchange[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900