will1971 / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

MP4 Facebook video URL issues with Chromecast 1 & 2 #778

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Send video URL to Style Media Player (URL: http://bit.ly/1U1VIG2)
2. Chromecast 1: Video OK, Audio NO AUDIO - Chromecast 2: Video NO VIDEO, Audio 
NO AUDIO - Chrome app Android: Video OK, Audio OK - Chrome desktop (Mac): Video 
OK, Audio OK.

What is the expected output? What do you see instead?

- Audio should output from Chromecast (debug is OK, URL is loading as expected 
with video tag). No Audio come out from Chromecast.

What version of the product are you using? On what operating system?

-Chromecast 1: v.1.17.46278 Country Code: US - Tested on Android 5.1.1 OnePlus 
X Native app (own by me) / Chrome app v.48.0.2564.95 and Chrome Mac 
v.48.0.2564.116 (64-bit)

Please provide any additional information below.

-Video Codecs from non working video:

 http://pastebin.com/7beMEhjv

-Video Codecs from working video:

 http://pastebin.com/Wysa5yD5

-Send it to Style Media Player like usual with Android:

 final MediaInfo mediaInfo = new MediaInfo.Builder("the video url")
                .setContentType("video/mp4")
                .setStreamType(MediaInfo.STREAM_TYPE_BUFFERED)
                .setMetadata(mediaMetadata)
                .build();

Most of the Facebook MP4 videos are like the one non working (kinda like 90% of 
them in 720p). AAC Audio Codecs kinda looks ok. I want to make sure if I need 
Media Player Library or not... What is weird is that the video sounds and looks 
perfecto on Chrome app for Android and Desktop.

I really need help with this! Thanks in advance

Original issue reported on code.google.com by mago...@gmail.com on 8 Mar 2016 at 5:34

GoogleCodeExporter commented 8 years ago
Add Debug screen with video loading as expected

Original comment by mago...@gmail.com on 8 Mar 2016 at 5:48

Attachments:

GoogleCodeExporter commented 8 years ago
We are looking into the issue and will update soon

Original comment by vinot...@google.com on 8 Mar 2016 at 10:38