1

How to make request "rtsp://localhost:554/sample_100kbit.mp4"? (in HTML5 or Javascript) I want to access video streaming data which source is present on Darwin server

2 Answers 2

3

I don't believe it's possible without an additional browser plugin.

The <video> tag in HTML5 requires the content to be served over HTTP.

Flash supports streaming using their own protocol (RTMP) and there are products available that will proxy between RTSP and RTMP. However that would require you to run your own server and provision the bandwidth between user -> proxy -> content.

Sign up to request clarification or add additional context in comments.

Comments

-1

HTML5 don't support rtsp URL, and maybe MSE or WebRTC can help refer RTSP solution for JavaScript/HTML5

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.