Method: MpgWrapperPlayer#can_http?
- Defined in:
- lib/ektoplayer/players/mpg_wrapper_player.rb
#can_http? ⇒ Boolean
NOTE Since ektoplazm.com switched to Cloudflare (using HTTP/2.0) mpg123 cannot handle those streams anymore. This may change in future versions of mpg123.
37 |
# File 'lib/ektoplayer/players/mpg_wrapper_player.rb', line 37 def can_http?; false; end |