Jump to content

Helpmehtml

Recommended Posts

Hey there folks! That's my first time around w3 forums so I'm glad to be here! ๐Ÿ™‹โ€โ™€๏ธ

ย 

The persistent error that I'm having is that in my simpleย  HTML site I just want to insert an audio (yes, only one audio track) and loop it at infinitum. This is easly done, the problem is that I'd like that audio to be "livestreamed" kind of, I'd like to that everyone that connects to the site listens to the same point of the music where I'm listening. For example, If type my site and click it, the audio might start at 2:34 and so on...

It would be kind of a livestreaming but just for one audio!

Is it possible with pure HTML? Thanks in advance!๐Ÿ‘Œ

Link to comment
Share on other sites

The simple answer is no.

You won't be able to win this one with only HTML. You'd definitely need a server side language to track what timestamp the audio is at. Minimum. I haven't played too much with media streaming so I wouldn't be able help tackle that challenge.

Link to comment
Share on other sites

22 hours ago, Funce said:

The simple answer is no.

You won't be able to win this one with only HTML. You'd definitely need a server side language to track what timestamp the audio is at. Minimum. I haven't played too much with media streaming so I wouldn't be able help tackle that challenge.

Thanks for the answer, do you know if python would be useful? You got any article or reference I could look up to?!

ย 

Thanks!

Link to comment
Share on other sites

I haven't used Python as a web backend before, so I'm not exactly the best person to consult on that.

So why are you considering this feature? I don't think that its a feature that will be actively noticed from user to user. What's the plan?

Link to comment
Share on other sites

15 hours ago, Funce said:

I haven't used Python as a web backend before, so I'm not exactly the best person to consult on that.

So why are you considering this feature? I don't think that its a feature that will be actively noticed from user to user. What's the plan?

I was just wondering this, I'd like to implement that into a website and use that website for people to express themselves. I mean if they all want to put the same song at the same time, just create a session and all the cellphones reproduce the same exact song with an exact time, all of them.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...