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

add RTSP and RTSP 2.0 (Real Time Streaming Protocol) #5989

Open
leandroruel opened this issue Aug 8, 2021 · 3 comments
Open

add RTSP and RTSP 2.0 (Real Time Streaming Protocol) #5989

leandroruel opened this issue Aug 8, 2021 · 3 comments

Comments

@leandroruel
Copy link

i've been looking for rtsp on canise but i not found nothing, here alink to mdn docs about it: https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video

@atjn
Copy link
Contributor

atjn commented Aug 9, 2021

This certainly looks interesting, but we won't start tracking a feature if it looks like it will never be supported anywhere.

I cannot find any bugs or discussions about adding this to Chromium or Firefox, and WebKit only has a feature request bug from 2009 that doesn't seem like it is going anywhere. Given that RTSP 2.0 was ready to implement four years ago, and has seen basically no support, I find it hard to believe it will be supported anywhere any time soon.

@GPHemsley
Copy link

FWIW, it seems the original RTSP was once supported by Firefox OS.

@Derkades
Copy link

Derkades commented Nov 16, 2022

Strangely, the MDN docs say:

Although the and tags are protocol agnostic, no browser currently supports anything other than HTTP

But a little further down:

The process of using the various protocols is reassuringly familiar if you are used to working with media over HTTP.

For example:

<video src="rtsp://myhost.com/mymedia.format">
  <!-- Fallback here -->
</video>

Suggesting that it is possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants