No Volume when casting Video - Google Chromecast

I've tried localcast and BubbleUPnP but when I cast the video to my tv via chromecast, the video plays fine but I get no audio. Is there a simple fix for this that I'm missing? I've checked the volume on my tv and it's set to max.

X-Nemesis said:
I've tried localcast and BubbleUPnP but when I cast the video to my tv via chromecast, the video plays fine but I get no audio. Is there a simple fix for this that I'm missing? I've checked the volume on my tv and it's set to max.
Click to expand...
Click to collapse
Does the same video play fine elsewhere?
If so then the problem is likely that your file uses an incompatible Audio codec and needs to be converted to be CCast compatible.
I'm not sure Bubble will transcode outside of the Bubble player.

Related

No Sound When Playing Videos Off PC

I'm trying to play videos off my PC by loading the file in chrome and then using the chromecast plugin to cast or playing videos off dropbox using aircast.
Either way, I haven't yet found 1 video that will play sound. When using chrome on the PC, I hear sound on the PC, then once I cast it, sound stops on the PC and I don't get sound on the TV.
I've tried .mkv and .mp4. If I try to play an .avi within chrome, the video just downloads into chrome, but it doesn't play, so I can't cast it.
I guess only certain sound formats will play on the chromecast?
Does anyone have a sample/reference file that definitely plays from chrome on the PC to the chromecast on the TV with sound? If that works, then I know it's just the file formats I'm trying.
I get sound when casting netflix and youtube.
Bump, Anyone?
I even just tried converting an mkv/ac3 to mkv/aac and mkv/mp3 and I still didn't get any audio.
i got the same issues using Chrome. Like you said, netflix and youtube work fine.
as you said avi will just download, MKV with ac3 will have no sound but mp4 works ok for me, just doesnt automatically resize. which doesn't help you much.
Can anyone at all play an .mkv with any type of audio and get both audio and video working on the TV? If so, I'd really like to try that same file.
i've only tested with MP4. i was able to get sound and video to play on TV. not sure what codecs those videos are in tho.
mrhomiec said:
i've only tested with MP4. i was able to get sound and video to play on TV. not sure what codecs those videos are in tho.
Click to expand...
Click to collapse
Do you have a small MP4 that you know works that maybe you can upload here or upload to dropbox and share a public link for it?
i don't. what i was testing were episodes and movies i downloaded.

[Q] Is there a way to stream .mkv files yet?

I just got the ChromeCast and everything was going perfectly fine until I tried streaming some .mkv files. The video played perfectly fine but the audio was muted. Is there a way around this?
I don't really play local media.
But maybe this will help. Check page 2 post 15.
Good luck.
Sorry, just noticed I for got to add the link:
http://forum.xda-developers.com/showthread.php?t=2470342&page=2
AliMusa said:
I just got the ChromeCast and everything was going perfectly fine until I tried streaming some .mkv files. The video played perfectly fine but the audio was muted. Is there a way around this?
Click to expand...
Click to collapse
I do lossless conversion to mp4.
avconv -i input.mkv -codec copy output.mp4
avconv from libavDOTorg (linux opensource /Windows binary version provided)
I can even add subtitles to mp4. :angel: to show then in chrome
and cast mp4 together with subtitles to ChromeCast.
Works very well.

Chromecast playing MKV through browser with sound

I thought MKV wouldn't cast with sound?
I am playing MKV through a chromecast tab and casting it with sound, maybe I got a lucky file?
Or maybe because I installed the DivX Plugin from Here
MadBob said:
I thought MKV wouldn't cast with sound?
I am playing MKV through a chromecast tab and casting it with sound, maybe I got a lucky file?
Or maybe because I installed the DivX Web Plugin from here
your link isn't working
Click to expand...
Click to collapse
Fixed
How did you fix it? I get the same symptom with the VLC plugin. Is it better with the DivX plugin? More importantly, can you select audio tracks with the DivX plugin?
DJames1 said:
How did you fix it? I get the same symptom with the VLC plugin. Is it better with the DivX plugin? More importantly, can you select audio tracks with the DivX plugin?
Click to expand...
Click to collapse
no idea what symptom you are talking about, i fixed the link in my first post to point at the correct url :cyclops:
Ok
I was talking about the no-sound symptom.
Well, I tried installing the DivX plugin and disabling the VLC plugin. Doesn't do me any good, I still get no sound.
But here's something I don't understand: if I disable both and VLC plugin and the DivX plugin (and the Quicktime plugin, and any other plugin that lists video MIME/file types), the mkv file still plays in a player window that looks exactly the same. Chrome's plugin infrastructure seems very poorly implemented and very poorly documented - it's hard to control which plugin plays a file or even to tell which plugin is responsible for playing it. I was able to get mpeg files (and other video files masquerading as mpeg) to play by disabling the Quicktime plugin, but now I'm not sure if the VLC plugin or DivX plugins are doing anything.
I have neither plugin but now Chrome will play an mkv file whereas before ( earlier vs of Chrome? ) it would only download it. However, it will not cast, only a black screen appears on the TV. Time to experiment I guess.
EDIT: That plugin changes your default search engine to "Conduit" and you cannot unselect that choice. I hope I can deselect it through normal procedure. I don't like it though.
EDIT: No joy, just a grey screen.
I've always been able to play mkv. The only files I can play are mkv and some mp4. Nothing else.
I can't play mkv's with sound, very strange some people can and some can't.
I installed plex media server fixed the no sound with mkvs
Sent from my C6903 using xda app-developers app
Using this workaround until they release android Plex player for non PlexPass...
Code:
http://forums.androidcentral.com/google-chromecast/307019-how-cast-mkv-files-your-chromecast.html#post3360771
It'll play MKV's and the sound depends on the encoding of the audio. The audio needs to be AAC, it'll even work with AAC 5.1. However, if you try to play a mkv with DTS or AC3 audio, you'll only get video as the audio will not decode. It's actually pretty easy/quick to convert audio only to AAC and leave the video untouched or you can just use plex which will transcode automatically.
unr said:
It'll play MKV's and the sound depends on the encoding of the audio. The audio needs to be AAC, it'll even work with AAC 5.1. However, if you try to play a mkv with DTS or AC3 audio, you'll only get video as the audio will not decode. It's actually pretty easy/quick to convert audio only to AAC and leave the video untouched or you can just use plex which will transcode automatically.
Click to expand...
Click to collapse
Surround in Plex is a little sketchy right now they are working on the transcoder as it currently (for some content) is not passing Rear Channel though the Transcoder or CCast. Plex Devs know about it and are working on it.
You should have no issues if your content is MP4/H264/AAC. Chromecast can play these files without transcoding so if you have issues streaming these types it is most likely a Network issue not an encoding problem.
Doesn't work for me. Installed the DivX-Plugin, but Chrome will still try to download the MKV instead of playing it.
i know a software called idealshare vdieogo in one post of the forum.
it can easily helps me to convert all kinds video like mkv, avi, mp4, mov, flv and etc to chromecast supported format.
then i can easily stream the converted local video from computer to chromecast for play on tv by the following way:
Install Google Chrome Cast Extension
Open chrome or a new tab, and then connect your chrome browser to Chromecast
Drag and drop the video/audio file you want to play into the Chrome browser
Click the browser extension and select "Cast this tab", t
catexecutive said:
Doesn't work for me. Installed the DivX-Plugin, but Chrome will still try to download the MKV instead of playing it.
Click to expand...
Click to collapse
Best bet is to download Handbrake and do a batch convert. It's free and open source and available for windows, Linux, and osx
mabuis said:
Best bet is to download Handbrake and do a batch convert. It's free and open source and available for windows, Linux, and osx
Click to expand...
Click to collapse
So let's say I have an mkv that doesn't have aac, per your experience, what's the size change on one? i.e. from 7gb <-> 9gb
m4f1050 said:
So let's say I have an mkv that doesn't have aac, per your experience, what's the size change on one? i.e. from 7gb <-> 9gb
Click to expand...
Click to collapse
Provided you don't increase the Bitrate it should not increase in size by much.
Asphyx said:
Provided you don't increase the Bitrate it should not increase in size by much.
Click to expand...
Click to collapse
I was afraid you were going to say that. Does the batch section of Handbrake let you pick to transcode in same bitrate audio? I haven't installed it so if I can't then I won't bother to even download it. Thanks for your help!
m4f1050 said:
So let's say I have an mkv that doesn't have aac, per your experience, what's the size change on one? i.e. from 7gb <-> 9gb
Click to expand...
Click to collapse
I couldn't even tell you right now. I've been using BubbleUpnp and steam from my media server to my chromecast with my phone. Haven't had to convert a file in ages. Sorry. If you want, I'll run some samples for you and post the results. What are you looking for exactly?

Is screen mirroring on rooted cc possible?

At the moment I connect my nexus 5 to the TV with a slimport adaptor and using mx player any video on my phone can be played on my TV. I understand this isn't possible with a non rooted chromecast at the moment, but I have the chance to buy a rooted chromecast. My question is would I be able to play any video mx player supports and send it to a rooted chromecast?
p5f said:
At the moment I connect my nexus 5 to the TV with a slimport adaptor and using mx player any video on my phone can be played on my TV. I understand this isn't possible with a non rooted chromecast at the moment, but I have the chance to buy a rooted chromecast. My question is would I be able to play any video mx player supports and send it to a rooted chromecast?
Click to expand...
Click to collapse
check this out
p5f said:
My question is would I be able to play any video mx player supports and send it to a rooted chromecast?
Click to expand...
Click to collapse
MX Player, no.
But on a rooted Chromecast with PwnedCast v1.1 ROM installed (it includes KyoCast) and the proper patched AllCast version, videos in formats that Chromecast supports that can be viewed in Gallery can be Shared to AllCast and play on Chromecast.
Keep in mind that streaming content from phone/tablet is not Chromecast's primary playback intent.
See further discussion here: http://forum.xda-developers.com/showthread.php?t=2554513#post48168448

ViCast HD Chromecast player with transcoding.

Guys, please try our new app
ViCast is a simple and stable HD Google Cast (Chromecast) player (can be found on the Google Play Market).
Enjoy casting your favourite media to the big screen!
We are working hard to provide you with a great opportunity to seamlessly watch your favourite HD movies. It’s highly optimized for streaming H.264 encoded videos and allows to play incompatible Google Cast media. Moreover, your media content will also be accessible via DLNA server.
SUPPORTED FORMATS:
Video: MP4, MKV, AVI, WEBM, MOV, WMV, MPG, 3GP, M4V.
Audio: MP3, AAC, FLAC, WAV.
Photo: JPG, PNG, BMP, WEBP, GIF.
For my experience chromecast does not support avi extensions. This app does the miracle ?? At night I try
Enviado desde mi XT1635-02 mediante Tapatalk
joshua764 said:
For my experience chromecast does not support avi extensions. This app does the miracle ?? At night I try
Enviado desde mi XT1635-02 mediante Tapatalk
Click to expand...
Click to collapse
Yes, it does
i tested the app.
only video, no audio. apparently it wont transcode on-the-fly like the app "MegaCast".
no reason from my side to use your app, unless you can do better on-the-fly transcoding, for example just transcode the audio stream and pass through the video stream.
THAT would be a reason to use your app!
it was 1080p h264 + dual language ac3 (i guess) in mkv.
Purah said:
i tested the app.
only video, no audio. apparently it wont transcode on-the-fly like the app "MegaCast".
no reason from my side to use your app, unless you can do better on-the-fly transcoding, for example just transcode the audio stream and pass through the video stream.
THAT would be a reason to use your app!
it was 1080p h264 + dual language ac3 (i guess) in mkv.
Click to expand...
Click to collapse
Hi, Purah
Thank you for your review.
Did you cast some local video from your device, or you used DLNA server? And what chromecast version you are using?
Actually ViCast does audio only transcoding when it is possible and it looks like your file is a case. There is a known issue with ChromecastUltra which may lead to behaviour that you have described. We will add this note to the description.
Could you please provide us the file which you have tried to cast?
viappscompany said:
Did you cast some local video from your device, or you used DLNA server?
Click to expand...
Click to collapse
I used a local video to test ViCast and no test with Plex Media Server + ViCast yet.
And what chromecast version you are using?
Click to expand...
Click to collapse
Chromecast 1. gen. with root.
Actually ViCast does audio only transcoding when it is possible and it looks like your file is a case.
Click to expand...
Click to collapse
What does this mean?
Could you please provide us the file which you have tried to cast?
Click to expand...
Click to collapse
Sorry, not allowed to distribute this file but i can give you the information obtained by media info.
Purah said:
I used a local video to test ViCast and no test with Plex Media Server + ViCast yet.
Chromecast 1. gen. with root.
We are investigating this issue.
What does this mean?
We just transcode the audio stream as you wrote.
Thank you for information.
Click to expand...
Click to collapse
viappscompany said:
Purah said:
I used a local video to test ViCast and no test with Plex Media Server + ViCast yet.
Chromecast 1. gen. with root.
We are investigating this issue.
What does this mean?
We just transcode the audio stream as you wrote.
Thank you for information.
Click to expand...
Click to collapse
Hey Purah,
Issue with the no audio on Chromecast 1. gen fixed.
Click to expand...
Click to collapse
Purah said:
I used a local video to test ViCast and no test with Plex Media Server + ViCast yet.
Chromecast 1. gen. with root.
What does this mean?
Sorry, not allowed to distribute this file but i can give you the information obtained by media info.
Click to expand...
Click to collapse
Hey Purah,
Issue with the no audio on Chromecast 1. gen fixed.
Excellent App
I have been searching for some time for an app to cast my mkv files with ac3 audio. Megacast trancodes but was dropping out part way through. Finally found vicast and it works perfectly. Thanks. Should ask will you be releasing a paid version to get rid of those annoying ads?
ark163 said:
I have been searching for some time for an app to cast my mkv files with ac3 audio. Megacast trancodes but was dropping out part way through. Finally found vicast and it works perfectly. Thanks. Should ask will you be releasing a paid version to get rid of those annoying ads?
Click to expand...
Click to collapse
Hi, Thank you for the review
We are currently working on the paid version.
Why cannot i cast movie codec bluray.h264.aac.mp4 from my tablet to tv. On tablet it works perfectly.
Hi,
I've got this "HuiHeng WiFi Display Dongle", which is supposed to do Airplay, DLNA and Miracast. However it has very poor decoding capabilities. As a result, almost none of my local video files can be casted to this device.
My question is, is ViCast compatible with DLNA and/or Airplay? If not, do you have any plans to include DLNA support in the near future? Willing to pay for a reliable transcoding app for DLNA.
Thanks in advance for your time
viappscompany said:
Guys, please try our new app
ViCast is a simple and stable HD Google Cast (Chromecast) player (can be found on the Google Play Market).
Click to expand...
Click to collapse
I'm was planning to buy a Chromecast today to take away with me on my upcoming one month South America trip but the majority of my media is in MKV format, mostly x264 and more recently x265. if viCast can do x264 MKV then I will definitely give it a try. But can ViCast do x265 yet? If not, is this something you think will be possible? Recently I have started only encoding or downloading x265 files due to their tiny size so if I could cast those via the Chromecast I'd be a very happy camper.
Also, is your app able to find and view videos files in hidden folders (ones prefixed with a dot)? My kids use my phone quite a bit so I want to make sure any unsuitable TV shows or movies (or any other, ahem, "adult oriented videos") I might have cannot be viewed by them.
If it doesn't can I make a suggestion? I've seen so many people also request this in other apps - basically you allow support for hidden files and folders but password protect it so even if my 5 year old starts ViCast they can only see the vids in the main Google/OS Videos folder. But if I wanted to watch hidden files I could enter the password (entered during setup) and it would list them and allow me to play them. What do you think?
Superb app! Keep up the good work..
May i have one suggestion though? Please add a video zoom option so that any video size can be zoomed to fill up any screen from where it is watched ?
I have installed de this app but it's not working on Android 9. Every time i tried to cast something the app simply closes itself. The developers still suport the app?

Categories

Resources