Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTMP: The & to separate connection and stream is conflict with the & in the connection string #2371

Closed
htn153 opened this issue Jul 17, 2015 · 1 comment

Comments

@htn153
Copy link

htn153 commented Jul 17, 2015

As I know, videojs uses the character & to separate the connection and stream. However, if the connection itself has the character & also, then videojs will run into problem because it detects the first & (which is a part of the connection string), not the last &. Thus, it took the wrong connection string.

Where to change in videojs to make it take the last & instead of the first &? VLC can play the link (without the & that separates connection and stream, only with the & in the connection string), but videojs can not.

@htn153 htn153 changed the title RTMP: The & to separate connection and stream is used for authentication query RTMP: The & to separate connection and stream is conflict with the & in the connection string Jul 17, 2015
@gkatsev
Copy link
Member

gkatsev commented Nov 17, 2015

I believe this has been fixed. #2787

@gkatsev gkatsev closed this as completed Nov 17, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants