Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upGh 1208 #1262
Conversation
syl22-00
added some commits
Feb 21, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bendk
Feb 25, 2014
Member
I'm a little worried about this fix since it's not guaranteed that we can add a query param and get the same video back. I'm pretty sure that this will work on at least 99.9% of all videos out there, but I wonder if some servers will return something different. There's also a small chance that the URL already includes a noise param.
If there's no other way to fix the problem, then I guess we have no choice but to go with the hack. But maybe we should limit it to only chrome, and also change the query param to amaranoise or something like that to lower the chance of a name collision.
|
I'm a little worried about this fix since it's not guaranteed that we can add a query param and get the same video back. I'm pretty sure that this will work on at least 99.9% of all videos out there, but I wonder if some servers will return something different. There's also a small chance that the URL already includes a noise param. If there's no other way to fix the problem, then I guess we have no choice but to go with the hack. But maybe we should limit it to only chrome, and also change the query param to amaranoise or something like that to lower the chance of a name collision. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
syl22-00
Feb 25, 2014
Member
@bendk you're right for the parameter name, I'll change it.
I am not very happy with the fix either, it also might prevent caching the video. The problem is that the issue itself is not clear, and it's more a hack around that unclear browser issue.
I'll also try to limit its scope (only html5 videos on chrome).
|
@bendk you're right for the parameter name, I'll change it. I am not very happy with the fix either, it also might prevent caching the video. The problem is that the issue itself is not clear, and it's more a hack around that unclear browser issue. I'll also try to limit its scope (only html5 videos on chrome). |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
syl22-00
Feb 25, 2014
Member
@bendk I made the few changes we discussed above, do you think that's OK/better? @jdragojevic would you mind giving it another try, trying to cover most of our possible URLs?
|
@bendk I made the few changes we discussed above, do you think that's OK/better? @jdragojevic would you mind giving it another try, trying to cover most of our possible URLs? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
The changes look good to me. |
jdragojevic commentedFeb 25, 2014
multiple-tab playback issues are resolved for me.