RTMP LIVE STREAMING...

Muhammad Anas 1 Reputation point
2021-02-10T03:35:11.103+00:00

I am facing problem with react-native(NodeMediaClient) RTMP streaming while OBS is working fine.
when i start stream from react-native the status changes to this.

66089-no.png

this state remain further.
can anyone help regarding the issue ?
if something required then let me know.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
307 questions
{count} votes

1 answer

Sort by: Most helpful
  1. John Deutscher (MSFT) 2,126 Reputation points
    2021-02-10T18:33:26.637+00:00

    I'm not aware of anyone on the team that has tested out the Node Media Client project's RTMP ingest support.

    https://github.com/NodeMedia/react-native-nodemediaclient

    I assume that they are using some form of RTMP ingest from FFMPEG project? Can you confirm?
    You may need to do some more experimentation with that library settings. FFMPEG works fine with our services, so if it is using that library then I dont see why it would not work.

    Are you adding any additional /streamname path to the end of the RTMP ingest path (you should be).

    We dont test all the RTMP clients out there to validate that they work (too many), but when we get someone to test them out and validate them (either community or ISV) then we add them to our list up here -
    https://learn.microsoft.com/en-us/azure/media-services/latest/recommended-on-premises-live-encoders

    0 comments No comments