-
Notifications
You must be signed in to change notification settings - Fork 7
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
Provide example Service Access Information file #5
Labels
example
Examples that illustrate usage
Comments
davidjwbbc
moved this from Todo
to In Progress
in 5GMS: Basic media stream handling (MVP#1)
Oct 3, 2022
This was referenced Oct 3, 2022
davidjwbbc
added a commit
to davidjwbbc/rt-5gms-application-server
that referenced
this issue
Oct 3, 2022
Closes 5G-MAG#28 Documentation and configuration updated in line with the example ServiceAccessInformation from 5G-MAG/rt-common-shared#5. This allows the example to be used as input to the 5GMS-Aware application in order to reference media accessible via the M4d interface provided by this AS.
Repository owner
moved this from In Progress
to Done
in 5GMS: Basic media stream handling (MVP#1)
Oct 3, 2022
rjb1000
pushed a commit
to 5G-MAG/rt-5gms-application-server
that referenced
this issue
Oct 3, 2022
Closes #28 Documentation and configuration updated in line with the example ServiceAccessInformation from 5G-MAG/rt-common-shared#5. This allows the example to be used as input to the 5GMS-Aware application in order to reference media accessible via the M4d interface provided by this AS.
rjb1000
added
example
Examples that illustrate usage
and removed
documentation
Improvements or additions to documentation
labels
Oct 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We need to hand craft a Service Access Information JSON file corresponding to ContentHostingConfiguration_Big-Buck-Bunny_pull-ingest.json.
This will be consumed by the 5GMS-Aware Application in MVP#1.
Specification
The JSON file should comply with the syntax of the
ServiceAccessInformationResource
schema defined in:Only the following properties need to be populated for this example:
provisioningSessionId
(required by syntax) - Let's make this a UUID and use the same value in therequestPattern
of the Content Hosting Configuration.provisioningSessionType
(required by syntax) - Set toDOWNLINK
.streamingAccess
- Populated with the M4d Media Player Entry URL (including the above UUID of the Provisioning Session Id in one of its path elements).The text was updated successfully, but these errors were encountered: