-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Dynamically change RTMP source #1399
Comments
We've had similar reports, so I don't think this is wrong. My guess is this is similar to #834. Want to take a look and, if it is, throw your two cents on the SWF issue that was opened? |
I have same issue here. However it works if I use the uncompressed video.js. |
@legnaleurc Mind posting an example somewhere? This is working for you with the dev version? |
Compressed version (video.js): Uncompressed version (video.dev.js): Library is 4.7.3, downloaded from your website. |
Good find! I'd actually run into a similar problem (compressed vs uncompressed) with another JS library a while back and didn't think to try that with this library. |
@legnaleurc very nice. Thanks, this is really helpful! @bmeine I assume this gets you running in the meantime, but we'll debug what's going on here. @heff: any ideas off the top of your head? |
Yep, I'll move forward with the uncompressed version right now. |
Great, that's good to hear you won't be blocked while we figure this one out. |
Hey guys, some insight into the problem over on the ticket I made: |
In videojs 5, we're no longer doing the super compression, so, it should be better. |
I'd like to be able to dynamically change the RTMP src of the player so I can implement a rough adaptive bitrate solution over RTMP. The problem is when I try to set the src it freezes. Below is a jsfiddle with a simplified version just using a timer to change the src. I actually tried a few different suggestions I'd found, but none worked. This seemed like the most likely solution, but I could be completely wrong...and probably am :)
http://jsfiddle.net/Gkzqw/2/
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: