-
Hi all again, I'm doing a scenario where a terminal connects to a PoA while reproducing a streaming video and short time after changes to an another PoA without interrupting the reproduction. For more context, each PoA have to be connected to a different server and in the mobility event the second PoA be able to download the video if it's not locally yet. Also, the idea is do it through a RTMP server. I have a few questions:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @rubenbc28 , Interesting questions. Firstly could you clarify what reproducing a streaming video means? To your questions...
2- Here's how MEC021 could be used in your case.
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hei @roymx, As per your previous comment in this discussion on the MEC 021 use case, can you please explain in details the last two steps which are: edge-server-1 then sends a request directly to edge-server-2 (this is a server specific API) indicating an incoming state for terminalX -- the state can include information about the terminalX and should include info such as which video is streamed, the time in the video and possibly some info such as language, subtitles, etc. if available. edge-server-2 then does what it needs to do to accommodate terminalX which may include reserve resources, download the video, configure the video time, language, subtitles, etc. Also is there any demo that showcase this use case? Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
Hello @achi07 , Demo3 is the one you want to look at. To understand the mechanics, see this webinar where we used Demo3 with the MEC Sandbox - it explains the mechanics. Regarding this ... It says that when state transfer happens (e.g. is triggered by the MEC service), the source edge application will contact the target edge application directly to transfer the user state.
Regarding this ... It says that the target application should know what to do with "the state" when it receives it |
Beta Was this translation helpful? Give feedback.
Hello @rubenbc28 ,
Interesting questions.
Firstly could you clarify what reproducing a streaming video means?
Do you mean that the terminal is streaming a video in the uplink direction to an edge server?
Do you mean that the terminal is receiving a video stream in the downlink direction from an edge server?
To your questions...
1- A PoA does not connect to a streaming server as it is for example a cell tower or WiFi point of access. In edge computing, each PoA can have an edge server associated.
…