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

how to detect #EXT-X-DISCONTINUITY tag in Roku #52

Open
chaklasiyanikunj opened this issue May 5, 2022 · 0 comments
Open

how to detect #EXT-X-DISCONTINUITY tag in Roku #52

chaklasiyanikunj opened this issue May 5, 2022 · 0 comments

Comments

@chaklasiyanikunj
Copy link

Is there any way to detect when players call the #EXT-X-DISCONTINUITY? I read the Whole Video node documentation. But not found anything. I see the streaming segment attributes for information about the video segment that is currently streaming. Is there any way to detect in Roku Video Player When Players call the #EXT-X-DISCONTINUITY?

m3u8 content

#EXTM3U
#EXT-X-PLAYLIST-TYPE:EVENT
#EXT-X-VERSION:4
#EXT-X-TARGETDURATION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:8.341678,
file1.ts
#EXTINF:8.441778,
file2.ts
#EXTINF:8.341667,
file3.ts
#EXTINF:8.938267,
file4.ts
#EXT-X-DISCONTINUITY
#EXTINF:4.221798,
Segs-115.ts
#EXT-X-DISCONTINUITY
#EXTINF:4.296875,
Segs-116.ts
#EXT-X-DISCONTINUITY
#EXTINF:4.314524,
Segs-117.ts

I want the information in Roku Player. when this tag #EXT-X-DISCONTINUITY comes.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant