About 5GMS and MBMS #74
Answered
by
dsilhavy
mSerendipity
asked this question in
Q&A
Answered by
dsilhavy
May 22, 2024
Replies: 2 comments
|
Right now, our 5GMS-Aware Application is not integrated into the 5GBC stack. Ultimately, it is the goal to combine both the unicast and the broadcast world, as illustrated in your figure above. What we have in place for now are dedicated components to handle broadcast reception. The implementation also supports a switch between broadcast and unicast, but this is not integrated into the 5GMS architecture. Instead, the unicast part is "plain" OTT streaming. Here is the relevant link to the documentation: https://5g-mag.github.io/Getting-Started/pages/lte-based-5g-broadcast/ Here are the Github projects: Linux stack
Android stack
|
0 replies
Answer selected by
mSerendipity
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Right now, our 5GMS-Aware Application is not integrated into the 5GBC stack. Ultimately, it is the goal to combine both the unicast and the broadcast world, as illustrated in your figure above.
What we have in place for now are dedicated components to handle broadcast reception. The implementation also supports a switch between broadcast and unicast, but this is not integrated into the 5GMS architecture. Instead, the unicast part is "plain" OTT streaming. Here is the relevant link to the documentation: https://5g-mag.github.io/Getting-Started/pages/lte-based-5g-broadcast/
Here are the Github projects:
Linux stack