1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry Pi から Mirakurun のストリームを再生

Last updated at Posted at 2017-11-03

まずは Raspberry Pi の MPEG-2 Video Decoder のライセンスキーを購入してアクティベートしておく。

Rivarun 経由

$ npm install -g rivarun
$ rivarun --b25 --mirakurun 192.168.0.1:40772 --ch GR/14 - - | omxplayer --no-keys pipe:0

直接再生

どう見てもこっちのほうが簡単

$ omxplayer http://192.168.0.1:40772/api/channels/GR/14/stream

BS/CS の場合

あらかじめサービス ID とかは curl http://192.168.0.1:40772/api/channels/ | jq . で調べておく。

$ omxplayer http://192.168.0.1:40772/api/channels/BS/BS9_0/services/400211/stream
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?