KirovBvulgaru / google-cast-sdk

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

High resolution HLS stream generates error. #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Stream the BallsOfFuryVHigh sample to the styled media player
2.that's all 

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

expected: movie plays
actual: movie plays for about  2 seconds, then quits

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

chromecast build 15250

Please provide any additional information below.

the content I'm testing with is here
https://drive.google.com/file/d/0ByQXlcPccBwuRnF1dEZvUFY0Ums/edit?usp=sharing
(I don't have a public facing server with the cors settings, so you'll have to 
host it yourself).
I have included the High resolution version as well - this streams fine.

both streams have been validated with the apple mediastreamvalidator

log file attached as image (I can't copy-paste the subnode contents)

the sample is generated using VLC - the conversion command is included in the 
sample download.

Original issue reported on code.google.com by rob.jon...@gmail.com on 28 Feb 2014 at 5:55

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by anad...@google.com on 28 Feb 2014 at 6:31

GoogleCodeExporter commented 8 years ago
The HLS recommendation is to have timings (PTS/DTS) for each video PES.
This stream does not have timings for each PES packet: some access units span 
over several PES packets (which is against the HLS recommendation).

We have also opened an internal enhancement to make the Mpeg2 TS parser more 
flexible but if you can address the above issue in your streams, the issue 
should go away.

Original comment by anad...@google.com on 11 Mar 2014 at 3:48

GoogleCodeExporter commented 8 years ago
the streams are generated by VLC, so not something I can fix. Thanks for 
investigating.

Original comment by rob.jon...@gmail.com on 11 Mar 2014 at 6:51

GoogleCodeExporter commented 8 years ago
The next version of the device image should be more flexible w.r.t. that HLS 
recommendation and the stream you mentioned should play fine.
Thanks for the feedback.

Original comment by dami...@google.com on 15 Mar 2014 at 1:04

GoogleCodeExporter commented 8 years ago
Please test this again and report back.

Original comment by anad...@google.com on 20 Jul 2014 at 10:32

GoogleCodeExporter commented 8 years ago
Closing since have not received any response.

Original comment by anad...@google.com on 1 Aug 2014 at 10:54