xat / chromecast-player

simple chromecast player
MIT License
99 stars 20 forks source link

Question: How do I change the content-type? #10

Closed ibz096 closed 7 years ago

ibz096 commented 7 years ago

How to change the content-type you send to the chromecast ?

rstacruz commented 7 years ago

Looks like it's:

player.launch('http://...', { type: 'video/mp4' }, function (err, p) {
  ...
})