Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromecast: Apple HSL stream with .m4s fragments not working #6934

Open
BeeMeeMan opened this issue Jun 27, 2024 · 1 comment
Open

Chromecast: Apple HSL stream with .m4s fragments not working #6934

BeeMeeMan opened this issue Jun 27, 2024 · 1 comment
Assignees
Labels
platform: Cast Issues affecting Cast devices status: waiting on response Waiting on a response from the reporter(s) of the issue type: question A question from the community

Comments

@BeeMeeMan
Copy link

BeeMeeMan commented Jun 27, 2024

Hey everyone!
Iam trying to cast livestream from my iphone. Here is how m3u8 file looks like:
EXTM3U
#EXT-X-TARGETDURATION:1.0
#EXT-X-VERSION:7
#EXT-X-MEDIA-SEQUENCE:1
#EXT-X-MAP:URI="video/header.mp4"
#EXTINF:0.9500,
video/segment1.m4s
#EXTINF:1.0000,
video/segment2.m4s
#EXTINF:1.0000,
video/segment3.m4s

It works well with any HSL player(installed as chrome extension)
I can't test it on shaka-player-demo cause it is local stream.
what Iam doing wrong, or this format is not supported?

when I try to cast it, player opens, few seconds and it just closes.

here is my config for custom Media reciver:
const castReceiverOptions = new cast.framework.CastReceiverOptions();
const playbackConfig = new cast.framework.PlaybackConfig();
playbackConfig.autoResumeDuration = 5;
castReceiverOptions.playbackConfig = playbackConfig;
castReceiverOptions.supportedCommands = cast.framework.messages.Command.ALL_BASIC_MEDIA;
castReceiverOptions.useShakaForHls = true;
castReceiverOptions.skipMplLoad = true;
castReceiverOptions.shakaVersion = "4.7.11"; //(tested with different versions)

@BeeMeeMan BeeMeeMan added the type: question A question from the community label Jun 27, 2024
@BeeMeeMan BeeMeeMan changed the title Apple HSL .m4s fragments not working Chromecast Apple HSL stream with .m4s fragments not working Jun 27, 2024
@BeeMeeMan BeeMeeMan changed the title Chromecast Apple HSL stream with .m4s fragments not working Chromecast: Apple HSL stream with .m4s fragments not working Jun 27, 2024
@avelad avelad added the platform: Cast Issues affecting Cast devices label Jun 27, 2024
@avelad
Copy link
Collaborator

avelad commented Jul 1, 2024

@BeeMeeMan Can you provide the url of your manifest? Thanks!

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Cast Issues affecting Cast devices status: waiting on response Waiting on a response from the reporter(s) of the issue type: question A question from the community
Projects
None yet
Development

No branches or pull requests

3 participants