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

Support for RTSP Stream from IP CAM #83

Closed
dfuchs2512 opened this issue Jul 20, 2016 · 3 comments
Closed

Support for RTSP Stream from IP CAM #83

dfuchs2512 opened this issue Jul 20, 2016 · 3 comments

Comments

@dfuchs2512
Copy link

Hello,

I have a question and maybe its already working. Does the player support also URLs with rtsp stream from IP Cameras or do you plan to integrate this. I was trying with the demo page but when I use a URL from a RTSP stream its not showing up the video.

Any plans on this to implement or is there a solution already which I did not see?

Thx

Daniel

@cookpete
Copy link
Owner

What does the stream URL look like? If it works in a regular <video> tag then adding support is as easy as updating the supported extensions regex in FilePlayer

@cookpete
Copy link
Owner

Should be fixed in 0.7.5

@cookpete
Copy link
Owner

Ah, this fix was rather shortsighted of me. It seems like RTSP streams are generally not supported very well (or at all) by HTML5 media elements right now. Fixing this properly would involve some sort of additional flash/VLC/webRTC plugin.

http://stackoverflow.com/questions/1735933/streaming-via-rtsp-or-rtp-in-html5

david-hub024 pushed a commit to david-hub024/React_VideoPlayer that referenced this issue Dec 23, 2018
david-hub024 pushed a commit to david-hub024/React_VideoPlayer that referenced this issue May 23, 2020
albanqoku added a commit to albanqoku/react-player that referenced this issue Feb 24, 2021
Webmaster1116 added a commit to Webmaster1116/video-player that referenced this issue May 20, 2021
webmiraclepro added a commit to webmiraclepro/video-player that referenced this issue Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants