nwtgck / piping-server

Infinitely transfer between every device over pure HTTP with pipes or browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screensharing firefox “text/plain” is not supported.

flix444 opened this issue · comments

At first - nice application!

I try to screen share like the article below explained, but i get an error message in Firefox.

https://dev.to/nwtgck/the-power-of-pure-http-screen-share-real-time-messaging-ssh-and-vnc-5ghc

HTTP “Content-Type” of “text/plain” is not supported. Load of media resource http://****:8181/meintest2 failed.

Using this HTML code:
<!-- viewer --> <meta charset="UTF-8"> <video src="http://*********:8181/meintest2" autoplay muted></video>
Have someone an idea?

The screen share on that post is only for latest Chrome now. fetch() streaming upload is supported only on latest Chrome.

ref: