Skip to main content

All Questions

Tagged with
0 votes
1 answer
92 views

Google Cast plugin for Unity can't stream Video clip

I'm trying to play a Video inside Unity, and stream it to Google Cast. Google provides a plugin that enables the connection to a Cast device, and it works fine once a correct Cast App ID is given. ...
Steve Lim's user avatar
2 votes
0 answers
1k views

Casting a mp2t stream to Chromecast

I'm developing a project where I receive data from an external mp2t stream in a node.js app and I'm trying to cast it to a chromecast device using the castv2-client package setting the contentType ...
Tiago Ferreira's user avatar
0 votes
1 answer
940 views

Resume currently playing video in Google Cast 'ExpandedControlsActivity' rather than restarting

From my android phone if i again play an already TV casted video, the 'ExpandedControlsActivity' appears on phone and the video starts from beginning on TV. I don't want the video to start from ...
Kazmi's user avatar
  • 593
0 votes
2 answers
961 views

How to play videos from the "CastVideos-android sample app" on mobile, when no wifi/chromecast to display them on TV?

I have installed the CastVideos-android sample app as described in the official site official cast Android site and using the code available in the referenced repository (Thanks to @entertailion). ...
Bernauer's user avatar
  • 729
4 votes
2 answers
3k views

Casting m3u8 file from android app

I am trying to play a video on my TV using chromecasting framework provided. The approach i followed for playing a mp4 works fine. But now i have different source to play. I have a video file pointed ...
Safeer's user avatar
  • 1,467
0 votes
0 answers
96 views

Chromecast access raw video/audio data in receiver application

How can I access/modify the raw data of a video or audio stream in a Chromecast receiver application without rooting the device?
maniacmic's user avatar
  • 434
1 vote
0 answers
2k views

HTML5 <video> tag Chromecast/AirPlay events

Given a vanilla HTML5 <video> tag, I can easily add event listeners for the usual suspects (play, ended, timeupdate, etc). Does anyone know if it's possible to register an event listener to know ...
jerluc's user avatar
  • 4,306
0 votes
1 answer
610 views

Cast companion library change video without restarting activity?

I have built an application that uses Cast Companion Library (CCL) to remotely play video to cast comparable devices. Every thing is working find but I need to be able to change video files and not ...
startoftext's user avatar
  • 3,916
4 votes
0 answers
1k views

How to stream video as it is being recorded?

Okay so I'm my app i have a ViewController which handles the recording of a video from the camera which it then saves into the documents directory of my applications folders. Now what i want to do is ...
Tom's user avatar
  • 640
4 votes
1 answer
5k views

Google ChromeCast play m3u8 from iOS

I would like to know how to send video from an m3u8 URL from my iOS app to play on my TV through Google ChromeCast. The playlist contains a bunch of 'ts' URLs. Right now I have: - (void)deviceManager:...
user1709076's user avatar
  • 2,846
1 vote
2 answers
2k views

Chromecast PHP Buffer MP4

I have a Chromecast and a URL of an mp4 file online. I also have a 2Mbps download connection, which is pathetic and renders direct buffering to the Chromecast too slow. That's what I tried so far: ...
arik's user avatar
  • 29.2k
0 votes
1 answer
457 views

Can't play video on TV using cast-android-sample-master project

I'm developing playing video on TV via ChromeCast device. I whitelisted my device and got APP ID from google. I replaced it in receiver.html file and res/values/strings.xml file in Android project. I ...
Huy Duong Tu's user avatar
  • 7,918