chromecast

Chromecast playready encryption

我的未来我决定 提交于 2019-12-12 01:03:54
问题 When i try to play encrypted SmoothStreaming URL http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest on my CastVideos-android sample with cast-custom-receiver, in console (:9222) i get [ 8.788s] [cast.player.core.MediaKeysManager] onNeedKey media_player.js:24 [ 8.798s] [cast.player.core.MediaKeysManager] onNeedKey_: 1 media_player.js:24 [ 8.803s] [cast.player.core.MediaKeySession] createSession media_player.js:24 [ 8.808s] [cast.player.core

Error loading HLS playlist in Cast Receiver

 ̄綄美尐妖づ 提交于 2019-12-12 00:17:45
问题 I am using the example custom receiver from this sample GitHub project and running into an error while loading an m3u8 master playlist. I am not able to tell what the problem is based on the error passed into onMediaError after making my load request: code: "session_error" description: "LOAD_FAILED" details: null I have created a gist of the full log output from my receiver, just replacing my domain with "mycompany.com" since the content is protected. 回答1: I looked at your log and it looks

Chromecast subtitles on default receiver applications

∥☆過路亽.° 提交于 2019-12-11 19:47:24
问题 I am trying to include subtitles on a Chromecast application I'm building. I am using the default receiver application. I am writing a chrome sender application using v1 of the chrome sender api. According to the Chromecast Sender Api documentation, I should be passing in an array of track objects into the chrome.cast.media.MediaInfo object. My issue is, whenever I call chrome.cast.media.Track(trackId, trackType) , it returns undefined. When I look through the public methods in chrome.cast

cannot run chromecast app

半世苍凉 提交于 2019-12-11 17:27:34
问题 I am trying to the exact sample app (https://github.com/googlecast/CastHelloText-android) with my own package name, put the receiver code on my server. I registered the app, and my device on the chromecast developer console. When I try to launch the app, I get this error, 03-19 11:33:14.268: D/DeviceFilter(1060): Sending text message to chromecast: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"origin":{},"package":"gms_cast_mrp","type":"CONNECT"} 03-19 11:33:14.268: D

How can I get list of all cast devices using cast SDK?

假装没事ソ 提交于 2019-12-11 17:03:11
问题 I am struggling to get list of all chrome cast devices available in my network, I am able to make it work with there default implementation of adding a media router button in the action bar. What I want to achieve is to get list of all cast devices available including Fire stick and smart TV (basically all the devices which supports DIAL protocol). My list will contain all chrome cast devices and all DIAL protocol supported devices. I am using cast 3 SDK provided in android. 回答1: MediaRouter

Is it possible to create a Google Cast Sender application using HTML5 and javascript only? [closed]

此生再无相见时 提交于 2019-12-11 15:16:17
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . Can the Sender-Receiver communication in a cast sender application be implemented in pure javascript and run inside browser? Is the API only available for android and iOS? 回答1: No, you need to be able to read from the UDP port used to execute the M-SEARCH query in your

Chromecast Receiver App Query Parameters

不羁岁月 提交于 2019-12-11 14:25:25
问题 Why can't my Chromecast receiver app see passed query parameters? I'm using the example web app sender application @ http://googlecast.github.io/cast-chrome/ My receiver app is correctly launched on the Chromecast but the query parameters which I have provided do not appear to have been supplied. Is this a problem with the sender application or are the supplied query params being lost somewhere? 回答1: How are you passing the query parameters? For query parameters to be accepted by the receiver

Chromecast subtitle

只谈情不闲聊 提交于 2019-12-11 13:55:51
问题 I have successfully cast video to chromecast now I am trying to add support for subtitles, here I am facing two problems When I stream vtt files using NanoHttpd chromecast returns error code 2100, although I am streaming videos using same server and it works To figure out problem I uploaded the vtt file to dropbox and now chromecast returns success also setting mediatracks returns success but subtitles are not shown. Note : I am using Chromecast default media receiver So what I am doing wrong

what video formats supported by chromecast device (mp4,flv,m3u8,flv,avi)?

泄露秘密 提交于 2019-12-11 12:32:22
问题 How we can send mp4,m3u8,rtmp,flv,avi urls from iphone to chromecast to play them? Are these format supported by chromecast ? Do we need a specific iPhone app so it send mp4,m3u8,rtmp,flv,avi urls to chromecast? OR We can send media urls using iPhone chrome browser(i am not talking about screen mirroring here)? If we can send direct media urls via iphone to chromecast device how about sending url of media page instead of actual media url will chromecast device play the media ? 回答1: As Paul

Chromecast Receiver CAF, infinite loading of MPEG-DASH stream, ShakaPlayer access

醉酒当歌 提交于 2019-12-11 07:43:32
问题 I've got a problem with Chromecast playing MPEG-DASH livestream. The infinite loading occurs because of the lack of UTCTiming tag in manifest. The problem is known to occur with ShakaPlayer. It's the first problem in FAQ: https://github.com/google/shaka-player/blob/master/docs/tutorials/faq.md On chromecast however, i can't access the ShakaPlayer directly (or maybe there is a way that i'm not familiar with). There are 2 solutions to the problem that i can think of: Modify manifest dynamically