Skip to content

Instantly share code, notes, and snippets.

@og24715
Created February 14, 2018 08:03
Show Gist options
  • Save og24715/44f6bd9c44f4742d7c8b5155fe9f7aac to your computer and use it in GitHub Desktop.
Save og24715/44f6bd9c44f4742d7c8b5155fe9f7aac to your computer and use it in GitHub Desktop.

ライブ映像プレイヤーの実装

ブラウザの各ストリーミングプロトコルのサポート状況

RTSP(Real Time Streaming Protocol)

非対応 RTSP のストリームを再生するには HTTP に変換するプロキシが必要

if you have to play an RTSP stream in the browser then you need a proxy server that will convert RTSP to HTTP stream.

HLS(HTTP Live Streaming)

Edge, Safari, mobile ブラウザ以外は非対応 非対応ブラウザで HLS 再生するために Video.js と videojs-contrib-hls を使用することで対応できる

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