Not able to view live stream when use rtmpCamera1.startStream to Azure Media Service RTMP input URL #1167
Unanswered
umeshshende
asked this question in
Q&A
Replies: 1 comment
-
You can delete this as i raise as issue #1168 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note:
1. OBS player is working fine with the Azure Media Service Input URL
2. Im new to Lib (rtmp-rtsp-stream-client-java) and new to Azure Media Service
Im using AMS as server to serve live stream request and using preview URL for display live video. Input url working in obs but when i inject into rtmpCamera1.startStream("rtmp://myurl") is does not display anything and not showing any error or exception. It also display
test2 = rtmpCamera1.isStreaming(); // true
that means stream is connected and also below method triggeredimage below is code for how start the stream
image below is Azure Media service which created for test purpose
Beta Was this translation helpful? Give feedback.
All reactions