KirovBvulgaru / google-cast-sdk

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

Unable to play SmoothStreaming from disk #168

Closed GoogleCodeExporter closed 8 years ago

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

1. I use CastVideo-android and cast-custom-receiver.

2. Downloaded 
http://commondatastorage.googleapis.com/cast-media-server-samples/media.zip and 
successfully played DASH and HLS.

3. I play content from my APACHE server in linux

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

file: DevBytes Google Cast SDK_withGDLintro_MS_IIS_h264_SF_16x9_720p.ism (also 
changed to .ism/manifest but without success)
and file: DevBytes Google Cast SDK_withGDLintro_MS_IIS_h264_SF_16x9_720p.ismc 
(this file has similar structure like this Manifest: 
http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720.ism
/Manifest) also unable to use it.
.ismv files work good.

I should be able to play SmoothStreaming but i always get LOAD MEDATADA ERROR 
like this:

######### MEDIA ELEMENT LOAD START sample_media_receiver.html:121
######### MEDIA ELEMENT SUSPEND [object Event] sample_media_receiver.html:157
######### MEDIA ELEMENT ERROR [object Event] sample_media_receiver.html:149
### Media Manager - LOAD METADATA ERROR: 
{"senderId":"6:com.google.sample.cast.refplayer-379","message":{"currentTime":0,
"media":{"streamType":"BUFFERED","duration":0,"contentType":"video/mp4","content
Id":"http://video3.smoothhd.com/ondemand/Turner_Sports_PGA.ism/Manifest","metada
ta":{"subtitle":"HSS","studio":"HSS","images":[{"url":"https://lh3.googleusercon
tent.com/-15t9c3ZEAtU/AAAAAAAAAAI/AAAAAAAAOk8/DWzXdnXI_EI/s120-c/photo.jpg","hei
ght":0,"width":0},{"url":"https://lh3.googleusercontent.com/-15t9c3ZEAtU/AAAAAAA
AAAI/AAAAAAAAOk8/DWzXdnXI_EI/s120-c/photo.jpg","height":0,"width":0}],"title":"T
urner_Sports_PGA.ism","metadataType":1}},"requestId":5,"autoplay":true}} 

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

I use Android platform for sender app. 

Please provide any additional information below.

Sometimes i get this error in HUD: Host State: "Fatal Error: code = 1" or code 
= 0

What that errors represent? 

thank you

Original issue reported on code.google.com by vanst...@gmail.com on 24 Feb 2014 at 2:33

GoogleCodeExporter commented 8 years ago
I figured it out. Chromecast can't play streams encoded with VC1 video and WMAP 
audio codecs. My mistake. 

Original comment by vanst...@gmail.com on 24 Feb 2014 at 7:15

GoogleCodeExporter commented 8 years ago

Original comment by anad...@google.com on 24 Feb 2014 at 9:27