KirovBvulgaru / google-cast-sdk

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

stream types from sender and receiver do not match #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. chrome sender: chrome.cast.media.StreamType.BUFFERED === 'buffered'
2. receiver: cast.receiver.media.StreamType.BUFFERED === 'BUFFERED'

What is the expected output? What do you see instead?
it should be either lower case or upper case

Please provide any additional information below.
I guess all stream types are affected

Original issue reported on code.google.com by p...@zattoo.com on 27 Feb 2014 at 6:49

GoogleCodeExporter commented 8 years ago

File an internal bug on this.

Original comment by shawns...@google.com on 4 Mar 2014 at 1:19

GoogleCodeExporter commented 8 years ago
is this changed in the newest release?

Original comment by p...@zattoo.com on 6 May 2014 at 7:06

GoogleCodeExporter commented 8 years ago
I have the same issue.

== PC Chrome Sender ==
chrome.cast.media.StreamType
Object {BUFFERED: "buffered", LIVE: "live", OTHER: "other"}

== Receiver-Side ==
cast.receiver.media.StreamType
Object {BUFFERED: "BUFFERED", LIVE: "LIVE", NONE: "NONE"}

Original comment by nicevinc...@gmail.com on 16 Jul 2014 at 5:03

GoogleCodeExporter commented 8 years ago
We are working on a fix.

Original comment by lnicho...@google.com on 16 Jul 2014 at 5:59

GoogleCodeExporter commented 8 years ago
As always, please make sure you use the enum that SDK provides otherwise any 
change we make to how that enum is defined will break your application.

Original comment by anad...@google.com on 16 Jul 2014 at 7:31

GoogleCodeExporter commented 8 years ago
seems to be fixed now. thanks!

Original comment by p...@zattoo.com on 25 Aug 2014 at 12:36

GoogleCodeExporter commented 8 years ago

Original comment by ahug...@google.com on 25 Aug 2014 at 4:25