Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Video missing Type #104

Open
matthijsramlab opened this issue Mar 21, 2019 · 3 comments
Open

Video missing Type #104

matthijsramlab opened this issue Mar 21, 2019 · 3 comments

Comments

@matthijsramlab
Copy link

I want to set the type of video, but there is no type parameter?

To be more clear I want to do the following in:

<video id="player" class="video-js vjs-default-skin" height="360" width="640" controls preload="none"> <source src="http://localhost:8080/hls/stream.m3u8" type="application/x-mpegURL" /> </video>

but 'type' is no parameter.

@alexcjohnson
Copy link
Collaborator

Huh, that looks like it should work - note it's not the <video> that has type, it's <source> - and html.Source does have a type parameter. Can you show an example of the dash code you're trying?

@hlzl
Copy link

hlzl commented Oct 8, 2020

@matthijsramlab Did you fix the problem?

@matthijsramlab
Copy link
Author

No I did not. What I ended up doing is updating an image with an interval component

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

No branches or pull requests

3 participants