All Questions
Tagged with google-cast video-streaming
15 questions
2
votes
0
answers
500
views
Chromecast Sender App Android Implementation [google-cast]
I'm trying to implement Chromecast in a simple Sender App to cast a given Video. I've implemented the cast button and am able to connect to my device without error, but I'm not able to stream data. ...
0
votes
1
answer
357
views
CastListner not workin in Fragment
I want to use CastStateListener in a fragment to check if casting devices are available or not.
Code used in Fragment is
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(...
0
votes
1
answer
577
views
Dash Streaming fails as new segments are not being downloaded
I am trying to perform live dash streaming on chrome cast using the google media player.The stream starts off just fine.There after it downloads around 20 seconds worth of data and plays, but no more ...
0
votes
2
answers
1k
views
Custom layout for Google Cast 'ExpandedControlsActivity'
Is it possible to have a custom layout for 'ExpandedControlsActivity' in an android application? I want to add a button to the standard layout which will allow the user to choose from different video ...
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 ...
0
votes
1
answer
211
views
How to chromecast from android phone to tv
I want to stream home videos from android phone to TV without uploading them to the web first. For this i want to integrate chrome cast in my android application. But i have no idea how to do it. If ...
1
vote
0
answers
162
views
Chromecast Receiver Polling or Daemon
I have a need to perform some sort of routine polling or session communication (to another backend service) when a user is streaming through their chromecast. Typically I could do this from the ...
0
votes
1
answer
1k
views
Is there a way to find out which bitrate HLS stream chromecast is playing?
I am using default media receiver on Chromecast and am am adding the Google Cast sender app support to chrome/web videoplayer. I need to know which bitrate stream Chromecast is rendering at a given ...
0
votes
0
answers
466
views
Google Cast receiver returns 404 not found for all MP4 video URLs
I am trying to load MP4 videos on my registered StyledMediaReceiver through my Android sender app with this code:
mediaMetadata = new MediaMetadata(
MediaMetadata.MEDIA_TYPE_MOVIE);
...
0
votes
1
answer
465
views
Which minimum android version can run chromecast supported video stream app?
I want to add chromecast support in my live stream playback app. I want to know which minimum android version can support it.
1
vote
2
answers
2k
views
Android chromecast video-cast from sd-card or internal storage
I want to implement video-cast of video from internal storage or sd-card.
I see that this sample (https://github.com/googlecast/CastVideos-android ) does cast of internet content only.
How can I do ...
2
votes
1
answer
3k
views
Can't streaming TS File
I wrote a app for Android, so that I can stream files from my SAT-Receiver. Files like mkv (copied from my PC) working without problems (except files with DTS -> I hope this will be come with the next ...
3
votes
0
answers
4k
views
Streaming from IP camera using chromecast
I am trying to stream through IP camera through my android device.
I have edited the URL from the code posted on GitHub It is streaming on chrome browser when I tried to run from IP address of camera.
...
1
vote
2
answers
27k
views
what video formats supported by chromecast device (mp4,flv,m3u8,flv,avi)?
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 ...
7
votes
4
answers
16k
views
Will Chromecast device play videos encoded as HLS? [closed]
It apparently works on Google TV (for Android apps, not html5 apps), so I'm curious if we'll be able to encode them as HLS (Http Live Streaming) for use with Chromecast?