Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with media playback MPEG-TS and MKV files at LG WebOS 1.4 #88

Open
KenSv opened this issue Oct 4, 2018 · 4 comments
Open

Problem with media playback MPEG-TS and MKV files at LG WebOS 1.4 #88

KenSv opened this issue Oct 4, 2018 · 4 comments

Comments

@KenSv
Copy link

KenSv commented Oct 4, 2018

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

@pwsses
Copy link
Contributor

pwsses commented Oct 4, 2018

Hi KenSv
Toast Media playback spec depend to WebOS TV platform.
And your files (*.ts / *.mkv) which are normal(clean) contents? if so, you don't need HLS plugin.
Please checking your media codec spec. refer WebOS TV supported format
(http://webostv.developer.lge.com/discover/webos-tv-platform/supported-media-formats/webos-40/)

@KenSv
Copy link
Author

KenSv commented Oct 4, 2018

Hi, pwsses!
I wrote simple app on smartbox library and this app works at same TV. I used resetPlugin before playback ts or mkv

@KenSv
Copy link
Author

KenSv commented Oct 24, 2018

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

@hoonseokkim
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants