I have imported all plugins and only live rtmp stream can't play with error 'FLASH: rtmpconnectfailure', I use Wireshark captured the tcp datagram and compare with normal datagram, and the same steam can play with FlashMediaEncoder2.2 while failing with video.js. The datagram shows that it's my client the one do disconnecting. The only difference between woking datagram and failing datagram is that the normal one without a '/'.

Explain in detail the exact steps necessary to reproduce the issue.
The rtmp stream is as follow:
options: {
sources: [
{
type: "rtmp/flv",
src: 'rtmp://10.100.14.38:1935/live/&XIAOYUANTEST333_0_2?code=4231422736'
}
],
techOrder: [ 'html5', 'flash']
}``
FLASH: rtmpconnectfailure
The big play button has shown and after I click the button the error info shows. I have also tried autoplay.
"video.js": "^7.3.0",
"videojs-contrib-hls": "^5.15.0",
"videojs-flash": "^2.1.2",
Chrome
👋 Thanks for opening your first issue here! 👋
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
The query string should be part of the connection URL rather than the stream name, i.e before the & separator. Try this:
rtmp://10.100.14.38:1935/live?code=4231422736&XIAOYUANTEST333_0_2
The query string should be part of the connection URL rather than the stream name, i.e before the
&separator. Try this:rtmp://10.100.14.38:1935/live?code=4231422736&XIAOYUANTEST333_0_2
Still not wok and this time get 'RTMP 516 Handshake C2|connect('live?code=4231425040')', the working one show just 'Handshake C2|connect('live')'
┭┮﹏┭┮
I have also tried 'rtmp://10.100.14.38:1935/live&XIAOYUANTEST333_0_2?code=4231425040'┭┮﹏┭┮.
Then I just get the same result, only without '/', but this does nothing useful with my player.

I'am very sure the url is usefulo(╥﹏╥)o

However it can't play with video.js while RTMP URL of playback video from the same server can play in the same environment on my computer.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@cucumbersunny hi,do you solve this question eventually?I meet the same question you have.
另外,哥们应该也是中国人吧:)
解决了吗同志们
要不就是hls调用的位置不对要不就是后端流问题,插件安装顺序也有影响
发自我的iPhone
------------------ Original ------------------
From: tina <[email protected]>
Date: Sun,Dec 6,2020 4:54 PM
To: videojs/video.js
Cc: Holly Du <[email protected]>, Mention <[email protected]>
Subject: Re: [videojs/video.js] I can't play live rtmp stream while playback stream is ok,FLASH: rtmpconnectfailure (#5691)
解决了吗同志们
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.