You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writting the toast application on for LG WebOS TV. Media HLS plugin working good, but playback of *.ts or *.mkv files via http not working anyway. I'm looking for some examples for playback this type of files
The text was updated successfully, but these errors were encountered:
It seems I found problem cause. Working index.html <video style... src="url..."></video>. Not working code (by toast.Media) <video style...><source src="url..."></video>
Same video file (format/codec) - different results
Hi @KenSv I guess it's too late to give you the answer. If you set src attribute both video and source tag, video.src will overwrite source.src on LG TV
I'm writting the toast application on for LG WebOS TV. Media HLS plugin working good, but playback of *.ts or *.mkv files via http not working anyway. I'm looking for some examples for playback this type of files
The text was updated successfully, but these errors were encountered: