2

I am trying to play an m3u file on Unity My problem is when I extract a valid .ts link for download As you know, TS videos are not supported on Unity What is the solution in your opinion to play the ts files extracted from the m3u file?

This is the link for the live broadcast:

https://admdn5.cdn.mangomolo.com/drama/smil:drama.stream.smil/playlist.m3u8

What do you think is the solution, thanks in advance for the answer

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Lelouch kun
  • 449
  • 1
  • 13
  • You might just have to convert the file yourself :/ – Jay Feb 20 '22 at 13:59
  • Thank you, the problem has already been resolved – Lelouch kun Feb 20 '22 at 15:31
  • If you solved the problem why not answer your own question so others can learn the solution too :) – Jay Feb 21 '22 at 16:40
  • Yes, you are right, I did not think of it, I will try it now – Lelouch kun Feb 21 '22 at 23:03
  • Please do not edit solution announcements into the question. Accept (i.e. click the "tick" next to it) one of the existing answer, if there are any. You can also create your own answer, and even accept it, if your solution is not yet covered by an existing answer. Compare https://stackoverflow.com/help/self-answer – Yunnosch Feb 21 '22 at 23:07
  • Well I will do as you say, Sorry, I'm new to stack over flow – Lelouch kun Feb 22 '22 at 06:22

1 Answers1

3

I found a solution after a long search Loading ts files and converting them to a readable file on Unity is difficult But the UMP package helped me to read this format That's why I'm using it right now

Note : after downloading and trying the package it will not work, don't lose hope and try again inside a GameObjectsExample Scane

Lelouch kun
  • 449
  • 1
  • 13