Hypnos3/node-red-contrib-cast

CORS problem

Closed this issue · 2 comments

Hello, Im trying to cast a local url from a tv box, however when i use this node it always returns error.
Can you guys try to add a cross origin feature to allow the cast?

https://developers.google.com/cast/docs/media

"With adaptive bitrate streaming protocols, you must implement CORS. To implement an encrypted protocol, including DRM, you should develop a Custom Receiver. See DRM support for more information."

Example:

media_url:

http://ip:port/1:0:1:2BD:2F:36:CE40000:0:0:0:?bitrate=5000000?width=1280?height=720?vcodec=h264?aspectratio=2
or
http://ip:port/1:0:1:2BD:2F:36:CE40000:0:0:0:

media_type:
application/vnd.apple.mpegurl
or
video/mp4

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.