D
D
Dmitry Evtukhovsky2015-08-27 14:12:57
htaccess
Dmitry Evtukhovsky, 2015-08-27 14:12:57

Is it possible to get information about the track being played by the audio tag using the tag itself or otherwise?

I am writing a small html player for Internet radio for my needs, I am
interested in the possibility of obtaining information about the track being played (artist, title, duration (I found a method for obtaining the length of the track in seconds, but I don’t know how it will work with the stream)) we get the aac codec as it should be through I write http
scripts in python (please don’t throw rotten tomatoes, it’s just more convenient for me because I know js very superficially) through brython.js , that’s why I’m interested in the possibility of obtaining information without much shamanism

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mir, 2019-03-08
@Top-Gun

Something like this
RewriteEngine On
RewriteCond %{HTTP_REFERER} !google
RewriteCond %{HTTP_REFERER} !yandex
RewriteCond %{HTTP_REFERER} !mydomain\.com
RewriteRule ^(.*) http://mydomain\.com/sitedelete.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question