Closed Keval-11 closed 1 year ago
Hi,
According to your logs, the issue:
E/rtmpdroid(11700): RTMP_ReadPacket, failed to read RTMP packet header
E/rtmpdroid(11700): Can't connect stream
connectStream
is a RTMP message that is exchanged between the client and the server once they are connected. The issue is often because the streamKey
is not correctly set. Could you double check it?
If your stream key is okay, could you please contact your server to check what is wrong with the connectStream
message?
Hi,
According to your logs, the issue:
E/rtmpdroid(11700): RTMP_ReadPacket, failed to read RTMP packet header E/rtmpdroid(11700): Can't connect stream
connectStream
is a RTMP message that is exchanged between the client and the server once they are connected. The issue is often because thestreamKey
is not correctly set. Could you double check it?If your stream key is okay, could you please contact your server to check what is wrong with the
connectStream
message?
Yes, I have double check of streamKey it is Ok, I am using "rtmp://global-live.mux.com:5222/app/" server which is provided by MUX which is mention on MUX official site (https://docs.mux.com/guides/video/start-live-streaming#3-start-broadcasting)
Just tested it. I have no issue with it. We can't help you on this. Please contact your server provider directly.
Did you contact your server provider? Have you fixed your issue?
Stalled issue -> Closing. Feel free to repoen the issue if you still need support.
Version
v1.1.1
Which operating systems have you used?
Environment that reproduces the issue
Pixel 4 (API 30) emulator Mi A1 (API 28) real device
Is it reproducible in the example application?
Yes
RTMP Server
rtmp://global-live.mux.com:5222/app/
Reproduction steps
Expected result
RTMP stream should work.
Actual result
Nothing happen, while start sreaming.
Given me below log
E/rtmpdroid(11700): RTMP_ReadPacket, failed to read RTMP packet header E/rtmpdroid(11700): Can't connect stream
Error: PlatformException(failed_to_start_stream, java.net.ConnectException: Failed to connectStream, null, null)
Additional context
3.0.0
Relevant logs output