Showing commercials #4611
Replies: 9 comments 12 replies
-
I suggest to check the ad-insertion guidelines of DASH-IF : https://dashif.org/guidelines/iop-v5/#part-5-ad-insertion |
Beta Was this translation helpful? Give feedback.
-
Look at my code please. It turned out that the second video was added and launched. But I don't understand what the scteEvent function is for. I'm probably doing something wrong. Please tell me. |
Beta Was this translation helpful? Give feedback.
-
This is how I achieve smooth progress
this.v.currentTime - is it possible to get it via this.dsh.currentTime()? You wouldn't have to do that |
Beta Was this translation helpful? Give feedback.
-
For client-side ad-insertion the start and the end of an ad break can be signalled via SCTE35 markers. The function
There is a function |
Beta Was this translation helpful? Give feedback.
-
Please look, I'm clearly doing something wrong... I call this.update() to re-register all listeners during the ad and at the end. Perhaps I'm doing it wrong? |
Beta Was this translation helpful? Give feedback.
-
I get an array of available video quality along with FrameRate. A FrameRate value for each stream is also provided to inform the user of the frame rate in a particular enabled state. I'm probably doing this also incorrectly. Is it possible to request an array of all periods that contains Which will contain information about frame size, index and frameRate...? |
Beta Was this translation helpful? Give feedback.
-
https://reference.dashif.org/dash.js/v3.0.2/samples/ad-insertion/index.html In this example, there is an example. Which one can I use for my needs? I am making a request via javascript to my server. Ok, we know that there is an advertisement for this user that needs to be embedded in the current playback. From the example on the link, what should I look at, is this particular example there? I will spend forever trying to show ads in one video block and nothing will work out for me... There is a lot of unrelated water in the documentation, I broke my eyes(... |
Beta Was this translation helpful? Give feedback.
-
@Zuldek1994822 There is no structure in your posts, this is not a WhatsApp chat with a friend. Spaming this thread every few minutes, is not a good way to ask questions. Organize your thoughts and ask your questions in a mannered way. I am sure people are willing to help then. |
Beta Was this translation helpful? Give feedback.
-
This is my mpd manifest
A simple code in a couple of lines. Please help me. In which, when clicking on the 'Start of advertising' button, the commercial will load and start. The most important thing is that you don't have to re-hang the 'laybackTimeUpdated' event
For all the attempts that I have made, it turned out to be done only with a live broadcast (manifesto). How do I do the same thing but with a static one? Thank you very much in advance. |
Beta Was this translation helpful? Give feedback.
-
Currently, I am creating a separate player to display advertising...
At the time when it is necessary to show advertising. I pause the main player, and put the player with advertising on top...
I just switched over and started learning dash technology.
Perhaps the ability to display advertising without creating additional players has already been implemented.
Please help me, send me a link to the documentation on how to enable advertising in the player? Load another manifest and enable it at a certain time...
I wasted a lot of time trying to find something similar on the topic...
Beta Was this translation helpful? Give feedback.
All reactions