4
I have some files. MP4
When I want to display them, I create an html tav video and point to this mp4.
Only sometimes I’d like to broadcast only part of the video.
Ex: the video has 10min. But I want to display in the player only the 9 minute until the 10. After that the video ends.
Is there any way to do this via PHP? Upload via Stream only part of it?
Well, I may not be sure, but I think it should be done on
HTML
and not in thePHP
. In the tagsHTML5
there must be some where you indicate the start and end time of the video. But then I don’t know if you could "hide" the other part of the video.– Raizant
Or if there is any other solution. Because doing this via HTML opens user’s move gap and can see whole.
– Roberta
If the user sees the other part of the video is serious problem, it would be interesting for you to add that to the question... So someone can help you with an even better solution.
– Raizant