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

SmoothStreaming: Use TFXD and TFRF boxes for new fragment info & manifest updates #855

Open
Manjunath-N opened this issue Oct 9, 2015 · 2 comments

Comments

@Manjunath-N
Copy link

Hello,

In MSS live, playback is achieved by refreshing the manifest, which is not according to the Specification( [MS-SSTR] — v20120705 -Smooth Streaming Protocol Specification).
According to the spec the TFXD and TFRF boxes should be used to get the new fragment info and the same should be used to update the manifest.

Can you please let us know why the manifest was refreshed every time instead of parsing the boxes?

Thanks
Manjunath N

@ojw28
Copy link
Contributor

ojw28 commented Oct 9, 2015

No particular reason. We should move things to be more compliant with the spec.

@orangeotc
Copy link

Digging back some old issue, is there any way to change the behavior from the exoplayer and request the MSS manifest only once at playback startup?

phhusson added a commit to phhusson/ExoPlayer that referenced this issue Feb 21, 2020
javierLiarte added a commit to javierLiarte/ExoPlayer that referenced this issue Jan 13, 2021
This fixes issues google#855

----
Merge with feature/mss-noreload branch changes into 2.11.8 version tag

- Update FragmentedMp4Extractor.java with feature/mss-noreload branch changes with additional code in parseUuid() method for TFRF_UUID type
- Update DefaultSsChunkSource.java with feature/mss-noreload branch changes with new getNextChunk() method implementation used only for live manifests
- Update other smoothstreaming classes with  feature/mss-noreload branch changes
@ojw28 ojw28 changed the title MSS Live Playback : Not according to Spec SmoothStreaming: Use TFXD and TFRF boxes for new fragment info & manifest updates May 10, 2021
@ojw28 ojw28 assigned tonihei and unassigned ojw28 Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants